/*.arrowlistmenu{
	width: 180px;
	border: 1px solid #CCCCCC;
}*/

#headerbar{
width: 190px;
font: 14px Arial;
font-weight:bold;
color: #CCCCCC;
margin-bottom: -.25em;
padding: 4px 0px 0px 10px; /*header text is indented 10px*/
background-color:#FFFFFF;
}
.arrowlistmenu{
	width: 190px;
	border: 1px solid #CCCCCC;
	font: bold 14px Arial;
	color:#666666;
	background: url(media/titlebar.png) repeat-x center left;
	margin-bottom: 4px; /*header text is indented 10px*/
	padding-top: 5px;
	padding-right: 5;
	/*padding-bottom: 4px;*/
	padding-left: 10px;
}

.arrowlistmenubox{
	width: 205px;
	border: 1px solid #CCCCCC;
	font: bold 14px Arial;
	color:#666666;
	background: url(media/titlebar.png) repeat-x center left; /*header text is indented 10px*/
	padding-top: 5px;
	
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-left: 0px;
margin-bottom: 3px;/*bottom spacing between each UL and rest of content*/
padding: 4px 0 4px 0px;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:#666666;
background: url(newimages/bullets/navBullets.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/*border-bottom: 1px solid #dadada;*/
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #1C4889;
}
