.menu{
    width:710px;
    height:50px;
    position:fixed;
    top:450px;
    right:45px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}
.item{
    position:relative;
    background-color:#fff;
    float:right;
    width:50px;
    margin:0px 5px;
    height:50px;
    border:0px solid #ddd;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
    cursor:pointer;
    overflow:hidden;
}

.link{
    left:2px;
    top:2px;
    position:absolute;
    width:49px;
    height:49px;
}
.icon_about{
    background:transparent url(images/green.png) no-repeat top left;
}
.icon_catalogue{
    background:transparent url(images/red.png) no-repeat top left;
}
.icon_noprere{
    background:transparent url(images/yellow.png) no-repeat top left;
}
.icon_stillbeat{
    background:transparent url(images/blu.png) no-repeat top left;
}
.icon_contact{
    background:transparent url(images/orange.png) no-repeat top left;
}
.item_content{
    position:absolute;
    height:50px;
    width:220px;
    overflow:hidden;
    left:56px;
    top:7px;
    background:transparent;
    display:none;
}
.item_content h2{
    color:#666;
    text-shadow: 1px 1px 1px #fff;
    background-color:transparent;
    font-size:14px;
}
.item_content a{
    background-color:transparent;
    float:left;
    margin-right:7px;
    margin-top:3px;
    color:#888;
    text-shadow: 1px 1px 1px #fff;
    text-decoration:none;
    font-size:12px;
}
.item_content a:hover{
    color:#0b965b;
}
.item_content p {
    background-color:transparent;
    display:none;
}
.item_content p input{
    border:1px solid #ccc;
    padding:1px;
    width:155px;
    float:left;
    margin-right:5px;
}
a.back{
                background:transparent url(images/noprecp.png) no-repeat top left;
                position:fixed;
                width:521px;
                height:18px;
                outline:none;
                top:535px;
                right:55px;
}