body {
	background-color: #0186d1;
	margin:0;
}
.arrowlistmenu{
	width: 100%;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: url(images/left_menu_bg11.gif); /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	height:26px;
	line-height:26px;
	padding-left:8px;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/left_menu_bg22.gif);
color:#2186bd;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
font-size:12px;
font-weight:normal;
}

.arrowlistmenu ul li{

	padding-bottom: 2px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
}

.arrowlistmenu ul li a{
	color: #ffffff;
	background: url(images/ul_flag.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 13px; /*link text is indented 19px*/
	margin-left:10px;
	text-decoration: none;
}

.arrowlistmenu ul li a:visited{
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
}




.arrowlistmenu .categoryitems .subexpandable .subcategoryitems li{
	color:#FFFFFF;
	list-style:square inside;
}
.arrowlistmenu .categoryitems .subexpandable .subcategoryitems li a{
	background:none;
}
