
.container {
	position: relative;
	top: 25px;
	left:9px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
img {border: none;}
ul#topnav {
	margin: 10px 0 20px; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	float: left;
	width: 900px;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #80afa1;
	border-right-color: #80afa1;
	border-left-color: #80afa1;
}
ul#topnav a, ul#topnav span {
	float: left;
	text-decoration: none;
	color: #fff;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #003dcf;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background-image: url(Img/ImgMenu/MenuOff.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul#topnav.v2 a{
	color: #555;
	background-image: url(Img/ImgMenu/MenuOn.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}