.bluetabs{

}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #4B4646;
color: #2d2b2b;
background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
color: #FFFFFF;
background-image: http://www.evous.fr/bouton-rouge.png; /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

.urbangreenmenu{
width: 120px; /*width of menu*/
background: #A3C93A;
}

.headerbargreen {
font: bold 12px Arial;
padding: 2px 0 2px 4px; /*31px is left indentation of header text*/
background: #666666;
}

.headerbargreen a{
text-decoration: none;
color: white;
display: block;
padding: 2px 0 2px 4px; /*31px is left indentation of header text*/
}

.headerbargreen a:hover{
text-decoration: underline;
color: white;
display: block;
}

.urbangreenmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreenmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreenmenu ul li a{
font: normal 12px Arial;
color: black;
background: #DFF89B;
display: block;
padding: 5px 0;
line-height: 12px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
border-bottom-style: dotted;
border-bottom-color: #999999;
border-bottom-width: thin;
}

.urbangreenmenu ul li a:visited{
color: black;
}

.urbangreenmenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #A3C93A;
}

.urbangreymenu{
width: 120px; /*width of menu*/
}

.urbangreymenu .headerbar1 {
font: bold 12px Arial;
padding: 2px 0 2px 4px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar1 a{
text-decoration: none;
color: black;
background: #F5F5F5;
display: block;
}

.urbangreymenu .headerbar1 a:hover{
text-decoration: underline;
color: #C32010;
display: block;
}

.urbangreymenu .headerbar2 ul{
font: bold 12px Arial;
padding: 2px 0 2px 2px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar2 ul a{
text-decoration: none;
color: black;
background: #F5F5F5;
display: block;
}

.urbangreymenu .headerbar2 ul a:hover{
text-decoration: underline;
color: #C32010;
display: block;
}

.urbangreymenu .headerbar2 li{
font: bold 12px Arial;
color: black;
background: #F5F5F5;
padding: 2px 0 2px 4px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar2 li a{
text-decoration: none;
color: black;
display: block;
}

.urbangreymenu .headerbar2 li a:hover{
text-decoration: underline;
color: #C32010;
display: block;
}

.urbangreymenu .headerbar_descente{
font: bold 12px Arial;
color: black;
padding: 2px 0 2px 4px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar_descente a{
text-decoration: none;
color: black;
background: #F5F5F5;
display: block;
}

.urbangreymenu .headerbar_actif{
font: bold 12px Arial;
padding: 2px 0 2px 8px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar_actif a{
text-decoration: none;
color: black;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #FFFFFF;
display: block;
padding: 5px 0;
line-height: 12px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
border-bottom-style: dotted;
border-bottom-color: #999999;
border-bottom-width: thin;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #C32010;
}
