@charset "UTF-8";
/* CSS Document */

ul.mainNav li {
	list-style-type: none;
	cursor: pointer;
}
ul.mainNav a {
	font: normal normal 12px/14px Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 0px 4px 30px;
	text-decoration: none;
	color: #3b3521;
	width: 117px;
}
ul.mainNav a:hover,  ul.mainNav a:active {
	color: white;
	background: url(../images/mainNav_background.gif) 0 0 no-repeat;
}
ul.mainNav li.current a, ul.mainNav li.current a:hover {
	color: white;
	background: url(../images/mainNav_background.gif) 0 -23px no-repeat;
}
