#main_menu {width:auto; height:38px; text-align:left; background:url(../img/menu_bg.png) top left no-repeat; }

#menu {padding:0; margin:0 1px 0 0; list-style:none; height:38px; position:relative; z-index:500; float:right; right:3px;}
#menu li {float:left; margin-right:0px; text-align:left;}
#menu li a {display:block; float:left; height:38px; line-height:38px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 20px 0 20px; border-right:1px solid #63158d; text-transform: uppercase;}
#menu li a.last {border-right:none;}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

#menu li a:hover {z-index:200; position:relative; color:#372855; background:url(../img/menu/menu_button_a.png) repeat-x;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#372855; background:url(../img/menu/menu_button_a.png) repeat-x;}

#menu li.current a {color:#372855; background:url(../img/menu/menu_button_a.png) repeat-x;}

#menu :hover ul {left:0; top:38px; width:190px; background:#444;}

#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:190px; top:-1px; background:#222; white-space:nowrap; width:190px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #666;}
#menu :hover ul li a {width:190px; padding:0 0 0 20px; text-indent:0px; background:#333; color:#ccc; height:38px; line-height:normal; text-align:left; border-right: none;}

#menu :hover ul li a .parent,
#menu :hover ul li a .child {background:none; border:none; cursor:pointer;}

#menu :hover ul :hover {background:url(../img/menu/menu_button_a.png) repeat-x; color:#372855;}

#menu :hover ul li.current a {background:url(../img/menu/menu_button_a.png) repeat-x; color:#372855;}




