* { margin: 0; padding: 0; }


/* @group structure */
#head { float:left; }
.wrap { margin: 0 auto; }

/* @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;  padding-left: 15px; padding-right: 15px; }

#nav li { float: left; display: block; background: none; position: relative; z-index: 999; margin: 0 1px; }

#nav li a { display: block; padding-top:10px; padding-bottom:10px;  text-decoration: none;  color: #818ba3; zoom: 1; padding-left:12px; padding-right:12px;  }
#nav li a:hover, #nav li a.hov { background-color: #5f7786; padding-top:10px; padding-bottom:10px;   color: #ffffff;   border-radius: 5px; }

/* @group subnav */
#nav ul { position: absolute; left: 1px; display: none; margin: 0; padding:25px; list-style: none; padding-bottom: 3px; background-color:#FFF; }	
#nav ul li { width:250px;  float: left; border-top: 1px solid #fff; text-align: left; }
#nav ul li:hover { width:250px; }

#nav ul a { display: block; height: 20px; line-height: 20px; padding: 8px 5px; color: #666;  color: #797979; font-weight: normal; }
#nav ul a:hover { text-decoration: none; background-color:#f7f7f7; 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: 1%; }

