#menu1{
	position: absolute;
	top:31px;
	left:370px;
	width:68px;
	height:150px;
	background-image: url('/images/nav/menu1_back.gif');
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 10; 
}

#menu2{
	position: absolute;
	top:31px;
	left:436px;
	width:68px;
	height:210px;
	background-image: url('/images/nav/menu2_back.gif');
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 10; 
}

#menu3{
	position: absolute;
	top:31px;
	left:502px;
	width:68px;
	height:100px;
	background-image: url('/images/nav/menu3_back.gif');
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 10; 
}

#menu4{
	position: absolute;
	top:31px;
	left:568px;
	width:68px;
	height:250px;
	background-image: url('/images/nav/menu4_back.gif');
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 10; 
}

#menu5{
	position: absolute;
	top:31px;
	left:633px;
	width:68px;
	height:80px;
	background-image: url('/images/nav/menu5_back.gif');
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 10; 
}

#menu6{
	position: absolute;
	top:31px;
	left:699px;
	width:68px;
	height:160px;
	background-image: url('/images/nav/menu6_back.gif');
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 10; 
}

.menuFont{
	font-family: verdana, "sans-serif";
	font-size: 9px;
	color: #000000;
	line-height: 10px;
	font-weight: normal;
}

#langSel{ visibility: visible; }

.menuFont a:link{ text-decoration: none; color: #000000; }
.menuFont a:visited{ text-decoration: none; color: #000000; }
.menuFont a:hover{ text-decoration: underline; color: #FF0000; }