@charset "UTF-8";
/* CSS Document */

/* =main nav
--------------------------------------------------------------------------------------------------------------------------------------------*/
#nav {
	position: relative;
	/*margin-top:75px;*/
}
#nav p {
	float: left;
	display: block;
	width: 929px;
	text-indent: -9999px;
	height: 194px;
	margin: 0px;
	padding: 0px;
	}

#nav ul.parent {
	height: 30px;
	width: 646px;
	text-align: right;
	padding-left: 50px;
	float: left;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 175px;
	font-family: trebuchet MS, Arial, Helvetica;
	font-size: 12px;
}	
	
#nav ul.parent li{
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;		
}
	
#nav ul.parent li a {
	color: #515050;
	text-decoration: none;
	display: block;
	margin-top: 11px;
	padding: 0px 6px 6px 6px;
	line-height: 12px;
	background: url(images/nav_sep.gif) no-repeat right 2px; 
}
#nav ul.parent li a:hover {
	color: #ff6600;
	}

/* this removes the last line in the nav */
#nav ul.parent li a.last {
		background: transparent
}

/* =1st level dropdowns
--------------------------------------------------------------------------------------------------------------------------------------------*/

#nav ul.parent li ul.drop  {
	background: transparent;
	margin: 0 0 0 -40px;
	_margin: 0;
	list-style: none;
	width: 180px;	
}

#nav ul.parent li ul.drop li {
	list-style: none;
	clear: left;
	padding: 0;
	margin: 0;
	width: 150px;
	/*line-height: 1.3em;*/
}


#nav ul.parent li ul.drop li a {
 	width: 100%;
	background: #FFD47E!important;
	color: #000;
	display: block;
	padding: 8px 10px 9px 10px!important;
	margin: 0!important;
	border-bottom: 1px solid #999;
}

#nav ul.parent li ul.drop li a:hover {
	color: #555!important;
}

/* use the following class to add the arrows for the 2nd level menus */
#nav ul.parent li ul.drop li a.start-sub {
	background: #747371 url(images/menu_subarrow_out.gif) no-repeat 155px center!important;
}

#nav ul.parent li ul.drop li a.start-sub:hover {
	background: #747371 url(images/menu_subarrow_over.gif) no-repeat 155px center!important;
}

/* 1st level reveal */
body>#wrap #nav ul.parent li:hover ul.drop {  /* lists nested under hovered list items - This fixes a weird bug in IE7, where the menus dont dissapear. */
	left: auto;
}
#nav ul.parent li.sfhover ul.drop {  /* lists nested under hovered list items */
	left: auto;
}

/* =1st & 2nd level dropdowns - generic
--------------------------------------------------------------------------------------------------------------------------------------------*/

ul.drop, ul.sub-drop {
	width: 180px;
	position: absolute;
	z-index: 99999;
	text-align:left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* =2nd level dropdowns
--------------------------------------------------------------------------------------------------------------------------------------------*/

#nav ul.parent li ul.drop li ul.sub-drop {
	background: transparent;
	margin: -29px 0 0 130px;
	_margin: -29px 0 0 170px;
	list-style: none;
	width: 180px;
}

#IEroot #nav ul.parent li ul.drop li ul.sub-drop {
	background: transparent;
	margin: -29px 0 0 170px;
	list-style: none;
	width: 180px;
}


/* mmmmmm linky linky */
#nav ul.parent li ul.drop li ul.sub-drop li a {
	color: #000!important;
	background: #c5c3c2!important;
	border-left: 1px solid #333;
}

#nav ul.parent li ul.drop li ul.sub-drop li a:hover {
	color: #666!important;
}



/* 2nd level reveal */
#nav ul.parent li:hover ul.drop li:hover ul.sub-drop, #nav ul.parent li.sfhover ul.drop li.sfhover ul.sub-drop {  /* lists nested under hovered list items */
	left: auto;
}
