#simpleTabs, #simpleTabs2{
width: 203px;
}

.simpleTabs-nav{
/*height: 33px;*/
padding: 0px;
margin: 0px;
position: relative;
}

.simpleTabs-nav ul{
overflow: hidden;
height: 32px;
list-style: none;
margin: -33px 0px 0px 0px;
padding: 0px;
/*border-bottom: 1px solid #e8e7e7;*/
position: absolute;
right: 0;
}
.simpleTabs-nav li{
float: left;
top: 4px;
position: relative;
height: 25px;
line-height: 25px;
font-size: 14px;
text-decoration: none;
font-weight: bold;
padding: 0 9px 0 9px;
border-left: none;
color: #ada0a0;
text-shadow: 1px 1px 0 #fff;
background: #efefef url(../images/tabs_bg_inactive.gif);
border-radius: 4px 4px 0 0;
opacity: 0.8;
cursor: pointer;
margin-right: 1px;
}
.simpleTabs-nav li:hover{
opacity: 1;
}
.simpleTabs-nav li.close{
float: right;
}
.simpleTabs-nav li.actif{
top: 1px;
height: 28px;
line-height: 28px;
color: #645031;
text-shadow: 1px 1px 0 #fffbbc;
background: #f9ed36 url(../images/tabs_bg_active.gif);
border: none;
}
.simpleTabs-content{
clear: both;
background: #FFF;
margin: 0px;
padding: 0;
color: #000;
}


.menu_block{
position: absolute;
margin-top: -3px;
display: none;
width: 180px;
border: 0px solid #C6380C;
background: #E3837D;
overflow-x: hidden;
overflow-y: hidden;
}
