/*
//================================================================
//  cssmenu.css
//================================================================
//        $Id: cssmenu.css,v 1.22 2007/03/16 13:28:11 libert-li Exp $
//================================================================
//   $RCSfile: cssmenu.css,v $
//  $Revision: 1.22 $
//      $Date: 2007/03/16 13:28:11 $
//    $Author: libert-li $
//================================================================
*/

table.menubar {
    position : relative; width : 760px; margin : 0 0 10px 0;
}
.menubar td {
    margin : 0; padding : 0; background-color : #A7010D; text-align : left;
}
.menubar td a{
    display : block; text-align : center;
    padding : 1px 2px; font-weight : bold; font-size : 71.5%; text-decoration : none; color : #FFFFFF;
}
.menubar td a:hover {
    color: #A7010D; background-color : #FFFFFF; text-decoration : none;
}
.menubar ul {
    position : absolute; list-style : none; padding : 0; margin : 0; border: 1px solid #C2C3BE;
    visibility : hidden; width : 170px; z-index : 100;
}
.menubar ul li a {
    padding : 3px 6px; padding-left : 15px; text-align:left; font-size : 71.5%; 
    background : #DDF0F0 url(../images/menu/mini-noir.gif) no-repeat 5px -1px;
    border-top: 1px solid #C2C3BE; font-weight:normal; color : #000000; text-decoration: none;
}
* html .menubar ul li a { /* IE hack */
    width : 100%;
}
.menubar ul li.first a, .menubar ul li.first a:hover {
    background : #FFFFFF url(../images/menu/mini-flecheO.gif)  no-repeat 1px 3px;
    border : none; font-weight : bold; color : #A7010D;
}
.menubar ul li a:hover {
    background : #FFFFFF url(../images/menu/mini-rouge.gif) no-repeat 5px -1px;    
    color : #B20020; text-decoration : none;
}
