/* main menu styles */

/* tabs section */
#tabs-container {
	width: 478px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tabs li {
    float:left;
    list-style:none;
    position:relative
}
.tabs li a:first-child {

}
.tabs li a {
	color: #333;
	height: 30px;
	font-family: "Helvetica Neue";
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	background-image: url(../images/reg_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-left: 6px;
	font-weight: bold;
}
.tabs li a:hover {
	color: #666;
	text-decoration: none
}

.tabs li.active a {
	color: #CCC;
}

.tabs li.child a {
    -webkit-border-radius:0 4px 0 0;
    background:#f3f3f3;
    border-radius:0 4px 0 0;
    color:#333;
    display:block;
    margin:0;
    padding:6px 10px 4px
}

/* Targeting the first level menu */
.tabs {
	display: block;
	margin: 0;
	position: absolute;
	z-index: 100
}

/*Middle Drop-Down Navigation*/
#nav-container {
	clear: both;
	width: 478px;
}

/* Targeting both first and second level menus */
.nav li {
	list-style: none;
}
.nav li a {
	color: #000;
	line-height: 30px;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-indent: 10px;
	text-align: left;
	display: block;
	height: 30px;
	width: 478px;
}

/* Targeting the first level menu */
.nav {
	display: block;
	width: 478px;
}
.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: #000
}

/* A class of current will be added via jQuery */
.nav li.current > a {
	color: #fff;
}
