

.arrowlistmenu{
width: 100%; /*width of accordion menu*/
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
text-decoration:none;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu h3 { margin:0px; padding:0px; display:block; font-size:12px; padding-bottom:20px; padding-top:10px;  }
.arrowlistmenu .categoryitems li { padding-top:2px; display:block; }
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/


}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;

width:100%;
margin: 0;
padding: 5px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
font-size:14px;
font-weight:normal;
padding-left:15px;
font-size:12px;

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
/*background: lightblue !important;*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
/*background: lightgreen !important;*/
}

.arrowlistmenu ul li a{
color: #0051ba;
font-family: Arial, Helvetica, sans-serif;

/*background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/*/


 /*link text is indented 19px*/
text-decoration: underline;
font-weight: normal;
font-size:12.2px;
}

.arrowlistmenu ul li a:visited{
color: #0051ba;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#000000;
/*text-decoration:underline;*/
}


.arrowlistmenu ul li a.subexpandable:hover{ /*hove r state CSS for sub menu header*/
/*background: lightblue;*/
}
.hide { display:block;  margin:0px; padding:0px; line-height:0px; margin-bottom:0px; background-color:#000000; font-size:1px; display:none;}
.hide1{ display:block;  margin:0px; padding:0px; line-height:0px; overflow:hidden; visibility:hidden; margin-bottom:0px; background-color:#000000; }


/*Expanded Menu completes here*/	





