.menuskin {
position:absolute;
background-color:transparent;
font-family: Arial, Sans Serif;
font-size: 8pt;
color: #000000;
line-height:17px;
z-index:100;
visibility:hidden;
}

.menuskin a {
text-decoration:none;
color:black;
display: block;
}

.menubuttons {
	position: absolute; top: 56px;
	left: -425px;
	margin-left: 50%;
}

.menubacks div {
	position: absolute; top: 56px;
	margin-left: 50%;
	width: 170px; height: 30px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

.menuitems {
	text-indent: 8px;
}

.menuitems li {
	display: inline;
	text-indent: 30px;
	color: #000;
	font-style: normal;
}

.first {padding-top: 8px;}
.last {padding-bottom: 5px;}


#menu1 {
	left: -425px;
	background-color: #ff0000;
	}
#menu2 {
	left: -255px;
	background-color: #00FF78;
	}
#menu3 {
	left: -85px;
	background-color: #0072FF;
	}
#menu4 {
	left: 85px;
	background-color: #FF7E00;
	}
#menu5 {
	left: 255px;
	background-color: #00FF78;
	}

a.menu1:visited, a.menu1:active, a.menu1:link {
	width: 170px;
	background-color: #ba9886; color: #000;
}
a.menu1:hover {
	background-color: #d8c6b7; font-weight: bold; color: #000;
}

a.menu2:visited, a.menu2:active, a.menu2:link {
	width: 170px;
	background-color: #bfbe7b; color: #000;
}
a.menu2:hover {
	background-color: #d5d4a9; font-weight: bold; color: #000;
}
a.menu2xtra:visited, a.menu2xtra:active, a.menu2xtra:link {
	width: 170px;
	background-color: #2c6f90; color: #fff;
}
a.menu2xtra:hover {
	background-color: #d5d4a9; font-weight: bold; color: #000;
}
	
a.menu3:visited, a.menu3:active, a.menu3:link {
	width: 170px;
	background-color: #87b4cf; color: #000;
}
a.menu3:hover {
	background-color: #bed3e0; font-weight: bold; color: #000;
}

a.menu4:visited, a.menu4:active, a.menu4:link {
	width: 170px;
	background-color: #d99e4f; color: #000;
}
a.menu4:hover {
	background-color: #edc998; font-weight: bold; color: #000;
}

a.menu5:visited, a.menu5:active, a.menu5:link {
	width: 170px;
	background-color: #bfbe7b; color: #000;
}
a.menu5:hover {
	background-color: #d5d4a9; font-weight: bold; color: #000;
}
