/* CSS Document */
h1, h2, h3, h4{ margin:0px; padding:0px; font:bold 14px Arial;
color: #ffffff;}

.arrowlistmenu{
width: 241px; /*width of accordion menu*/
color:#000000;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

background: black url(../images/menu-bg-main.jpg) repeat-x center left;
/*margin-bottom: 1px;*/ /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 6px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/menu-bg-main.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
/*margin-bottom: 8px;*/ /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
/*padding-bottom: 2px;*/ /*bottom spacing between menu items*/
_margin-bottom:-19px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background:url(../images/menu-bg-last.jpg) !important;
padding:8px 0px 10px 18px;
#padding:8px 0px 8px 18px;
font-size: 12px;
font-family:Arial;
color: #333333;
font-weight:bold;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background:#00418E url(../images/menu-hover-bg1.gif) left top repeat !important;
padding:8px 0px 8px 18px;
#padding:8px 0px 6px 18px;
font-size: 12px;
font-family:Arial;
color:#fff;
font-weight:bold;
}

.arrowlistmenu ul li a{
color: #0052a0;
background: url(../images/submenu-bg.jpg) repeat center left; /*custom bullet list image*/
display: block;
padding: 8px 0;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px dashed #dadada;
font-size: 12px;
font-family:Arial;
/*width:177px;*/
}

/*.arrowlistmenu ul li a:visited{
color: #0052a0;
}*/


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*background-color: #F3F3F3;*/
text-decoration: underline;
color: #0052a0;

}


.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
/*background: lightblue;*/
font: bold 12px Arial;
color: #fff;
background:#00418E url(../images/menu-hover-bg1.gif) left top repeat !important;
}




.subcategoryitems ul li a{
	color:#0052a0;
}

.subcategoryitems ul li a:hover{
	color:#0052a0;
	text-decoration:underline;
}
