* {
	margin: 0;
	padding: 0;
}
body {
	font-family:'LucidaGrandeRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #232323;
	background-color:#e4e4e4;
	font-weight:normal;
}
/* @group structure */
#head {
	background: #fff;
	height: 100px;
	padding-top: 15px;
	border-bottom: 1px solid #d5dce8;
}
.wrap {
	width: 700px;
	margin: 0 auto;
	float:right;
}
/* @group core nav menu */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	height: 35px;
	padding-left: 15px;
	padding-right: 25px;
	background: #fff;
	float:right;
}
#nav li {
	float: left;
	display: block;
	background: none;
	position: relative;
	z-index: 999;
	margin: 0 1px;
	border:solid 1px #dcdcdc;/*-moz-box-shadow: 0 0 3px #bcbbbb;
	-webkit-box-shadow: 0 0 3px#bcbbbb;
	box-shadow: 0 0 2px #bcbbbb;*/
/*	box-shadow: 0px 3px 3px #ccc;
*/ }
#nav li a {
	display: block;
	padding: 0;
	font-weight:normal;
	line-height: 35px;
	text-decoration: none;
	color: #0380e7;
	zoom: 1;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0px 20px;
}
#nav li a:hover, #nav li a.hover {
	border-bottom:0;
	color: #0380e7;
	margin:0;
}
#nav li a:hover, #nav li a.active {
	background-color: #fff;
	border-bottom:0;
	color: #505457;
	margin:0;
}
/* @group subnav */
#nav ul {
	position: absolute;
	left: 0px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding-bottom: 0px;
}
#nav ul li {
	heigh t:30px;
	line-hei ght:30px;
	background-color: #fff;
	width: 165px;
	float: left;
	border-top: 1px solid #fff;
	text-align: left;
	margin:0 0 0 -1px;
	padding:0px 0 0 0;
}
#nav ul li:hover {
}
#nav ul a {
	display: block;
	height: 22px;
	line-height: 18px;
	padding:4px 5px 0px 5px;
	color: #454545;
	text-transform:  none;
	font-weight: normal;
}
#nav ul a:hover { /*text-decor ation: none; bo rder-right-color: transparent; bord er-left-color: transparent; back ground: transparent;*/
	color: #008cff;
}
* html #nav ul {
	margin: 0 0 0 -2px;
}
/** @group clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
