
/* @group structure */

.wrap { width:690px;}

/* @group core nav menu */
#nav { margin: 0; padding: 0; list-style: none;height:36px;}

#nav li { float: left; display: block;position: relative; z-index: 999; }
#nav li a { display: block; font-weight:normal; font-size:13px;line-height:36px; text-decoration: none;  color: #fff; padding:0px 10px; font-family:"Droid Serif";text-transform:uppercase; }
#nav li a:hover{ color:#00a6a6;font-family:"Droid Serif"; display:block;transition: background 1s ease 0s, color 1s ease 0s, padding 0.5s ease 0s, margin 0.5s ease 0s;font-weight:normal; font-size:13px; background:url(../images/navhoveimg.png) #ecf8f9 center bottom no-repeat;border-bottom: solid 3px #f7800a;}}

#nav li a.active{ color:#00a6a6;font-family:Arial, Helvetica, sans-serif; display:block;background:#9c7e0d; transition: background 1s ease 0s, color 1s ease 0s, padding 0.5s ease 0s, margin 0.5s ease 0s;font-weight:bold; font-size:13px; background:url(../images/navhoveimg.png) #f2f2f2 center bottom no-repeat; border-bottom: solid 3px #f7800a;}


/* @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;top:42px; }	
#nav ul li { width:256px; 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:auto; line-height:12px; padding: 8px 5px;color: #fff; font-weight: normal; background:#00a6a6; border-bottom:none;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
#nav ul a:hover { text-decoration: none; border-right-color: transparent; border-left-color: transparent; background: transparent; color:#fff; background:#f8a95f; border-bottom:none;font-weight: normal;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);}

* 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%; }

