.menu2{
    width:350px;
    height:46px;
    position:relative;
    top:1px;
    left:0px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.item{
    position:relative;
    background-color:#dedede;
    float:right;
    width:46px;
    margin:0px 2px;
    height:45px;
    border:0px solid #ddd;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
   
    cursor:pointer;
    overflow:hidden;
}

.link{
    left:2px;
    top:3px;
    position:absolute;
    width:46px;
    height:45px;
}

.mail_us{
    background:transparent url(../images/mail-us.png) no-repeat top left;
}

.reach_us{
    background:transparent url(../images/reach-us.png) no-repeat top left;
}
.write_us{
    background:transparent url(../images/write-us.png) no-repeat top left;
}
.site_map{
    background:transparent url(../images/site-map.png) no-repeat top left;
}

.item_content{
    position:absolute;
    height:38px;
    width:70px;
    overflow:hidden;
    left:48px;
    top:9px;
    background:transparent;
    display:none;
}

.item_content a{
    background-color:transparent;
    float:left;
    margin-right:7px;
    margin-top:3px;
    color:#8b8a8a;
    text-shadow: 1px 1px 1px #fff;
    text-decoration:none;
    font-size:12px;
}
.item_content a:hover{
    color:#2a4577;
}
