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

/* base nav styles */
nav {
	display:block;
	margin:-20px 0px 0px -139px;
	position:absolute;
	font:15px Arial, Sans-serif;
	height: 62px;
}
nav ul { padding:0; margin:0; }
nav li { position:relative; float:left; list-style-type:none; }
nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav li a { display:block; padding:12px 22px; border-left:1px solid #cecece; color:#000000; text-decoration:none; }
nav li a:hover { 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:140px; position:absolute; left:10; background:#000000; border-left:10px solid #f6c02a; border-top:10px solid #f6c02a; }
nav ul ul li { float:none; }
nav ul ul a { color:#FFFFFF; padding:7px 10px; border-left:none; border-right:1px solid #f6c02a; border-bottom:1px solid #f6c02a; font-size:15px; }
nav ul ul a:hover { background-color:#000000; color:#FFFFFF;}

/* CSS3 */


/* fallbacks */
.no-cssgradients nav, .no-js nav { padding-bottom:4px; border:none;  repeat-x 0 0; }
.no-borderradius nav ul, .no-js nav ul { 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 {  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 { no-repeat 0 0; }
.no-borderradius nav li:first-child:hover, .no-js nav li:first-child:hover {  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;  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 { repeat 0 0; }
.no-csstransforms ul a span { height:7px; width:12px; margin-top:8px; text-indent:-5000px; overflow:hidden; no-repeat 0 0; }
.no-borderradius ul ul li.last { margin-bottom:10px; }
.no-cssgradients.boxshadow nav { box-shadow:none; }
