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

.topmenu {
	margin:0;
	list-style:none;
	height:26px;
	position:absolute;
	z-index:500;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #666666;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	right: 13px;
	bottom: 12px;
}

.topmenu li.top {
	display:block;
	float:left;
}

.topmenu li a.pos1 {
	width:64px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px -26px;
	
} 
.topmenu li a.pos1:hover {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.topmenu   li   a.pos1#currenthighlight1 {
	width:64px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}


.topmenu li a.pos2 {
	width:78px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -62px -26px;
} 
.topmenu li a.pos2:hover {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -62px bottom;
}

.topmenu li a.pos2#currenthighlight2 {
	width:78px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -62px top;
}




.topmenu li a.pos3 {
	width:99px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -140px -26px;
} 
.topmenu li a.pos3:hover {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -140px bottom;
}

.topmenu li a.pos3#currenthighlight3 {
	width:99px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -140px top;
}


.topmenu li a.pos4 {
	width:161px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -240px -26px;
} 
.topmenu li a.pos4:hover {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -240px bottom;
}

.topmenu li a.pos4#currenthighlight4 {
	width:161px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -240px top;
}
.topmenu  li  a.pos5 {
	width:102px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: right -26px;
	
} 
.topmenu  li  a.pos5:hover {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.topmenu    li    a.pos5#currenthighlight5 {
	width:102px;
	height:26px;
	display:block;
	text-indent:-99999px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
