.menuWrapper{
    font: normal 19px "Times New Roman", Georgia, serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:20px auto;
    height:470px;
    width:888px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
    
}
ul.menu{
    list-style:none;
    width:888px;
    
}
ul.menu > li{
    float:left;
    width:295px;
    height:470px;
    border-right:1px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
    
}
ul.menu > li.last{
    border:none;
}
.bg1{
    background-image: url(../images/main.jpg);
}
.bg2{
    background-image: url(../images/koshka.jpg);
}
.bg3{
    background-image: url(../images/wd.jpg);
}
ul.menu > li > a{
    float:left;
    width:295px;
    height:50px;
    margin-top:10px;
    text-align:center;
    line-height:50px;
    color:#fff;
    background-color:#706564;
    letter-spacing:1px;
    cursor:pointer;
    
}
ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:0px;
    width:100%;
    height:190px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}
ul.menu > li ul.sub1{
    background-image:url(../images/bg4sub.png);
}
ul.menu > li ul.sub2{
    background-image:url(../images/bg4sub.png);
}
ul.menu > li ul.sub3{
    background-image:url(../images/bg4sub.png);
}
ul.menu > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:18px;

}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}