#topnav {
	height: 27px;
	width: 950px;
}
#topnavi {
 width: 950px;
 height: 27px;
 background: url(../images/nav.png) no-repeat;
 margin: 0px; padding: 0;
 position: relative;
}
#topnavi li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	display: block;
}

#topnavi a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	background-color: transparent;

}

#topnavi1 {
	left: 0px;
	top: 0px;
	width: 115px;
	height: 27px;
	margin-top: 0px;
	text-indent: 10px;
}
#topnavi2 {left: 117px; top: 0px; width: 210px; height: 27px; margin-top: 0px;;}
#topnavi3 {left: 329px; top: 0px; width: 265px; height: 27px; margin-top: 0px;}
#topnavi4 {left: 596px; top: 0px; width: 196px; height: 27px; margin-top: 0px;}
#topnavi5 {
	left: 794px;
	top: 0px;
	width: 151px;
	height: 27px;
	margin-top: 0px;
	text-indent: -40px;
}


#topnavi1 a {height: 17px; margin-left: 0px; padding-top: 8px;}
#topnavi2 a {height: 17px; margin-left: 0px; padding-top: 8px;}
#topnavi3 a {height: 17px; margin-left: 0px; padding-top: 8px;}
#topnavi4 a {height: 17px; margin-left: 0px; padding-top: 8px;}
#topnavi5 a {height: 17px; margin-left: 0px; padding-top: 8px;}

#topnavi1 a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 2px -27px;
}
#topnavi2 a:hover {
	background: #848484 url(../images/nav.png) no-repeat -116px -27px;
	color: #FFFFFF;
}
#topnavi3 a:hover {
	background: #848484 url(../images/nav.png) -328px -27px no-repeat;
	color: #FFFFFF;
}
#topnavi4 a:hover {
	background: #848484 url(../images/nav.png) -395px -27px no-repeat;
	color: #FFFFFF;
}
#topnavi5 a:hover {
	background: url(../images/nav.png) -795px -27px no-repeat;
	color: #FFFFFF;
}
