/* main menu styles */

/* tabs section */
#tabs-container {
	font-size:11px;
	height:26px;
	padding:0;
	font-family: Verdana;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.tabs li {
	float:left;
	list-style:none;
}
.tabs li a:first-child {
	margin: 0px;
}
.tabs li a {
	color:#FFFFFF;
	display:block;
	background-color: #FF9933;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD7AA;
	border-right-color: #FFD7AA;
	border-left-color: #FFD7AA;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	font-family: Verdana;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #FFD7AA;
}
.tabs li.active a {
    -webkit-border-radius:0px 0px 0 0;
	border-radius:0px 0px 0 0;
	color:#FFFFFF;
	display:block;
	background-color: #006600;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD7AA;
	border-right-color: #FFD7AA;
	border-bottom-color: #FFD7AA;
	border-left-color: #FFD7AA;
}
.tabs li.child a {
    -webkit-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0;
	color:#000000;
	display:block;
	margin:0;
	padding:6px 10px 4px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF9933;
}
.tabs li a:hover {
	color:#fff;
	text-decoration:none;
	font-family: Verdana;
	font-weight: bold;
	background-color: #FF9933;
	border: 1px solid #FFD7AA;
}

/* Targeting the first level menu */
.tabs {
	display:block;
	margin:0;
	position:absolute;
	z-index:100;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	left: 19px;
}
.tabs > li > a:hover {
	color:#222;
	background-color: #FFCC00;
}
.tabs > li.active > a:hover {
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
	border-bottom:1px solid #fff;
	border-radius:3px 3px 0 0;
	color:#222;
	background-color: #FFCC00;
}

/*Middle Drop-Down Navigation*/
#nav-container {
	clear:both;
	font-size:11px;
	height:33px;
	margin:0 auto;
	padding:0;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}

/* Targeting both first and second level menus */
.nav li {
	float:left;
	position:relative;
	list-style-type: none;
	z-index: 100;
}
.nav li a {
	border:none;
	color:#FFFFFF;
	display:block;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 8px;
}

/* Targeting the first level menu */
.nav {
	display:block;
	margin:0;
	padding:5px 0 2px;
	position:absolute;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
.nav > li > a:hover {
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	color:#fff;
	padding:5px 20px 5px 8px;
	background-color: #FF9933;
	background-repeat: no-repeat;
	background-position: right;
}

/* Targeting the second level menu */
.nav li ul {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topright:3px;
    -moz-box-shadow:1px 1px 1px #333;
    -webkit-border-bottom-right-radius:3px;
    -webkit-box-shadow:1px 1px 1px #333;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	box-shadow:1px 1px 1px #333;
	color:#FF9900;
	display:none;
	margin:0;
	position:absolute;
	width:170px;
	background-color: #FF9933;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.nav li ul li {
    width:100%
}
.nav li ul li a {
	border:none;
	color:#fff;
	line-height:25px;
	margin:0;
	padding:0 0 0 8px;
	background-color: #FF9900;
}
.nav li ul li a:hover {
	background-color: #FF9900;
}
.nav li ul li.strong-archive a {
	font-weight:600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9933;
}

/* A class of current will be added via jQuery */
.nav li.current > a {
    -moz-border-radius:3px 3px 0 0;
    -moz-box-shadow:1px 1px 1px #333;
    -webkit-border-radius:3px 3px 0 0;
    -webkit-box-shadow:1px 1px 1px #333;
	border-radius:3px 3px 0 0;
	box-shadow:1px 1px 1px #333;
	color:#fff;
	background-color: #FF9933;
	background-repeat: no-repeat;
	background-position: right;
}

/* CSS fallback */
.nav li:hover > ul.child {
    display:block
}
