.nav{color:#231F20;text-decoration:none;font-family:verdana;}
/* horisontal menu */
table.navbar{border:0px;font-weight: none;font-family:verdana; width:250px;}

/*Sub Menu Design*/
table.menu{font-weight:none; display: block;width:250px;position:absolute;left:249px;top:-36px;}
 
td.menuNormal{font-weight: none;background-image:url(../img/menu_bg.jpg); background-repeat:no-repeat; padding-bottom:0px; height:20px;}
td.menuHover{font-weight: none;}
 
 
div.menuNormal{display: none;font-weight: none;}
div.menuHover{adisplay: inline;position: absolute;} 
 
 
/* left menu */
a.menuitem{font-size:12px; display: block;color:#804000;padding-left:20px;font-weight: bold;
text-decoration: none;text-align:left;font-family:verdana;background-image:url(../img/menu_bg.jpg); background-repeat:no-repeat; height:25px; padding-top:9px;}
a.menuitem:hover{display: block; font-size:12px; text-decoration: none;afont-weight: bold;color:#804000;}
