.arrowlistmenu ul{

}
.arrowlistmenu a:hover{
text-decoration:none;
}
.arrowlistmenu ul li{
list-style:none!important;
background:none;
padding-left:0px;


}
/*
.subli, .subli a, ul,li,a{
list-style-type: none!important;


} */
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #000000; 
font-size: 13px; 
border-bottom: 1px solid white; 
background:url(nosub.gif) top left no-repeat;
padding:4px 0 4px 0px;
text-indent:25px;
}
.arrowlistmenu .menuheader a{
text-decoration:none;
display:block;
color:#626A69;
font-size:12px;
}
.arrowlistmenu .menuheader li{
}
.arrowlistmenu .menuheader a:hover, .arrowlistmenu .menuheader:hover a{
color:white;
}
.arrowlistmenu .menuheader:hover, .arrowlistmenu .divhover{
background:url(nosub_hover.gif) top left no-repeat; color: #ffffff; font-size: 13px; cursor: pointer;
}

#arrowlistmenu div.openheader{
background:url(bgd_dtacti.gif) top left no-repeat !important;
}
.arrowlistmenu .openheader a {
color:white;
}
.arrowlistmenu .openheader .subli a{
color:#626A69;
}
.expandable{
background:url(bgd_dt.gif) top left no-repeat!important;
}
.expandable:hover, .arrowlistmenu .edivhover{
background:url(bgd_dtacti.gif) top left no-repeat!important;
color:white;
}

.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;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
border-top:1px solid #cdcdcd;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background:url(i_plus_sub.gif) 166px 6px no-repeat!important; 
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background:url(i_minus_sub.gif) 166px 6px no-repeat!important; 
}

.arrowlistmenu ul li a{
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
color:#000000!important;

}

.arrowlistmenu ul li a:visited{
color: #666666!important;
}
.arrowlistmenu ul li a:active{
color: #FF0000!important;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
color: #003366!important;
}
.subcategoryitems a{
padding-left:25px!important;
}
.arrowlistmenu ul li .opensubheader:hover{ /*hover state CSS for sub menu header*/
background:#F3F3F3 url(i_plus_sub.gif) 166px 6px no-repeat!important; 
}
.categoryitems{
#padding-top:1px;
}
