@CHARSET "ISO-8859-1";

.arrowlistmenu{
width: 210px; /*width of accordion menu*/
font-family: verdana;
text-align: left;
border-left: 1px solid #B4B4B4;
border-right: 1px solid #B4B4B4;
padding-top: 2px;
padding-bottom: 4px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size: 11px;
font-weight: bold;
color: #3d83cc;  /* #407AA0 */
margin: 0; 
border-bottom: 1px dotted #B4B4B4;
text-transform: uppercase;
padding: 6px 0 6px 6px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader:hover { /*CSS class for menu headers in general (expanding or not!)*/
background-color: #cccccc;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #cccccc;
}

.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 { /*CSS for UL of each sub menu*/
border-bottom: 1px dotted #B4B4B4;
padding-left: 0;
}


.arrowlistmenu ul li{
list-style-type: none;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .submenuheader { /*CSS for Sub Menu HEADER*/
color: #666666;
font-size: 12px;
font-weight: bold;
margin-left: 8px;
padding: 1px 0 2px 2px; /*header text is indented 10px*/
margin: 0px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul li .submenuheader:hover { /*CSS for Sub Menu HEADER*/
background-color: #cccccc;
color: #3d83cc;
}

.arrowlistmenu  ul .subcategoryitems{ /*CSS for Sub Menu UL*/
}


.arrowlistmenu  ul li .subcategoryitems{ /*CSS for Sub Menu UL*/
margin-left: 2px;
}

.arrowlistmenu ul li .subcategoryitems a{ /*CSS for Sub Menu UL*/
color: #666666;
font-size: 11px;
}

/* submenu items */
.arrowlistmenu ul li .subcategoryitems a{
color: #666666;
background: url(../images/arrow-sub_orange.gif) no-repeat 1px 6px; /*custom bullet list image*/
display: block;
margin:0px;
margin-left: 2px;
padding: 1px 0;
padding-left: 8px; /*link text is indented 10px*/
text-decoration: none;
font-weight: normal;
font-size: 11px;
}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li .subcategoryitems a:hover { /*hover state CSS*/
color: #3d83cc; /* #F0A247; */
border: none;
text-decoration: underline;
}


.menu_header {
color: #fff;
font-weight: bold;
font-size: 13px;
margin: 0;
padding: 0;
text-align: center;
text-transform: none;
height: 19px;
line-height: 20px;
width: 212px;
background-image: url(/images/bg_top_shape.gif);
background-repeat: no-repeat;
}

.menu_bottom_shape {
clear: left;
float: left;
margin: -3px 0 0 0;
padding: 0;
}

.menu_bottom_shape img{
margin:  0;
padding: 0;
}

