.topnav {
	position: relative;
	overflow: hidden;
	width: 784px;
	float: left;
	
	/*background: url(/style/images/topnav/sprites/469371.png?1284012210359) 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/469371.png?1284012210359) left top no-repeat;
}

#topnav-0 a {
		width: 241px;
	background-position: -0px top;
}
	
#topnav-0 a:hover,
#topnav-0 a.active { 
	background-position: -0px -61px; 
}
#topnav-1 a {
		width: 248px;
	background-position: -241px top;
}
	
#topnav-1 a:hover,
#topnav-1 a.active { 
	background-position: -241px -61px; 
}
#topnav-2 a {
		width: 295px;
	background-position: -489px top;
}
	
#topnav-2 a:hover,
#topnav-2 a.active { 
	background-position: -489px -61px; 
}
