/** Navigation Related Styles **/
 
#nav, #nav ul {
 	padding:			0;
	margin:				0;
	list-style:			none;
	float:				left;
	z-index:			100;
}

ul li ul {
	border-bottom:		thick 3px black;
}

#nav a {
	display:			block;
	
	text-decoration:	none;
	color: 				#e7e5d3;
	color: 				#000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	margin: 			2px 2px 2px 5px;
}


#nav a:hover {
	display:			block;
	
	text-decoration:	none;
	color: 				#e7e5d3;
	color: 				#000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	margin: 			2px 2px 2px 5px;
	color:				#CD5806;
}


#nav li {
	float:				left;
	width:				150px;
    w\idth:				170px;
}

#nav li:second-line	 {
	text-indent:		1em;
}

#nav p {
	margin:		0;
}

#nav p:first-line { text-indent:1em; }

#nav li:hover {
	background:			#e7e5d3;
	color:				#CD5806;	
}

#nav li ul {
	position: 			absolute;
	width: 				325px;
	left: 				-999px;
	background-color:	#C9C0BB;
	background-color:	#e7e5d3;
	background-color:	#CCC6AB;
	background-color:	#d2cdc3;
	z-index:			1000;
}

#nav li ul li {
	width: 				325px;
	background-color:	#CCC6AB;
	background-color: 	#d2cdc3;
	margin:				-8px 0 8px 0;
}

#nav li ul li hr{
	width: 				323px;
	background-color:	#CCC6AB;
}

#nav li ul li a{
	width: 				325px;
	color:				#000;
}

#nav ul li ul li a:hover{
	width: 				325px;
	color:				#000;
	color:				#CD5806;
}

#nav hr {
	margin:				0;
	color:				#000;
	height:				1px;
	max-height:			1px;
	background-color:	#CCC6AB;
	width:				168px;
}

#nav li:hover ul {
	left: 				auto;
	margin:				-17px 0 0 165px;
	color:				black;
	color:				#CD5806;
}

#nav li:hover ul.sfHover {
	left: 				auto;
	margin:				-17px 0 0 165px;
	background-color:	#e7e5d3;
}

#nav ul li ul li:hover {
	background-color: 	#e7e5d3;
}
	

#nav_global {
	float:				right;
	width:				100%;
	background-color:	#CD5806;
	margin: 			-3px 0 0 0;
	position:			relative;
	font-size:			12px;
	font-weight:		bold;
	color:				#fff;
	height:				21px;
	border-bottom: 		1px solid #000;
	border-top: 		1px solid #000;
	z-index:			1;
	background-image:	url(../../images/home/greenBanner.gif);
}


#nav_global li{
	list-style:			none;
	display:			inline;
	text-align:			right;
	margin: 			0 0 0 0;
	padding:			1px 10px 1px 10px;
	border-left:		1px solid #000;
	color:				#fff;


}

#nav_global li:hover {
	color:				#e3842a;
}

#nav_global li a {
	text-decoration:	none;
	color:				#fff;
	font-weight:		bold;
}

#nav_global li a:hover {
	color:				#e3842a;
}

#nav_global ul {
	text-align:			right;
	font-weight:		bolder;
	margi\n:			0 0 0 0;
	padding-top:		3px;
	height:				18px;
	float:				right;
	padding-left:		0px;
}

#search {
	text-align:			left;
	clear:				both;
	padding: 			0px 0 0 5px ;
	height:				23px;
}
