
/* @group structure */

.wrap { width:980px; margin: 0 auto; }

/* @group core nav menu */
#nav { margin: 0; padding: 0; list-style: none;height:41px;}

#nav li { float: left; display: block;position: relative; z-index: 999; }

#nav li a { display: block; font-weight:13px; line-height:41px; text-decoration: none;  color: #fff; padding:0px 10px; font-family:"Open Sans"; }
#nav li a:hover{ color:#fff;font-family:"Open Sans"; display:block;background: url(../images/navarrow.png) #9f0505 bottom center no-repeat; transition: background 1s ease 0s, color 1s ease 0s, padding 0.5s ease 0s, margin 0.5s ease 0s; border-bottom:2px solid #0088b2;}

/* @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; }	
#nav ul li { width:270px; float: left; text-align: left; border-bottom:none;  }
#nav ul li:hover { border-left: 0px solid transparent; border-right: 0px solid transparent; }

#nav ul a { display: block; height:12px; line-height:12px; padding: 8px 5px; color: #666;text-transform:  uppercase; color: #797979; font-weight: normal; background:#fff; border-bottom:none; }
#nav ul a:hover { text-decoration: none; border-right-color: transparent; border-left-color: transparent; background: transparent; color:#fff; background:#b49570; border-bottom:none; }

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

