@charset "utf-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* Navigation Formatting*/


#navigation {
	width:680px;
	height:38px;
	/*background: none;*/
	margin: 105px 0px 10px 0px;
	float: right;
	}

#navigation ul#nav {
	/*z-index: 4000;*/
	background: #ff8b1f;
	background: none;
	font-size: 16px;
	margin: 0;
	}

#navigation ul#nav li {
	position: relative;
	list-style:none;
	float: left;
	text-align: center;
	line-height: 1.3em;
	/*border-bottom: 1px solid #949494;*/
  }

#navigation ul#nav li a {
	display: block;
	padding: 8px 0;
	border: none;
	color: #444444;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
  	}

#navigation ul#nav li a span {
	padding: 0 15px 0 10px;
}

	#navigation .item1 {
	width: 80px;
}
	#navigation .item2 {
	width: 90px;
}
	#navigation .item3 {
	width: 120px;
}
	#navigation .item4 {
	width: 150px;
}
	#navigation .item5 {
	width: 80px;
}
	#navigation .item6 {
	width: 110px;
}
	#navigation ul#nav li.item6 a { border: 0; }

		/* ----------| =Navigation (Drop Down) |---------- */

		#navigation ul#nav  li ul {
	display: block;
	position: absolute;
	left: -999em;
	width: 200px;
	padding: 0px 0px 0px 0px;
	background: #e66d26;
	border: none;
			}

		#navigation ul#nav  li:hover ul,
		#navigation ul#nav  li.over ul /* used to target IE via script */ {
			display: block;
			border-left: 1px solid #c8320f;
			border-right: 1px solid #c8320f;
			width: 200px;
			color: #fff;
			left: 0;
			*left: -40px;
			top: 100%;
			position: absolute;
			z-index: 3000;
			}

		#navigation ul#nav  li ul li {
			width: 200px;
			height: auto;
			background: transparent;
			text-indent: 0;
			padding: 0;
			}

		#navigation ul#nav  li:hover ul li a,
		#navigation ul#nav  li.over ul li a {
			display: block;
			width: 178px;
			background: transparent;
			padding: 7px 10px;
			text-decoration: none;
			border: none;
			margin: 0;
			color: #eee;
			text-indent: 0;
			text-align: left;
			font-family: Helvetica, 'Helvetica Neue', Arial, Sans-Serif;
			font-size: 11px;
			white-space: nowrap;
			}

		#navigation ul#nav li ul li a:hover {
	color: #fff;
	background-color: #e66d26;
		    }

		  #navigation ul#nav li a:hover,
		  #navigation ul#nav li a.over {
		  	border-left: 1px solid #c8320f;
			border-right: 1px solid #c8320f;
		  }

		  #navigation ul#nav li.active a,
		  #navigation ul#nav li a:hover,
		  #navigation ul#nav li:hover a,
		  #navigation ul#nav li.over a {
			  background: #e66d26;
			  color: #fff;
			  }
