#headerCont {
	width: 100%;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	background-image: url(../images/header-line.png);
	background-position: center bottom;
}
#header {
	width: 1000px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header-line.png);
	background-position: center bottom;
}

#logo {
	width: auto;
	height: 80px;
	float: left;
}
#nav {
	width: 745px;
	height: auto;
	margin-top: 23px;
	overflow: hidden;
	float: right;
}
.menu{
	border:none;
	border:0px;
	padding:0px;
	font-size:14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: left;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.menu ul{
	height:35px;
	list-style:none;
	padding:0;
	text-align: left;
	color: #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
.menu li{
	float:left;
	padding:0px;
	text-align: left;
	color: #666;
	background-color: #FFF;
	margin: 0px;
		}
.menu li a{
	color:#666;
	display:block;
	font-weight:normal;
	line-height:35px;
	text-align:right;
	text-decoration:none;
	width: 175px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
		}
.menu li a:hover {
	color:#FFF;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F05C22;
			}
.menu ul li:hover a{
	color:#FFF;
	text-decoration:none;
	background-color: #F05C22;
			}
			
	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	position:absolute;
	width: auto;
	z-index:200;
	background-color: #EFEFEF;		/*top:1em;
		/*left:0;*/
	color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
		}
.menu li:hover ul{
	display:block;
	color: #FFF;
		}
.menu li li {
	display:block;
	float:none;
	padding:0px;
	width:185px;
	color: #666;
	text-align: right;
	margin: 0px;
		}
.menu li:hover li a{
	background:none;
	color: #666;		
		}
.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:right;
	color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
		}
.menu li ul a:hover, .menu li ul li:hover a{
	color:#FFF;
	text-decoration:none;
	background-color: #F05C22;
	width: 176px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
			}
	.menu p{
		clear:left;
		}	

		
