.menuWrapper{
    font-size: 1.45em;
    font-style: normal;
    font-weight: normal;
    /*text-transform:uppercase;*/
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:20px auto;
    height:542px;
    /*width:797px;*/
    width:903px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;	
}
ul.menu{
    list-style:none;
    /*width:797px;*/
    width:903px;
}
ul.menu > li{
    float:left;
    /*width:265px;*/
    width:300px;
    height:542px;
    border-right:1px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}
.bg2{
    background-image: url(/img/home/2.jpg);
}
.bg3{
    background-image: url(/img/home/3.jpg);
}
ul.menu > li > a{
    float:left;
    /* width:265px; */
    width:300px;
    height:50px;
    margin-top:450px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#8F7035;
    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:-300px;
    width:100%;
    height:230px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
    font-size:0.8em !important;

}
ul.menu > li ul li{
    display:none;
}
ul.menu > li ul.sub1{
    background-image:url(/img/home/bg1sub.png);    
    height:230px; overflow:auto;
    font-size:0.8em !important;
}
ul.menu > li ul.sub2{
    background-image:url(/img/home/bg2sub.png);
    height:230px; overflow:auto;
}
ul.menu > li ul.sub3{   
    background-image:url(/img/home/bg3sub.png);
    height:230px; overflow:auto;
}
ul.menu > li ul li a{
    font-size:0.8em !important;
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    /*text-shadow:1px 1px 1px #444;*/
    color:#222222;
}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}
