/* CSS Document */

a:link, a:visited{
color: #333366;
text-decoration: none;
}
a:hover{
color: #333366;
text-decoration: underline;
}

.arrowlistmenu{
	width: 170px; /*width of menu*/
	font-size: 11px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #000000;
	background: url(images/arrowbullet_orange.png) no-repeat center left;
	display: block;
	padding: 2px 0;
	padding-left: 30px;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;


}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background: url(images/arrowbullet_orange2.png) no-repeat left center; 
}
.arrowlistmenu li.current a, .arrowlistmenu li a:hover {
color: #000000;
background: url(images/arrowbullet_orange2.png) no-repeat left center; 
}