
.arrowlistmenu{
width: 120px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana;
color: #000000;
background: #d6d6d6 url(menu1.jpg)  repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
margin-top: 2px; /*bottom spacing between header and rest of content*/
margin-left: 0px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase; */
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: auto;
cursor: pointer;
}

.arrowlistmenu .menuheader:hover{
text-decoration: underline;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #de7008 url(menu2.jpg) repeat-x center left;
}

.arrowlistmenu .openheader:hover{
text-decoration: underline;
}



.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
font: bold 10px Verdana;
color: #000000;
background: #ffffff repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px; /*bottom spacing between header and rest of content*/
margin-left: 0px; /*bottom spacing between header and rest of content*/
padding: 0 0 0 0px; /*header text is indented 10px*/
cursor: auto;
cursor: pointer;

}




.arrowlistmenu ul li{

list-style-type: none;
font: bold 10px Verdana;
color: #000000;
background: #ffffff repeat-x center left;
padding: 0 0 0 0px; /*header text is indented 10px*/
cursor: auto;
cursor: pointer;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/

margin-top: 0px; /*bottom spacing between header and rest of content*/
}

.arrowlistmenu ul li .subexpandable{ 
background: #ffffff repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for 2level page*/
background: #fdd463  ;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #6699cc !important;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/

}


.arrowlistmenu ul li a{
color: #000000;
background: #fdd463 repeat-x center left;
display: block;
padding: 4px 0 4px 10px;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 100%;

}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state 2 level page
color: #000000;
background-color: #6699cc ;



}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background-color: #6699cc;
text-decoration: underline;
}


.categoryitems ul li a { /* !!! 2nd level pages*/
padding-bottom: 1px; /*bottom spacing between menu items*/
list-style-type: none;
font: bold 10px Verdana;
color: #000000;
padding: 4px 0 4px 30px; /*header text is indented 10px*/
cursor: auto;
cursor: pointer;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/

margin-top: 1px; /*bottom spacing between header and rest of content*/

}










.subcategoryitems ul li { /* !!! 2nd level pages*/
background: #ffffff;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/

}


.subcategoryitems2 ul li { /* !!! 2nd level pages*/
background: #ffffff;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/

}



.arrowlistmenu ul li a.subexpandable2:hover{ /*hover state CSS for sub menu header*/
background-color: #6699cc;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-decoration: underline;
}

.arrowlistmenu ul li a.subexpandable2{ 
margin-bottom: 0px; /*bottom spacing between header and rest of content*/

}

.arrowlistmenu ul li .opensubheader2{ /*Open state CSS for sub menu header*/
background: #fdd463;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/

}

.arrowlistmenu ul li .closedsubheader2{ /*Closed state CSS for sub menu header*/
background: #6699cc !important;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/

}

