/* CSS Document */

#navigation {
	background: url(../grfx/nav_bg.gif) top left no-repeat;
	width: 938px;
	height: 29px;
}

	#navigation ul {
		margin: 0 0 0 268px;
		line-height: 29px;
		font-size: 1.20em;
	}
	
		#navigation ul li {			
			float: left;
			list-style: none;
			line-height: 29px;
		}
		
		#navigation ul li a {
			padding: 0 19px 0 19px;
			height: 29px;
			color: #fff;
			text-decoration: none;
			display: block;
		}
		
		#navigation li a:hover, #navigation a.active_drop {
			background: url(../grfx/nav_hover.gif) bottom center no-repeat;
		}
		
		#navigation li.active_drop {
			background: url(../grfx/nav_hover.gif) bottom center no-repeat;
		}
		
/*DROP DOWN MENU*/




#navigation li ul { 


	position: absolute;
	z-index: 20;
	margin: 0;
	padding: 0;
	left: -999em;
	clear: both;
}



#navigation li ul li {

	height: 30px;
	margin: 0;
	padding: 0;
	clear: both;

}



#navigation li:hover ul, 
#navigation li li:hover ul,
#navigation li.sfhover ul, 
#navigation li li.sfhover ul { 

	left: auto;

}

*:first-child+html #navigation li:hover ul, 
*:first-child+html #navigation li li:hover ul,
*:first-child+html #navigation li.sfhover ul, 
*:first-child+html #navigation li li.sfhover ul { 

	left: auto;

}



*:first-child+html #navigation li:hover, 
*:first-child+html #navigation li li:hover, 
*:first-child+html #navigation li.sfhover, 
*:first-child+html #navigation li li.sfhover { 

	left: auto;
	position: static;
}


#navigation li ul li a {

	padding: 0px 0 0 6px;
	display: block !important;
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	background-color: #2e2e2e !important;	
	text-decoration: none;
	border: 1px solid #000;	
	border-collapse: collapse;
	width: 180px;
	text-align: left !important;

}



#navigation li ul li a:hover {

	color: #fa7412 !important;
	background:url(none) #2e2e2e !important;
	

}

