#header .navWrapper {
	position:absolute;
	bottom:29px;
	left:50px;
}			   
/* ----- First Level ----- */
#header ul.nav {
	position: relative;
	z-index:100;
}
#header ul.nav li                      { font-weight: bold; float: left; zoom: 1; margin:0 25px; }
#header ul.nav a:hover		            { color: #000; }
#header ul.nav a:active                { color: #ffa500; }
#header ul.nav li a                    { display: block; padding: 4px 8px; color: #222; }
#header ul.nav li.hover,
#header ul.nav li:hover                { color: black; position: relative; }
#header ul.nav li.hover a              { color: black; }

/* ----- Second Level ----- */
#header ul.nav ul 						{ width: 200px; visibility: hidden; position: absolute; top: 100%; left: 0;
										  border:2px solid #999; overflow:hidden;z-index:150; }
#header ul.nav ul.wide	                { width:260px; }
#header ul.nav ul li 					{ font-weight: normal; background: #990002; color: #000; 
									  	  border-bottom: 1px solid #999; float: none; margin:0; padding:0;}
#header ul.nav ul li.last 				{ border-bottom:none; }								  
                                    /* IE 6 & 7 Needs Inline Block */
#header ul.nav ul li a:link,
#header ul.nav ul li a:visited			{ border-right: none; width: 100%; display: inline-block; background:none; padding:5px 5px 5px 10px; font-size:12px;  } 
#header ul.nav ul li a:hover 			{ background:#770002; }
#header ul.nav ul li a:active 			{ background:#C26666; }

/* ----- Third Level ----- */
#header ul.nav ul ul 					{ left: 100%; top: 0; }
#header ul.nav li:hover > ul 			{ visibility: visible; }

#header ul.nav li a:link, #header ul.nav li a:visited {
	margin:0;
	padding:0 20px 0 10px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background:url(../_images/bg_navUp.gif) no-repeat center right;
}
#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav li a.active {
	color:#FFF;
	background:url(../_images/bg_navOver.gif) no-repeat center right;
}
#header ul.nav li a.noSub {
	background:none;
}