.topnav {
	position: relative;
	overflow: hidden;
	width: 784px;
	float: left;
	
	/*background: url(/style/images/topnav/sprites/28.png?1283640862258) left top no-repeat;*/
}
.topnav ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}
.topnav li {
	float: left;
	overflow: hidden;
}
.topnav a {
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-indent: -9999em;
}

.topnav li {
	height:61px;	
}
.topnav a {
	height:61px;
	background: url(/style/images/topnav/sprites/28.png?1283640862258) left top no-repeat;
}

#topnav-0 a {
		width: 216px;
	background-position: -0px top;
}
	
#topnav-0 a:hover,
#topnav-0 a.active { 
	background-position: -0px -61px; 
}
#topnav-1 a {
		width: 174px;
	background-position: -216px top;
}
	
#topnav-1 a:hover,
#topnav-1 a.active { 
	background-position: -216px -61px; 
}
#topnav-2 a {
		width: 215px;
	background-position: -390px top;
}
	
#topnav-2 a:hover,
#topnav-2 a.active { 
	background-position: -390px -61px; 
}
#topnav-3 a {
		width: 179px;
	background-position: -605px top;
}
	
#topnav-3 a:hover,
#topnav-3 a.active { 
	background-position: -605px -61px; 
}
