/* JS disabled styles */
.no-js nav li:hover ul { display:block; }

/* base nav styles */
nav { display:block; margin:0 auto 20px; width:90%; z-index:1; float:right; position:relative; text-transform:uppercase; font-family:"Open Sans Light", "Open Sans Semibold", "Open Sans", sans-serif, Arial; font-size:15px;}
nav ul { padding:0; margin:0; -webkit-margin-before:0px; -webkit-margin-after:0px; -webkit-padding-start:0px; width:95%; float:right; padding-bottom:4px; }
nav li { position:relative; float:left; text-align:center; list-style-type:none; min-width:13%; padding:0%; padding-bottom:7px;}



nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav li a { display:block; padding:10px 20px; color:#000; text-decoration:none; padding-top: 24px; margin-top:16px; }
nav li a:hover{color:#fff;}
nav li a:focus { outline:none; text-decoration:underline; }
nav li:first-child a { border-left:none; }
nav li.last a { border-right:none;}
nav a span { display:block; float:right; margin-left:5px; }
nav ul ul { display:none; width:100%; position:absolute; left:0; background:#6a6a6a; }
nav ul ul li { float:none; text-align:left; }
nav ul ul a { padding:5px 10px; border-left:none; border-right:none; font-size:14px; color:#fff;}
nav ul ul a:hover { background-color:#fff; }

/* CSS3 */
.borderradius nav { -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; color:#fff;  }
.cssgradients nav {  color:#fff; }
.cssgradients nav li:hover {background-color:#f00000; color:#000;  }
.borderradius nav ul ul { -moz-border-radius-bottomleft:0px; -moz-border-radius-bottomright:0px; -webkit-border-bottom-left-radius:0px; -webkit-border-bottom-right-radius:0px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; border-bottom:2px solid #F00; color:#000; }
.boxshadow.rgba nav ul ul {background-color:rgba(0,0,0,0.8); -moz-box-shadow:2px 2px 2px rgba(0,0,0,.8); -webkit-box-shadow:2px 2px 2px rgba(0,0,0,.8); box-shadow:2px 2px 2px rgba(0,0,0,.8); color:#fff; text-align:left; width:180%;}
.rgba nav ul ul li {  color:#fff; line-height:28px;  }
.rgba nav ul ul a:hover { background-color:#fff; color:#000; text-decoration:none;  }
.borderradius.rgba nav ul ul li.last {-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px; border-bottom-left-radius:4px; border-bottom-right-radius:4px; color:#000; }
.csstransforms ul a span { -moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg); color:#231f20; display:none; }

/* fallbacks */
.no-cssgradients nav, .no-js nav { padding-bottom:4px; border:none; background:url(../fallback/navBG.gif) repeat-x 0 0; }
.no-borderradius nav ul, .no-js nav ul { background:url(../fallback/navRight.gif) no-repeat 100% 0; }
.no-borderradius nav ul ul, .no-js nav ul ul { background:none; }
.no-borderradius nav li, .no-js nav li { height:44px; }
.no-cssgradients nav li:hover, .no-js nav li:hover { background:url(../fallback/navOverBG.gif) repeat-x 0 0; }
.no-borderradius nav li li, .no-js nav li li { height:auto; width:98%; left:-2px; }
.no-borderradius nav li:first-child, .no-js nav li:first-child { background:url(../fallback/navLeft.gif) no-repeat 0 0; }
.no-borderradius nav li:first-child:hover, .no-js nav li:first-child:hover { background:url(../fallback/navOverLeft.gif) no-repeat 0 0; }
.no-borderradius nav li li:first-child, .no-js nav li li:first-child { background:none; }
.no-rgba nav ul ul, .no-js nav ul ul { left:1px; padding-left:2px; background:url(../fallback/subnavBG.png) no-repeat 100% 100%; }
.no-rgba nav ul ul a, .no-js nav ul ul a { left:3px; }
.no-rgba nav ul ul a:hover { background:url(../fallback/subOverBG.png) repeat 0 0; }

.no-borderradius ul ul li.last { margin-bottom:10px; }
.no-cssgradients.boxshadow nav { box-shadow:none; }

@media screen and (max-width: 1024px) {
	nav li{
		min-width:11%;}	
		}