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

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

#nav li a { display: block; font-weight: 700; line-height: 58px; text-decoration: none;  color: #fff; zoom: 1; padding: 0px 17px; text-transform:uppercase; background:url(../images/bg-line-menu.gif) no-repeat right top;}
#nav li a:hover, #nav li a.active { color: #FFDC00; }

/* @group subnav */
#nav ul { position: absolute; left: -4px; display: none; margin: 1px 0 0 0; padding: 0; list-style: none; -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5); -o-box-shadow: 0 1px 4px rgba(0,0,0,0.5); box-shadow: 0 1px 4px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5); }	
#nav ul li { width: 240px; float: left; text-align: left; margin:-1px 0 0 0 ; padding:0 }
#nav ul li:hover { }

#nav ul a { display: block; height: 20px; line-height: 20px; padding: 8px 6px 8px 12px; color: #666; border: 1px solid #DA0019; color: #282828; font-weight: normal; text-transform:uppercase; background-image:url(../images/bg-menu.jpg); background-position:top left; background-repeat:repeat-x  }
#nav ul a:hover { background-position:left bottom; color: #fff; }

* html #nav ul { margin: 0 0 0 0px; }

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

