@charset "utf-8";
/* CSS Document */

.arrowlistmenu{
width: 228px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Tahoma;
color: #003d75;
font-size:11px;
/*margin-bottom: 8px; bottom spacing between header and rest of content*/
padding: 5px 0px 8px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-top:1px solid #8dcae9;
}

.arrowlistmenu .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Tahoma;
font-size:11px;
/*margin-bottom: 8px; bottom spacing between header and rest of content*/
padding: 5px 0px 8px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
background:url(../../images/bg_dvsan.png) repeat-y;
border-bottom:1px solid #eee;
color:#FFFFFF;
text-align:left;

}

a.fly{
font: bold 11px Tahoma;
color: #003d75;
font-size:11px;
}
a.fly:hover{ 
font: bold 11px Tahoma;
color: #b9770f;
font-size:11px;

}
a.curent {
font: bold 11px Tahoma;
color: #b9770f;
font-size:11px;
}

.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;
padding-bottom: 0px;
/*margin-bottom: 8px; bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-left: 15px;
padding-right: 10px;
width:204px;
}

.arrowlistmenu ul li a{
color: #000;
background: #fff url(../../images/list.gif) no-repeat center left; /*custom bullet list image*/
vertical-align:text-top;
display: block;
padding: 2px 0 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px;
border-top:1px dotted #CCCCCC;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #008af5;
background: #fff url(../../images/list.gif) no-repeat center left;
}
.categoryitems{
	margin-bottom:0px;
}
