.tabhaut ul{
margin: 0px;
padding: 3px 0;
margin-left: 0;
font: .6em Verdana;
/* border-bottom: 1px solid gray; */
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.tabhaut li{
display: inline;
margin: 0;
}

.tabhaut li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #606060;
border-bottom: none;
background-color: #606060;
background-image: url(../images/trame_gc.png);
background-repeat: repeat;
color: #000;
}

.tabhaut li a:visited{
color: #000;
}

.tabhaut li a:hover, .tabhaut li a.current{
border: 1px solid #FBFF76;
border-bottom: none;
background-color: #606060;
background-image: none;
color: #FF8A00;
}

.tabhaut li a:active{
color: #000;
}

.tabbas ul{
margin: 0px;
padding: 0 0 3px 0;
margin-left: 0;
font: .6em Verdana;
/* border-bottom: 1px solid gray; */
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabbas li{
display: inline;
margin: 0;
}

.tabbas li a{
text-decoration: none;
padding: 0 7px 3px;
margin-right: 3px;
margin-left: 3px;
border: 1px solid #606060;
border-top: none;
background-color: #606060;
background-image: url(../images/trame_gc.png);
background-repeat: repeat;
color: #000;
}

.tabbas li a:visited{
color: #000;
}

.tabbas li a:hover, .tabbas li a.current{
border: 1px solid #FBFF76;
border-top: none;
background-color: #606060;
background-image: none;
color: #FF8A00;
}

.tabbas li a:active{
color: #000;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}