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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;

margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

.arrowlistmenu ul li{
padding-bottom: 2px;
}

.arrowlistmenu ul li .opensubheader{
background: #fffacd !important;
}

.arrowlistmenu ul li .closedsubheader{ 
background: #add8e6 !important;
}



.arrowlistmenu ul li a{
color: #3a302d;
background: url(arrowbullet.png) no-repeat center left;
display: block;
padding: 5px 0;
padding-left: 19px;
text-decoration: none;
font-weight: normal;
border-bottom: 1px dotted #3a302d;
font-size: 90%;
}

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

.arrowlistmenu ul li a:hover{
background-color: #faf1ba;
color : #ff6600;
}

.arrowlistmenu ul li a.subexpandable:hover{
background: #add8e6;
}





/*        menu1        */

.arrowlistmenu h3 a {
	height: 32px;
  	height: 25px;
	text-decoration: none;
	}

.arrowlistmenu h3 a:link, .arrowlistmenu h3 a:visited {
	color: #FFFFFF;
	display: block;
	background: url(../../images/main/menu1.png);
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	}

.arrowlistmenu h3 a:hover {
	color: #000000;
	background: url(../../images/main/menu1.png) 0 -32px;
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
	}

.arrowlistmenu h3 a:active {
	color: #66CCFF;
	background: url(../../images/main/menu1.png) 0 -64px;
	background-repeat:no-repeat;
	padding: 7px 0 0 30px;
	}
