/* 
Created on : 10 juil. 2009, 10:57:12
Author     : GENGOUL Thierry
*/

.mainmenu ul{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 8pt Arial;
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 1em;*/
    border: 1px solid #625e00;
    border-width: 1px 0;
    background: black url(../images/blockdefault.gif) center center repeat-x;
}
.mainmenu ul li{
    display: inline;
}
.mainmenu ul li a{
    float: left;
    color: white;
    padding: 8px 10px;
    text-decoration: none;
    border-right: 1px solid white;
}
.mainmenu ul li a:visited{
    color: white;
}
.mainmenu ul li a:hover, .mainmenu ul li .selected{
    color: white;
    background: transparent url(../images/blockactive.gif) center center repeat-x;
}


.submenu{
    border-top: 7px solid black; /*optional border across top*/
    margin: 0;
    padding: 0;
}

.submenu ul{
    margin: 0;
    margin-left: 15px; /*menu offset from left edge of window*/
    float: left;
    padding-left: 8px;
    font: bold 8pt Arial;
    background-color: black;
    background: black url(../images/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html .submenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
    margin-bottom: 1em;
    margin-left: 7px; /*menu offset from left edge of window in IE*/
}

.submenu ul li{
    display: inline;
}

.submenu ul li a{
    float: left;
    color: white;
    font-weight: bold;
    padding: 2px 11px 7px 7px;
    text-decoration: none;
    background: url(../images/pointer.gif) bottom center no-repeat;
}

.submenu ul li a:visited{
    color: white;
}


.submenu ul li a:hover, .submenu ul li a.selected { /*hover and selected link*/
    color: white;
    background-color: darkred;
}

.submenu ul li a.rightcorner {
    padding-right: 0;
    padding-left: 2px;
    background: url(../images/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}

.verticalmenu{
    width: 140px; /*width of menu*/
}
.verticalmenu .headerbar{
    font: bold 12px Arial;/* 10px Verdana;*/
    /*color: white;*/
    background: #E4E4E4; /*url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    /*text-transform: uppercase;*/
    padding: 7px 0 7px 8px; /*31px is left indentation of header text*/
}
.verticalmenu ul{
    list-style-type: none; margin: 0; padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.verticalmenu ul li{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}
.verticalmenu ul li a{
    font: normal 12px Arial; color: black; background: #F0F0F0; display: block; padding: 5px 0; line-height: 17px;
    padding-left: 8px; /*link text is indented 8px*/
    text-decoration: none;
}
.verticalmenu ul li a:visited{ 
    color: black;
}
.verticalmenu ul li a:hover{ /*hover state CSS*/
    color: white; background: black;
}
