@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

.arrowlistmenu ul{
	list-style-type: none;
	padding-left: 2px;
}

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

.arrowlistmenu ul li a{
	color: #333333; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
	background-image: url(../images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 0.05em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	font-family: "Gill Sans", Arial, Helvetica;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #660000;
	background-color: #F3F3F3;
}

</style>
