.menuWrapper{
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:-15px auto;
    height:400px;
    width:950px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu{
    list-style:none;
    width:950px;
}
ul.menu > li{
    float:left;
    width:300px;
    height:400px;
    border-right:0.5px solid #b0a999;	
    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:300px;
    height:40px;
    margin-top:360px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#391504;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}
ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-105px;
    width:300px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}
ul.menu > li ul.sub1{
    background-image:url(../images/bg1sub.png);
}
ul.menu > li ul.sub2{
    background-image:url(../images/bg1sub.png);
}
ul.menu > li ul.sub3{
    background-image:url(../images/bg1sub.png);
	
}
ul.menu > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:20px;	
    text-shadow:1px 1px 1px #444;
    font-size:14px;
	text-align:center;
}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}

























































