.mainNav{
	width: 258px; /*width of menu*/
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana;
	font-size: 14px;
}
.mainNav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}
.mainNav ul li a{
	color: #5a4637;
	display: block;
	padding: 6px 6px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #81654F;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-position: inside;
}
.mainNav ul li img{
	padding-right: 5px;	
}
.mainNav ul li a:visited{
	color: #5a4637;
}
.mainNav ul li a:hover{
	background-image:url(../images/layout/navBgOver.png);
	background-repeat: repeat;
}
