/* $Id: style_menu.css,v 1.5 2010/04/26 18:30:47 wolf Exp $ */

 
#menu {padding:0; margin:0; list-style:none; background: #FFBB55; height:25px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; border-top: 1px solid #666; border-bottom: 1px solid #666;}
#menu li {float:left; border-right:1px solid #666;}
#menu li a {display:block; float:left; height:25px; line-height:25px; color:#000; background: #FFBB55; text-decoration:none; font-size:11px; font-weight:bold; padding:0 20px 0 20px;}


/* workaround for inherited styles */
#menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}*/

/* 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:#fff; background-color:#FFAA22;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:#FFAA22;}
#menu li:hover > a.sub1 {color:#fff; background-color:#FFAA22;}

#menu li.current a {color:#fff; background:#FFAA22;}

#menu li a.sub1 {background: #FFBB55 url(images/down-arrow.gif) no-repeat right center; cursor: default;}
#menu li.current a.sub1 {color:#fff; background:#FFAA22 url(images/down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:25px; width:200px; background:#000000;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul,
#menu :hover ul :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:#FFCC88; white-space:nowrap; width:100px; z-index:200; height:auto;}
#menu :hover ul :hover ul :hover ul
{left:150px; top:-1px; background:#FFCC88; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #FFAA22; border-right: 0px; border-left: 10px solid #FFAA22;}
#menu :hover ul li a {width:200px; padding:0; text-indent:10px; background:#FFCC88; color:#000; height:25px; line-height:25px;}
#menu :hover ul li a.sub2 {background:#FFCC88 url(images/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover ul li a.sub3 {background:#FCC284 url(images/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#FBB66B; color:#fff;}
#menu :hover ul :hover a.sub2, 
#menu :hover ul :hover ul :hover a.sub3 {background-color:#FBB66B; color:#fff;}

#menu :hover ul li.currentsub a {background:#FFAA22; color:#fff;}
#menu :hover ul li.currentsub a.sub2, 
#menu :hover ul li.currentsub ul li.currentsub2 a.sub3 {background:#FFAA22 url(images/right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:150px; padding:0; text-indent:10px; background:#FFDDBB; color:#000;}
#menu :hover ul :hover ul :hover {background-color:#FBB66B; color:#fff;}

#menu :hover ul :hover ul li.currentsub2 a,
#menu :hover ul :hover ul :hover ul li.currentsub3 a,
#menu :hover ul :hover ul li.currentsub2 a:hover 
#menu :hover ul :hover ul :hover ul li.currentsub3 a:hover 
{background:#FFAA22; color:#fff;}
