
<!--MenuStyles-->

.arrowlistmenu{
width: 150px; /*width of accordion menu*/
}

.arrowlistmenu a {
text-decoration: none !important;
}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: #525364;
margin:0px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding:5px 0px 5px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
display:block;
text-decoration:none;
border-bottom:1px solid #CCCCCC
}

.arrowlistmenu .menuheader a:active { /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: #5b6c98;
text-decoration:none;
margin:0px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding:5px 0px 5px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
display:block;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: #5b6c98;
text-decoration:none;
margin:0px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding:5px 0px 5px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
display:block;
}

.arrowlistmenu .openheader a{ /*CSS class for menu headers in general (expanding or not!)*/
background-image: url(titlebar-active.png);
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: #5b6c98;
margin:0px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding:5px 0px 5px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
display:block!important;
text-decoration:none;
}

.arrowlistmenu .openheader {
	display:block!important;
}


.arrowlistmenu ul li a.active {
font-weight: bold !important;
}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
padding-bottom: 5px; /*bottom spacing between each UL and rest of content*/
border-bottom:1px solid #CCCCCC;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #525364;
background: url(../img/whkub_shs_amip.gif) no-repeat center left; /*custom bullet list image*/
display:block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:hover{
color: #525364;
background: url(../img/whkub_shs_amip.gif) no-repeat center left; /*custom bullet list image*/
display:block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: underline;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #525364;
}

.arrowlistmenu ul li a:active{
color: #525364;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #525364;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
color: #4462b0;
}
