.menuWrapper{
 /*   font-family: "Georgia", "Times New Roman";*/
    font-size: 12px;
    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;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;

	letter-spacing: 1px;
}
ul.menu{
    list-style:none;
    width:1150px;
    margin: 0 !important;
    padding: 0 !important;
}
ul.menu > li{
    float:left;
    width:265px;
    height:542px;
    border-right:1px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
    margin: 0 !important;
    padding: 0 !important;
}
ul.menu > li.last{
    border:none;
}
.bg1{
    background-image: url(../../image/work/01.jpg);
}
.bg2{
    background-image: url(../../image/work/02.jpg);
}
.bg3{
    background-image: url(../../image/work/03.jpg);
}
.bg4{
    background-image: url(../../image/work/04.jpg);
}
.bg5{
    background-image: url(../../image/work/05.jpg);
}
ul.menu > li > a{
    float:left;
    width:265px;
    height:60px;
    margin-top:450px;
    text-align:center;
    line-height:60px;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    
    display: block;
    color: #FFF;
    margin: 0;
    text-align: center;
    background-image: url('../../image/bg-worknav.jpg');
    background-repeat: repeat-x;
    background-position: left center;

}
ul.menu > li > a:hover {
    color: #3CF;
    text-decoration: none;
}
ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-180px;
    width:100%;
    height:110px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}

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:11px;
}

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