/* $Id: style_menu.css 38 2011-03-10 11:09:10Z wolf $ */

 
#menu {padding:0; margin:0; list-style:none; background-color: #f7f3e4; height:45px; position:relative; z-index:5; font-family: 'LuxiSansOblique', sans-serif; font-size-adjust: 0.51; border-top: 0px solid #666; border-bottom: 0px solid #666;}
#menu li {float:left; border-right:0px solid #666;}
#menu li a {display:block; float:left; height:45px; line-height:45px; color:#649650; background-color: #f7f3e4; text-decoration:none; font-size:14px; 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:#ff0000;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:#ceba5f;}
#menu li:hover > a.sub1 {color:#fff; background-color:#ceba5f;}

#menu li.current a {color:#fff; background-color: #ceba5f;}

#menu li a.sub1 {background: url(images/down-arrow.gif) no-repeat right center; cursor: default;}
#menu li.current a.sub1 {color:#fff; background:#ceba5f url(images/down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:45px; 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:220px; top:-1px; background:#DFD195; white-space:nowrap; width:100px; z-index:200; height:auto;}
#menu :hover ul :hover ul :hover ul
{left:150px; top:-1px; background:#DFD195; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #ceba5f; border-right: 0px; border-left: 10px solid #ceba5f;}

#menu :hover ul li.fbh,
#menu :hover ul li.wrl,
#menu :hover ul li a {
	width:230px; 
	padding:0; 
	text-indent:10px; 
	background:#DFD195; 
	color:#000; 
	height:25px; 
	line-height:25px; 
	font-size: 11px;
}

#menu :hover ul li.fbh,
#menu :hover ul li.wrl {height:40px;}

#menu :hover ul li.fbh a,
#menu :hover ul li.wrl a {line-height: 20px;}
/* background:#ceba5f;*/

#menu :hover ul li a.sub2 {background:#DFD195 url(images/right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover ul li a.sub3 {background:#CEBA5F url(images/right-arrow.gif) no-repeat right center;}

#menu :hover ul li.fbh:hover, 
#menu :hover ul li.wrl:hover, 
#menu :hover ul :hover {background-color:#CEBA5F; color:#fff;}

#menu :hover ul :hover a.sub2, 
#menu :hover ul :hover ul :hover a.sub3 {background-color:#CEBA5F; color:#fff;}

#menu :hover ul li.currentsub.fbh, 
#menu :hover ul li.currentsub.wrl, 
#menu :hover ul li.currentsub a {background:#ceba5f; color:#fff;}

#menu :hover ul li.currentsub a.sub2, 
#menu :hover ul li.currentsub ul li.currentsub2 a.sub3 {background:#CEBA5F 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:#EFE8CB; color:#000;}
#menu :hover ul :hover ul :hover {background-color:#CEBA5F; 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:#ceba5f; color:#fff;}

