#menu a.item {width:215px; height:32px; display:block; padding-left:15px; background: url(../img/menu-bgr.gif) 0px 0px repeat-x;
font-size:12px;line-height:32px;text-transform:uppercase;text-decoration:none;color:#fff;font-weight:bold; }
#menu a.item:hover {background: url(../img/menu-bgr.gif) 0px -32px repeat-x;}
#menu a.item.selected {background: url(../img/menu-bgr.gif) 0px -64px repeat-x; color:#000;}
#menu a.item.selected:hover {background: url(../img/menu-bgr.gif) 0px -64px repeat-x;}

#submenu a.sub {float:left;height:28px; display:block; padding:0px 11px 0px 11px; background-color:#202020;margin-right:1px;
font-size:13px;line-height:28px;text-transform:none;text-decoration:none;color:#fff;font-weight:normal; }
#submenu a.sub:hover {background-color:#484848;}
#submenu a.sub.active {background-color:#fed300; color:#000;}
#submenu a.sub.active:hover {background-color:#fed300; cursor:default;}
