/* CSS Document */
#mainNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-size: 11px;
	margin-top: 275px;
	}
#mainNav li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-size: 11px;
	}
#mainNav ul a{
	display: block;
	width: 200px;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	text-indent: 34px;
	background: url(../images/button_grp.jpg) no-repeat left center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:normal;
	}
#mainNav li.first a {
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	}
#mainNav a:hover, .selected a {
	background-position: right center;
	color: #333365;
	text-decoration: none;
}
#mainNav li ul li {
	color: #333365;
	font-weight: bold;
	text-indent: 35px;
	line-height: 18px;
}
#mainNav li ul li a, a:active, a:focus, a:link, a:visited {
	color: #11568D;
	padding: 0px;
	background: none;
	font-weight: bold;
	text-decoration: none;
	}
#mainNav li ul li a:hover{
	{color: #11568D;
	background: none;
	text-decoration: underline;
}
	

