.menuWrapper{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: normal;
	line-height: 1.45em;
	position:absolute;
	height:542px;
	width:797px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:transparent;
}
ul.menu{
    list-style:none;
    width:797px;
}
ul.menu > li{
    float:left;
    width:265px;
    height:542px;
    border-right:1px solid #333;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}
.bg1{
    background-image: url(../images/1.jpg);
}
.bg2{
    background-image: url(../images/2.jpg);
}
.bg3{
    background-image: url(../images/3.jpg);
}
ul.menu > li > a{
	float:left;
	width:265px;
	height:50px;
	margin-top:450px;
	text-align:center;
	line-height:50px;
	color:#999;
	background-color:#333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	letter-spacing:1px;
	text-decoration:none;
}
ul.menu > li > a:hover, ul.menu a.selected{
	color: #FFF;
}
