.arrowlistmenu{
	

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

font-size:12px;
font-weight:bold;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
line-height: 12px;
	padding-left: 18px;
	min-height: 15px;
	color: #FFFFFF;
	
margin:0 0 0 0;

text-align:left;
text-transform: uppercase;
cursor: hand;
cursor: pointer;
background-image: url(/images/master/rightmenu/menu_subbg.png);
	background-repeat: no-repeat;
	background-position: top;


	
	

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/images/master/rightmenu/menu_subbg.png);

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;

}

.arrowlistmenu ul li{
font-size:11px;

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/

background-image: url(/images/master/rightmenu/menu_subsubbg.png);
font-weight:bold;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/

background-image: url(/images/master/rightmenu/menu_subsubbg.png);
font-weight:bold;
}

.arrowlistmenu ul li a{
color:black;

display: block;


font-weight: normal;


text-decoration:none;




	text-align:left;



background-image: url(/images/master/rightmenu/menuitems_semi_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	padding-top: 8px;
	font-size: 11px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 10px;


}

.arrowlistmenu ul li a:visited{
	color:black;
}

.arrowlistmenu ul li a:active{
	color:black;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	
	color:#black;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/

}
.arrowlistmenu ul li a.subexpandable{ /*hover state CSS for sub menu header*/
background-image: url(/images/master/rightmenu/menu_subsubbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	padding-top: 8px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 10px;
        cursor:pointer;
}

