#topnav ul li {
	height: 20px;
	padding-right: 25px;
	padding-left: 8px;
	float: left;
	background: #0c3691 url(../assets/Image/layoutimg/tab-bg.png) bottom right no-repeat;
	color: #fff;
	font-size: 0.75em;
	line-height: 20px;
	list-style-type: none;
}

#topnav ul li.last {
	background: url(../assets/Image/layoutimg/tablast-bg.png) bottom right no-repeat;
}

#topnav ul li.current {
	background: #FFF url(../assets/Image/layoutimg/tabcurrent-bg.png) bottom right no-repeat;
	color: #009100;
}

#topnav ul li.current a {
	color: #008e00;
	background-color: #fff;
}

#topnav ul li.last {
	background: url(../assets/Image/layoutimg/tablast-bg.png) bottom right no-repeat;
}

#topnav ul li.current {
	background: #FFF url(../assets/Image/layoutimg/tabcurrent-bg.png) bottom right no-repeat;
	color: #009100;
}

#topnav ul li.current a {
	color: #008e00;
}


