#simpleTabs{
width: 771px;
/*background: #E1EFF4;
border:2px solid #2F6C86;*/
float:left;
margin-left:20px;
}
#simpleTabs .simpleTabs-nav ul{
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
/*background: #e1efee;*/
}
#simpleTabs .simpleTabs-nav li{
float: left;
padding: 5px 0 0 0;
text-align:center;
/*color: #1c84ef;
cursor: pointer;*/
background:url(../images/buttons/bot_menu_blue.jpg); background-repeat:no-repeat; width:142px; height:17px; color:#FFFFFF; font-weight:bold; font-size:11px; text-decoration:none;
}
#simpleTabs .simpleTabs-nav li:hover{
/*background: #c9efec;*/
color:#000000; 
text-align:center;
background:url(../images/buttons/bot_menu_gray.jpg); background-repeat:no-repeat; width:142px; height:17px; color:#FFFFFF; font-weight:bold; font-size:11px; text-decoration:none;
}
#simpleTabs .simpleTabs-nav li.actif{
/*color: #fff;
font-weight: bold;
background: #1c84ef;*/
text-align:center;
background:url(../images/buttons/bot_menu_gray.jpg); background-repeat:no-repeat; width:142px; height:17px; color:#FFFFFF; font-weight:bold; font-size:11px; text-decoration:none;
}
#simpleTabs .simpleTabs-content{
clear: both;
padding:0 10px 10px 10px;
color:#000000;
background: #E1EFF4;
border:2px solid #2F6C86;
font-size:11px;
text-align:left;
overflow:hidden;
}
