#navbar {
	width: 900px;
	height: 36px;
	position: relative;
	top: 0px;
	font-size: 14px;
	font-weight: 900;
	font-family: Arial;
	text-align:center;
	}
	
#nav {
	height: 36px; 
	background: #B3B3B3; 
	z-index: 500; 
	/*padding-left: 300px;*/
	}
	
#nav li.top {
	display: block; 
	float: left; 
	padding-top: 7px;
	}
	
#nav li a.top_link {
	display: block; 
	height: 36px; 
	color: #000; 
	text-decoration: none; 
	font-weight: bold; 
	cursor: pointer;
	}
	
#nav li a.top_link span {
	display:block; 
	padding:0 24px 0 12px; 
	height: 36px;
	}
	
#nav li a.top_link span.down {
	display: block; 
	padding: 0 24px 0 12px; 
	height: 36px; 
	}
	
#nav li a.top_link:hover {
	color: #AF0F00;
	}

#nav li:hover > a.top_link {
	color: #AF0F00;
	}

/* Default list styling */

#nav li:hover {
	position: relative; 
	}

/* keep the 'next' level invisible by placing it off screen. */

#nav ul,
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

#nav li:hover ul{
	left: 0; 
	bottom: 40px; 
	top: auto; 
	background: #EAEAEA; 
	padding: 3px; 
	border: 1px solid #B3B3B3; 
	white-space: nowrap; 
	width: auto; 
	height: auto; 
	z-index: 300;
	}
	
* html #nav li:hover ul {
	width: 0;

	}
	
#nav li:hover ul li{
	display: block; 
	position: relative; 
	float: left; 
	clear: left;
	}
	
#nav li:hover ul li a{
	display:block; 
	font-size:10px; 
	height:20px; 
	line-height:20px; 
	padding:0 5px; 
	color:#000; 
	text-decoration: none;
	font-weight: normal; 
	}
	
#nav li ul li a{
	text-decoration: none;

	}
	
#nav li ul li a:hover{
	color: #00A99D; 
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	}
	
#nav li ul li a.fly{
	color: #AF0F00; 
	font-weight: bold;
	}
	
#nav li:hover ul li:hover{
	}
	
#nav li:hover ul li a.fly:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

#nav li:hover ul li:hover.fly > a.fly {
	color:#fff; 
	text-decoration: none;
	}

#nav li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul{
	left:-5px; 
	margin-left:100%; 
	bottom:-4px; 
	top:auto; 
	padding:3px; 
	border: 1px solid #B3B3B3;  
	white-space:nowrap; 
	width:auto; 
	z-index:500; 
	height:auto;
	}
	