* { margin: 0; padding: 0; }

/* @group structure */
#head { background: #e1ecf6; height:10px; padding-top: 15px; border-bottom: 1px solid #d5dce8; }
.wrap { width: 800px; margin: 0 auto; }

/* @group core nav menu */
#nav { margin: 0; padding: 0; list-style: none; border-left: 1px solid #DC5503; border-right: 1px solid #DC5503; border-bottom: 1px solid #DC5503; 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: 0px; padding-right: 0px; background: #FC6204; font-family: Arial, sans-serif; font-size: 13.5px; color: #fff;}

li { float: left; display: block; background: none; position: relative; z-index: 999; margin: 0 1px; }

#nav li a { display: block; padding: 0; font-weight: 600; line-height: 50px; text-decoration: none;  color: #fff; zoom: 1; border-left: 1px solid transparent; border-right: 1px solid transparent; padding: 0px 7px; }
#nav li a:hover, #nav li a.hov { background-color: #fff; border-left: 1px solid #d5dce8; border-right: 1px solid #d5dce8; color:#429B4B; }

/* @group subnav */
#nav ul { z-index:1; position: absolute; left: 1px; display: none; margin:0; padding:10px; 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:#00B75B; }	
#nav ul li { width: 220px; float: left; border-top: 1px solid #00AA55; text-align: left; color:#fff;}
#nav ul li:hover { border-left: 0px solid transparent; border-right: 0px solid transparent; }

#nav ul a { display: block; height: 20px; line-height:8px; padding:5px 10px; color: #fff; border-bottom: 1px solid transparent;font-weight: normal; font-weight: normal; }
#nav ul a:hover { text-decoration: none; border-right-color: transparent; border-left-color: transparent; background: transparent; color: #000; }

* 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%; }

