@charset "utf-8";
/* Menu Styles */


.nav {
	width: 830px;
	background: #afc06f url(../images/nav-bg.gif) no-repeat left top;
	clear:both;
	padding: 0 40px 0 90px;
	margin: 0;
	height: 42px;
	position: relative;
	z-index: 400;
}


.nav ul {
	width: 830px;
	list-style: none;
	margin:0;
	padding: 0;
	color: #566422;
	font: 16px/42px  "Myriad Pro","Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.nav li {
	float:left;
	display:block;
	text-align: center;
	position:relative;
	margin: 0 45px 0 0;
	padding:0;
}

.nav li.last {
	margin-right: 0px;
}

.nav li a {
	color: #566422;
	text-decoration: none;
}

.nav li a:hover {
	color: #a30234;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
ul.level2 {
visibility:hidden;
position:absolute;
top:42px;
left:0;
margin:0;
padding:0;
width:160px;
border-top:1px solid #fff;
z-index: 400px;
}

*html ul.level2 {
	top: 30px;
}

.level2 li {
width:160px;
margin:0;
padding: 0;
left:0;
display: block;
border-top: 1px solid white;
text-align: left;
background: #afc06f;
font: 10px/18px "Trebuchet MS",Verdana, Geneva, sans-serif;
font-weight: normal;
text-transform: uppercase;
text-indent: 2px;
color: #fff;
}

.level2 li a  {
text-decoration: none;
display: block;
padding:0;
margin:0;
background: #afc06f;
}

/* zero the styles on the table */
.nav table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;
}


/* style the top level hover */
.nav a:hover, .nav ul ul a:hover{color:#a30234; background:#afc06f;}
.nav :hover > a, .nav ul ul :hover > a {color:#a30234;background:#afc06f;}


/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul, .nav ul a:hover ul{visibility:visible; }

.nav ul ul li.topnav {
border-top:none;
}

ul.subnav  {
	width: 500px;
	float:right;
	list-style: none;
	margin:20px 0 0 0 ;
	padding: 0;
	color: #a30234;
	font: 16px/18px "Myriad Pro","Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: center;
	font-weight: bold;
}

.subnav li {
	float:right;
	display:block;
	text-align: center;
	padding: 0;
	margin: 0 35px 0 0;
/*	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
*/
}

.subnav li a {
	color: #a30234;
	text-decoration: none;
}

.subnav li a:hover { color: #566422; }

.subnav li.last {
    margin: 0;
}