/* JS disabled styles */
.no-js nav li:hover ul { display:block; }

/* base nav styles */
nav {
	display: block;
	margin: 0 auto 20px;
	position: relative;
	font-size: 16px;
	font-family: 'Roboto', arial, serif;
}
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: 10px 20px;
	border-left: 1px solid #999;
	border-right: 0px solid #222;
	color: #666;
	text-decoration: none;
}
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: 10px;
	margin-top: -5px;
	color: #F90;
}
nav ul ul {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
}
nav ul ul li { float:none; }
nav ul ul a {
	padding: 5px 10px;
	border-left: none;
	border-right: none;
	font-size: 14px;
}
nav ul ul a:hover {
	color: #FFF;
}

/* CSS3 */
.borderradius nav {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.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;
}
.boxshadow.rgba nav ul ul {
	background-color: rgba(255,153,0,0.8);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
.rgba nav ul ul li { border-left:1px solid rgba(0,0,0,0.1); border-right:1px solid rgba(0,0,0,0.1); }
.rgba nav ul ul a:hover {
	background-color: rgba(153,0,0,0.9);
}
.borderradius.rgba nav ul ul li.last {
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-moz-border-radius-bottomleft: 20px;
	-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;
}
.csstransforms ul a span { -moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg); }
.no-borderradius nav ul ul, .no-js nav ul ul { background:none; }
.no-borderradius nav li, .no-js nav li { height:44px; }
.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-borderradius nav li:first-child:hover, .no-js nav li:first-child:hover {
}
.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(file:///C|/wamp/www/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(file:///C|/wamp/www/fallback/subOverBG.png) repeat 0 0; }
.no-csstransforms ul a span {
	height: 7px;
	width: 12px;
	margin-top: 8px;
	text-indent: -5000px;
	overflow: hidden;
}
