

/* @group core nav menu */
#nav { float:right; margin:15px 0 0 0; padding: 0; list-style: none;  font-size:20px; font-family: "Corbel"; font-weight:normal; color:#454545;
/* border-left: 1px solid #d5dce8; border-right: 1px solid #d5dce8; border-bottom: 1px 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;  background: #edf3f7;*/
 height: 50px;
  padding-left: 15px; padding-right: 15px; }

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

#nav li a { display: block; padding: 0;
 font-weight: normal; 
 line-height: 50px; 
 text-decoration: none; 
  color: #fff; text-transform:capitalize;
padding: 0px 12px; }
#nav li a:hover, #nav li a.hov { background-color: #fff;  color: #576482; }

/* @group subnav */
#nav ul { background: #fff; 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; margin-left:-1px; }	


#nav ul li { min-width:240px; float: left; border-top: 1px solid #fff; text-align: left; }
#nav ul li:hover { border-left: 0px solid transparent; border-right: 0px solid transparent; }

#nav ul a { display: block; letter-spacing:1px; height: 20px; line-height: 20px; padding:2px 5px; border-bottom: 1px solid transparent; text-transform:capitalize; color: #797979; font-weight: normal; 
font-size:14px; color:#333333; }
#nav ul a:hover { text-decoration: none; border-right-color: transparent; color:#0066CC; border-left-color: transparent; background: transparent;  }

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

