/* CSS Document */

#indexnav {
	width: 360px;
	height: 126px;
	position: relative;
	margin: 0;
	padding: 0;
}
#indexnav li {
	float: left;
	list-style-type: none;
} 


#indexnav li a {
	position: absolute;
	top: 171px;
	margin: 0;
	padding: 0;
	display: block;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	background-image: url(images/WCS2_index_navigation.gif);
	background-repeat: no-repeat;
}
li#indexnav_what a {
	width: 362px;
	background-position: 0px -11px;
	top: 11px;
	left: 0px;
}
li#indexnav_help a {
	left: 0px;
	width: 362px;
	background-position: 0px -49px;
	top: 49px;
}
li#indexnav_work a {
	left: 0px;
	width: 362px;
	background-position: 0px -87px;
	top: 87px;
}
li#indexnav_entr a {
	left: 0px;
	width: 362px;
	background-position: 0px -125px;
	top: 125px;
}


li#indexnav_what a:hover {
	background-position: 0px -183px;
}
li#indexnav_help a:hover {
	background-position: 0px -221px;
} 

li#indexnav_work a:hover {
	background-position: 0px -259px;
}
li#indexnav_entr a:hover {
	background-position: 0px -297px;
}

