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

/* base nav styles */
nav { display:block; margin:0 auto; position:relative;
  font-family: 'oswaldbook';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
	
	z-index:201;
	
}
nav ul { padding:0; margin:0;  }
nav li { position:relative; float:left; border:none; list-style-type:none; background:url(../img/menu-divier.png) right no-repeat; }
nav li:hover {background:url(../img/ul_bg.png) repeat #C73837; }
nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav li a { display:block; padding:0 0px; font-size:16px; color:#eee; text-decoration:none; border:none; color:#fff; }
nav li a:focus { outline:none; }
nav li:first-child a { border-left:none;}
nav li.last a { border-right:none; }

nav ul ul { display:none; width:200px; background:#C73837; position:absolute; left:0; }
nav ul ul li { float:none; border:none; }
nav ul ul a { padding:5px 0; border:none; font-size:14px; text-transform:capitalize; text-shadow:none;}
/*nav ul ul a:hover { background-color:#555; }*/

.borderradius nav ul ul { -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; padding:0 0 10px 5px; width:185px; }
.boxshadow.rgba nav ul ul { background:#C73837; border:none; padding:0 0 10px 0; }
.rgba nav ul ul li {background:none; border:none; }
.rgba nav ul ul li:hover { background:none; text-shadow:none;}
.rgba nav ul ul li a{ background-image:none; padding:0; text-shadow:none; border:none; text-transform:capitalize; font-size:15px;}
.rgba nav ul ul a:hover { /*background-color:#C77EB5;*/ color:#FF0; }
.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: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; }
.csstransforms ul a span { padding:0 0 0 5px; }

