#pad {height:140px;}
#menu {list-style:none; height:24px; width:841px; background-color:#beb2d3; position:relative; z-index:500; font-family:"lucida sans unicode", "lucida grande", SunSans-Regular, Arial, Helvetica, sans-serif; text-align:left; margin:0px 0px 0px 38px; padding:0px;  }
#menu li {float:left; height:24px; margin-right: 1px; }
#menu li a {display:block; float:left; height:24px; line-height:24px; background:#beb2d3; color:#47278c; text-decoration:none; font-size:11px; font-weight:normal; padding:0px 30px 0px 20px; margin:0px;}

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

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#6b2d73; background-color:#c8c5d9;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#6b2d73; background:#c8c5d9;}
#menu li:hover > a.sub {color:#6b2d73; background-color:#c8c5d9;}

#menu li.current a {color:#47278c; background:#c8c5d9;}

#menu li a.sub {background: #beb2d3 url(../img/down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#47278c; background:#840 url(../img/down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:24px; width:200px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#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:200px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #fff;}
#menu :hover ul li a {width:200px; padding:0; text-indent:10px; background:#beb2d3; color:#512797; height:24px; line-height:24px;}
#menu :hover ul li a.fly {background:#beb2d3 url(../img/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#c8c5d9; color:#6b2d73;}
#menu :hover ul :hover a.fly {background-color:#c8c5d9; color:#6b2d73;}

#menu :hover ul li.currentsub a {background:#840; color:#6b2d73;}
#menu :hover ul li.currentsub a.fly {background:#840 url(../img/right-arrow.gif) no-repeat right center; color:#6b2d73;}

