/* JS disabled styles */




.no-js nav li:hover ul { display:block; }

/* base nav styles */
nav { display:block; margin:0px; position:relative; font-size:15px; font-weight:bold; z-index:11111; }
nav ul { padding:0; margin:0; }
nav li { position:relative; float:right; list-style-type:none;	 color:#000;		text-align:center;	font-weight:normal; }
nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav li a { display:block; color:#000;	text-decoration:none;  text-align:center;   padding-right:10px; padding-left:10px; padding-bottom:15px; font-weight:300; }
nav li a:hover { 	color:#000;	text-decoration:none; }
nav li a:focus { outline:none; text-decoration:none; }
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-color:none; margin:0px;    }
nav ul ul li { background-color:rgba(0,0,0,.7); float:none; color:#fff;   }
nav ul ul a { padding:10px 1px; border-left:none; border-right:none; font-size:14px; display:block;   background-color:inherit;  color:#fff; text-transform:none;     }
nav ul ul a:hover { background-color: #333; color:#fff; margin:0px; font-size:14px;    }

/* CSS3 */
.borderradius nav {  }

.boxshadow.rgba nav {  }
.cssgradients nav li:hover {  }
.borderradius nav ul ul {  }
.boxshadow.rgba nav ul ul {}
.rgba nav ul ul li {  }
.rgba nav ul ul a:hover {  }
.borderradius.rgba nav ul ul li.last { }
.csstransforms ul a span { -moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg); }

/* fallbacks */
.no-cssgradients nav, .no-js nav { padding-bottom:4px; border:none; }
.no-borderradius nav ul, .no-js nav ul {  }
.no-borderradius nav ul ul, .no-js nav ul ul { background:none; }
.no-borderradius nav li, .no-js nav li { height:24px;  }
.no-cssgradients nav li:hover, .no-js nav li:hover {  }
.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; }
.no-rgba nav ul ul a, .no-js nav ul ul a { left:3px; }
.no-rgba nav ul ul a:hover { }
.no-csstransforms ul a span { height:7px; width:12px; margin-top:8px; text-indent:-5000px; overflow:hidden; background:url(../../../auraweb/auraweb098/auraweb/auraweb098/img/indicator.html) no-repeat 0 0; }*
.no-borderradius ul ul li.last { margin-bottom:10px; }
.no-cssgradients.boxshadow nav { box-shadow:none; }