
#menu {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:auto; 
	position:relative; 
	z-index:10;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
}

#menu li {
	float:left; 
	margin-right:0;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
	
}

#menu li a {
	display:block; 
	float:left;  
	text-decoration:none;
	text-align:left;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
}


#menu table {border-collapse:collapse; width:0; height:0;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;  }
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {
	color:#dd3b21;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
}
#menu li:hover > a.sub {
	color:#dd3b21;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
}

#menu li.current a {
	color:#000000; 
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
}
#menu li.ongl a.sub {background:  url("imagemenu/arrowmain.gif") no-repeat right center;}

#menu li.ongl.current a.sub {color:#000000; background: url("imagemenu/arrowmain.gif") no-repeat right center;}
/*
*/
#menu :hover ul {
	left:0; 
	
	top: 20px; 
		
	
	width:190px; 
    background: #348ECB;
	}

/* 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:190px; 
top:-1px; 
    background: #348ECB;
white-space:nowrap; width:190px; z-index:200; height:auto;
}



#menu :hover ul li {margin:0; border-top:1px solid #666;
	height: 20px; 
	line-height: 20px;
}
#menu :hover ul li a {width:190px; padding:0; text-indent:10px; 
    background: #348ECB;; 
	color:#ddbc21; 
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;	
    font-style: normal;
	
}
#menu :hover ul li a.fly {background: #348ECB url("imagemenu/arrowsubo.gif") no-repeat right center;
    }

#menu :hover ul :hover {
	background: #2B0D8B; 
	color:#dd3b21;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial;
    font-style: normal;
}
#menu :hover ul :hover a.fly {background: #2B0D8B; color:#dd3b21;background: #2B0D8B url("imagemenu/arrowsub.gif") no-repeat right center;}

#menu :hover ul li.currentsub a {
    background: #348ECB;
	 color:#dd3b21;}
#menu :hover ul li.currentsub a.fly {background:  #348ECB  url("imagemenu/arrowsub.gif") no-repeat right center; color:#dd3b21;
    background: #348ECB;}

#menu :hover ul :hover ul li a {width:190px; padding:0; text-indent:10px; 
    background: #348ECB;  color:#ddbc21}
#menu :hover ul :hover ul :hover {background: #2B0D8B; color:#dd3b21;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {
	background: #2B0D8B; 
	color:#dd3b21;
}

#menu li a.ongl.current {
	color:  #dd3b21;
	}	