
#menu 
{
	float:left; 
	padding:0; 
	margin: 0 0 0 0; 
	list-style:none; 
	position:relative; 
	width:150px;
	text-transform:uppercase;
}


#menu ul 
{
	padding:0; margin:0; 
	list-style:none; 
	width:140px; 
	height:auto; 
	background: url(menu_css/trans.gif); 
	position:absolute; 
	left:-9999px; top:0;
	}

#menu table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#menu li 
{
	float:left; 
	margin-bottom: 4px;
}

#menu li a 
{	
	display:block; 
	float:left; 
	width:148px; 
	height:24px; 
	background:#22408c; 
	color:#fff; 
	border-left: 4px solid #ffee00;
	line-height:24px; font-family:arial, sans-serif; font-size:11px; text-decoration:none; text-indent:10px;
}

#menu li a.fly 
{
	background:#888 url(right-arrow.gif) no-repeat right center;
}

#menu li:hover {position:relative;}

#menu li a:hover 
{
	position:relative; 
	background-color: #ffee00; 
	color:#000000;
}

#menu li:hover > a 
{
	background-color: #ffee00;
	color:#000000;
}

#menu ul li a 
{
	margin-left: 30px;
	background: #ffee00; 
	margin-bottom: 1px;
	color: #000;
}

#menu ul li a.fly {background:#aaa url(right-arrow.gif) no-repeat right center;}
#menu ul ul li a {background:#ccc;}
#menu ul ul li a.fly {background:#ccc url(right-arrow.gif) no-repeat right center;}
#menu ul ul ul li a {background:#ddd;}

#menu li a.current,
#menu ul li a.current,
#menu ul ul li a.current,
#menu ul ul ul li a.current {background-color:#c40; color:#fff;}

#menu :hover ul,
#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {left:120px;}

#menu :hover ul ul,
#menu :hover ul :hover ul ul {left:-9999px;}

#menu ul li:hover > a {
	background-color: #ee6600; 
	color:#000000;
	}
	
#menu ul ul li:hover > a {background-color:#e60; color:#fff;}
