* { margin: 0; padding: 0; }
body {font-family: Arial, Tahoma, sans-serif; font-size: 10px; color: #232323; }

/* @group structure */
#head { background: #ffffff; height:0px; float: center; padding-top: 0px; padding-bottom: 0px; border-bottom: 0px solid #d5dce8; }
.wrap { width: 925px; margin:  auto; }

/* @group core nav menu */
#nav { margin: 0; padding: 0; list-style: none; border-left: 0px solid #d5dce8; border-right: 0px solid #d5dce8; border-bottom: 0px solid #d5dce8; 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: 20px; padding-left: 15px; padding-right: 15px; background: ; }

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

#nav li a { display: block; padding: 0; font-weight: 800; line-height: 40px; text-decoration: none;  color: #3d3a3a; zoom: 1; border-left: 0px solid transparent; border-right: 0px solid transparent; padding: 0px 35px; }
#nav li a:hover, #nav li a.hov { background-color: ; border-left: 0px solid #d5dce8; border-right: 0px solid #d5dce8; color: #0f3774; }

/* @group subnav */
#nav ul { position: absolute; left: 0px; 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: 1px; }	
#nav ul li { background-color: skyblue; width: 155px; float: left; border-top: 1px solid #fff; text-align: left; }
#nav ul li:hover { background-color: white; border-left: 0px solid transparent; border-right: 0px solid transparent; }

#nav ul a { display: block; height: 15px; line-height: 15px; padding: 8px 5px; color: #666; border-bottom: 1px solid transparent; text-transform:  character; color: #797979; font-weight: normal; }
#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: 1%; }

