/* CSS Document */



.menuheader2 { 
font: bold 11px Arial;
color:#666666;
margin: 0px 7px 0px 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 15px 20px 0px 0px; /*header text is indented 10px*/
cursor: pointer;
vertical-align:top;
width: 130px;
}





.arrowlistmenu{
width: 140px; /*width of accordion menu*/
margin:0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color:#666666;
background: url(../images/tab-icn2.jpg) no-repeat center left; 
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 0px 0px; /*header text is indented 10px*/
cursor: pointer;
padding-left: 19px;
vertical-align:top;
width: 130px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/tab-icn3.jpg) no-repeat center left; 
padding-left: 19px;
vertical-align:top;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/color:#999999;
background: url(../images/tab-icn.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px dotted #dadada;
font-size: 90%;
font: 11px Arial;
text-decoration:none;
}

.arrowlistmenu ul li a{
color:#999999;
background: url(../images/tab-icn.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px dotted #dadada;
font-size: 90%;
font: 11px Arial;
text-decoration:none;
}

.arrowlistmenu ul li a:visited{
color: #0099FF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#0099FF;
}