﻿#menu_navpanel{
    background-color: #30395c;
    border-color: #434f80;
    color: #ffffff;
    text-shadow: 0 1px 0 #444444;
    font-weight: bold;
} 

/*this block should go in the styles.css file*/
.ui-panel-inner {
    padding:0px; /*make the buttons flush edge to edge*/
}
.ui-controlgroup {
    margin:0; /*make the buttons flush to the top*/
}
#header {
    height:54px;
}
#bars-button {
    margin:7px;
}

.external-link-icon {
    float: right;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    background-image: url('../img/externalLink.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
}

.submenu-icon {
    float: right;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    background-image: url('../img/submenu-right.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
}

@media only screen and (max-width: 500px) {
    .submenu-icon {
        float: right;
        margin-top: -3px;
        width: 20px;
        height: 20px;
        background-image: url('../img/submenu-down.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 18px 18px;
    }
}