@charset "utf-8";
/* CSS Document */

#menu {
	position:relative;
	z-index:500;
	height: auto;
	width:auto;
} /* height for this demo only */
#menu ul {
	margin:0;
	list-style:none;
	background-color: #003399;
	float: right;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#menu ul.level1 {
	height:30px;
	
}
#menu ul ul {position:absolute; left:-9999px;}
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; left:-1px; top:-1px;}
#menu ul li {background:#fff; margin-right:3px; float:left;}
#menu ul li a {
	display:block;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	color:#990033;
	font-size:14px;
	text-decoration:none;
	background-color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0172BC;
	border-right-color: #0172BC;
	border-bottom-color: #0172BC;
	border-left-color: #0172BC;
}


#menu ul li a.fly {
	background-color: #FFF;
	background-image: url(../images/arrows/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;

}

#menu ul ul li {margin:0;}
#menu ul ul li a {
	width:115px;
	font-size:12px;
	font-weight: normal;
}
#menu ul ul li a.fly {
}

#menu ul li:hover {position:relative;}
#menu ul li a:hover {
	direction:ltr;
	color:#fff;
	border-color:#8a9;
	position:relative;
	background-color: #FFF;
}
#menu ul li:hover > a {
	color:#fff;
	background-color:#003399;
}

#menu ul :hover ul {
	left:-5px;
	width:125px;
	top:28px;
}

#menu ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul :hover ul {
	left:142px;
	width:125px;
	top:-5px;
}

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

