#menu{padding-left:35px;}

#menu li {
     float:left;
     list-style:none;
     width:143px;
}

#menu a {
     color:#336699;
     display:block;
     font:bold 12px tahoma;
     text-decoration:none;
     padding:7px 15px 9px 15px;
     width:113px;
     border-left:1px solid white;
     border-right:1px solid #ced9df;
}

#menu a:hover {
     color:#336699;
     display:block;
     font:bold 12px tahoma;
     text-decoration:none;
     padding:7px 15px 9px 15px;
     width:113px;
     background:url(img/menu_ah.gif) repeat-x top;
}

#menu ul{
     position:absolute;
     z-index: 500;
     margin-top:12px;
     visibility:hidden;
     list-style:none;
     background:#cccccc;
}

#menu ul li{
     float:none;
     margin:0;
     background:#cccccc;
     padding:0 !important;
     margin:0 !important;
     width:170px;
     border-right:1px solid white;
}


#menu ul li a {
     width:100% !important;
     text-decoration:none;
     font-weight:bold;
     padding:7px 0 7px 15px !important;
     margin:0 !important;
     background:url(img/menu_ul_ah.gif) repeat-x bottom #ced9dd;
}

#menu ul li a:hover {
     width:100% !important;
     text-decoration:none;
     font-weight:bold;
     padding:7px 0 7px 15px !important;
     background:url(img/menu_ul_ah.gif) repeat-x bottom white;
}


/***********/

#bot_menu li {
     float:left;
     list-style:none;
     width:143px;
     text-align:center;
}

#bot_menu a {
     color:#336699;
     display:block;
     font:bold 12px tahoma;
     text-decoration:none;
     padding:7px 15px 9px 15px;
     width:113px;
     border-left:1px solid white;
     border-right:1px solid #ced9df;
}

#bot_menu a:hover {
     color:#336699;
     display:block;
     font:bold 12px tahoma;
     text-decoration:none;
     padding:7px 15px 9px 15px;
     width:113px;
     background:url(img/menu_ah.gif) repeat-x top;
}