/* @group structure */
#head {
	background: #e1ecf6;
	height: 100px;
	border-bottom: 1px solid #d5dce8;
	padding-top: 15px;
}
.wrap { width: 800px; margin: 0 auto; }

/* @group core nav menu */
#nav {
	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: 50px;
	padding-left: 15px;
	padding-right: 15px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #d5dce8;
	border-bottom-color: #d5dce8;
	border-left-color: #d5dce8;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#nav li { float: left; display: block; background: none; position: relative; z-index: 999; margin: 0 1px; }

#nav li a {
	display: block;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	color: #343437;
	zoom: 1;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0px 12px;
	font-size: 9pt;
	text-transform: uppercase;
}
#nav li a:hover, #nav li a.hov {
	background-color: #006991;
	border-left: 1px solid #d5dce8;
	border-right: 1px solid #d5dce8;
	color: #FFFFFF;
}
.menu-active {
	background-color: #006991; /*#f36400;*/
	border-left: 1px solid #d5dce8;
	border-right: 1px solid #d5dce8;
	color: #FFFFFF;
}
/* @group subnav */
#nav ul { position: absolute; left: 1px; display: none; margin: 0; padding: 0; list-style: none; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 3px rgba(0,0,0,0.2); box-shadow: 0 1px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); padding-bottom: 3px; }	
#nav ul li { width: 180px; float: left; border-top: 1px solid #fff; text-align: left; }
#nav ul li:hover { border-left: 0px solid transparent; border-right: 0px solid transparent; }

#nav ul a {
	display: block;
	height: 20px;
	line-height: 12pt;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid transparent;
	text-transform:  none;
	color: #797979;
	font-weight: normal;
	background-color: #f1f1f1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#nav ul a:hover {
	text-decoration: none;
	border-right-color: transparent;
	border-left-color: transparent;
	color: #CCCCCC;
	background-color: #f7f7f7;
}

* 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%; }
