.page_wrap {width:760px; margin: 0 auto;}

#nav { margin: 0; padding: 0; list-style:none;}
#nav li { float:right; display: block; position: relative; z-index: 999; margin:0; font-weight:normal; padding:0; /*width:20%;*/ text-align:center; line-height:80px;}
#nav li a { display:block; font-size:17px; font-weight:bolder; color:#363636; letter-spacing:-1px; text-decoration:none;}
#nav li a:hover, #nav li a.hov {/*background-color:#fff;*/ color:#004b2c; font-weight:bolder; letter-spacing:-1px;}

/* subnav */
#nav ul { position:absolute; left:0; top:90%; display: none; margin:0; padding:10px 0; list-style:none; background:#fff; border:1px solid #d7d7d7; width:100%;}
#nav ul li {margin:0; padding:0; width:100%; float: left; border:0px solid #ff0000; text-align:center; line-height:25px; }
#nav ul li:hover { border-left: 0px solid transparent; border-right:0px solid transparent;}
#nav ul a { display: block; padding:10px 0; font-weight: normal; font-size:15px; letter-spacing:-1px; color:#797979;}
#nav ul a:hover { text-decoration:underline; font-weight:normal; font-size:15px; letter-spacing:-1px; color: #004b2c; background-color:#fff;}

* 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%; }
