#topNav
{
	background: #8EC63F;
	height: 40px;
        align:center;
}
#topNav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#topNav li
{
	padding: 0px;
	margin: 0px;
	float: left;
	height: 40px;
	text-align: center;
	border-right: 1px solid #AAD470;
	
}
#topNav li.last
{
	border-right: none;
}
#topNav li:hover
{
	background-color:#AAD470;
        <!--AAD470background:url('http://kumca2010.xtgem.com/stylesheets/nav.jpg') no-repeat bottom center;-->
}
#topNav li a
{
	font-family: "TimesNewRoman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	padding: 0px 61px;<!--important for correct alignment and view-->
}
#topNav li a:hover
{
	text-decoration: none;
	color:#005cb9;
}
body { background:url('http://kumca2010.xtgem.com/stylesheets/main.jpg');}