menu.jsp.menutabpanel {
    margin: 2px;
    padding: 2px;
    background-color: #F0F7FF;
    border:  1px solid #333333;
    width: 19.5em;
}
.menutabpanel h1 {
    font:  bold 12pt verdana, sans-serif;
}

.menutabpanel h3 {
    font:  bold 12pt verdana, sans-serif;
    height: 1.5em;
    border-top: 1px solid #111117;
}

.menutablist {
    margin: 0;
    padding: 1px;
    list-style: none;
}

.menutab {
    margin: 1px 1px 2px 0;
    padding: 1px;
    height: 1em;
    font-weight: bold;
    background-color: #E0EEFF;
    -webkit-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-radius-topright: 5px;
    border-radius-topleft: 5px;
    float: left;
}

.menupanel {
    clear: both;
    margin: 0;
    padding: 1px;
    border: 1px solid black;
    -webkit-border-radius-topright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-radius-topright: 10px;
    border-radius-bottomleft: 10px;
    border-radius-bottomright: 10px;
}

h3.selected {
    background-color: #F8F8FF;
    color: #111117;
    border-top: 2px solid #111117;
    border-bottom: 2px solid #111117;
    margin-top: 0;
}

h3.focus {
    color: #111117;
    border-top: 2px solid #111117;
    border-bottom: 2px solid #111117;
    margin-top: 0;
}

ul.controlList {
    list-style-type: none;
    padding: 0;
    margin:  1px;
}

ul.controlList li {
    background: none repeat scroll 0 0 #F0F8FF;
    color: #000007;
    margin-top: 1px;
    line-height: 0.5em;
}

ul.controlList li a {
    color: #111117;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    padding: 0.5em 0.5em 0.5em 20px;
}

.focus {
    color: #000007;
    border-top: 2px solid #111117;
    border-bottom: 2px solid #111117;
    background-color: #FFFFFF !important;
    margin-top: 0;
}

.menuaccordian {
    margin: 0;
    padding: 2px;
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

.menuhidden {
    position: absolute;
    left: -300em;
    top: -30em;
}