@charset "utf-8";
/* CSS Document */

#wnav_container {
	position:relative;
	width:108px;
	height:21px;
	margin-top:-26px;
	margin-left:692px;
	margin-bottom:0;
	padding:0;
	line-height:1px;
	z-index:100;
}

*:lang(en) #wnav_container{margin-top: -21px;}

#wnav {
	margin: 0 auto;
	padding: 0px;
	height: 21px;
	width:108px;
	float:left;
	z-index:100;
}
#wnav a {
	display: block;
	height: 20px;
	text-indent: -9999px;
}
#wnav li {
	list-style: none;
	float: left;
}
#wnav li.wnav_left a {
	background: url(images/left_off.jpg) no-repeat;
	width: 64px;
	height:21px;
}

#wnav li.wnav_right a {
	background: url(images/right_off.jpg) no-repeat;
	width: 44px;
	height:21px;
	margin-bottom:3px;
}


#wnav li.wnav_left a:hover { background: url(images/left_off.jpg) no-repeat 0 -21px; }
#wnav li.wnav_right a:hover { background: url(images/right_off.jpg) no-repeat 0 -21px; }



