#nav {
	height: 120px;
	width: auto;
	background: #transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: .8em;
	}
#nav li {
	float: left;
	display: block;
	background: none;
	position: relative;
	z-index: 99;
	margin: 0 1px;
	height: 120;
	}
#nav li a { 
	display: block; 
	padding: 0; 
	font-weight: 700px; 
	line-height: 120px; 
	text-decoration: none;  
	color: #fff; zoom: 1; 
	border-left: 1px solid transparent; 
	border-right: 1px solid transparent; 
	padding: 0px 12px; 
	}
#nav li a:hover, #nav li a.hov { 
	background-color: #1C3C5F; 
	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;
	background-color: #FFF;
	}	
#nav ul li { 
	width: 220px; 
	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: 20px; 
	padding: 8px 5px; 
	color: #666; 
	border-bottom: 1px solid transparent; 
	text-transform:  none; 
	color: #797979; 
	font-weight: 14px; 
	}
#nav ul a:hover { 
	text-decoration: none; 
	border-right-color: transparent; 
	border-left-color: transparent; 
	background: transparent; 
	color: #4e4e4e; 
	}
* 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: .%; 
	}
