#menu{
	margin:5px 20px 0px 300px;
	text-align:left;
	font-family:  GillSans, Arial;	
	color: #4c0000;
	font-size:10pt;
	font-weight:bold;
}
#menu a{
	color: #4c0000;
	text-decoration:none;
	line-height:17px;
	padding-left: 17px;
	background-image:url(../images/bullet.png);
	background-position:left center;
	background-repeat:no-repeat;
}
#menu a:hover{
	background-image:url(../images/bullet2.png);
	background-position:left center;
	background-repeat:no-repeat;
}
#menu a:active{
	background-image:url(../images/bullet2.png);
	background-position:left center;
	background-repeat:no-repeat;
}
