/* JS disabled styles */
.no-js nav li:hover ul { display:block; }

/* base nav styles */
nav { display:block;position:relative;font:14px Arial; }
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:17px; color:#eee; text-decoration:none; text-align:center; }
nav li a:hover {color:white;/*background-color: #eec5ac;*/text-decoration:none; }
nav li:first-child a { border-left:none; }
nav li.last a { border-right:none; }
nav a span { display:none; float:right; margin-left:5px; }
nav ul ul { display:none; width:120%; position:absolute; left:0; background:#f06937; }
nav ul ul li { float:none; width:auto; margin-right:0px !important;}
nav ul ul a { padding:10px 10px; border-left:none; border-right:none; text-align:left; font-size:13px;}
nav ul ul a:hover { background-color:#555;text-decoration:none; }
.nav-sublist { width:178px; }
/* CSS3 */
.borderradius nav {}
.cssgradients nav { background-color:transparent;}
.boxshadow.rgba nav { }
.cssgradients nav li:hover { /*background-color:#eec5ac;*/ color:black;}
.borderradius nav ul ul {}
.boxshadow.rgba nav ul ul { background-color:rgba(0,0,0,0.8); }
.rgba nav ul ul li { }
.rgba nav ul ul a:hover { background-color:rgba(85,85,85,.9); }
.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; background:url(../fallback/navBG.gif) repeat-x 0 0 !important; }*/
.no-cssgradients nav, .no-js nav {
    padding-bottom: 4px;
    border: none;
   background-color:#f06937;
}
.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, .no-js nav ul ul { left:1px; padding-left:2px; background:#F06937;}

.no-borderradius ul ul li.last { margin-bottom:10px; }
.no-cssgradients.boxshadow nav { box-shadow:none; }



   @media screen and (-webkit-min-device-pixel-ratio:0) {
         /*Safari and Chrome, if Chrome rule needed */
        .csstransforms ul a span {
             -webkit-transform:rotate(0deg);
        }
    }