
/* Reset Calendar z-index for menu block */
.calendar {z-index: 120 !important;}

.header-nav .roundedbody {
    text-align: left;
    width: 175px;
   /* min-height: 500px; */
}

.header-nav select {
	margin-bottom: 4px;
}

.header-nav select {
	width: 170px;	
}
#nav {
	padding-top: 7px;

}
/************** ALL LEVELS  *************/


#nav ul {
	background:#fff;

}
.header-nav h3  {
	text-transform: uppercase;
  /*  line-height: 16px; */
	font-size: 1.2em;
	text-align: center;
	padding-top: 9px;
}
#nav li {
	list-style:none;
    position:relative;

	background:#fff;
    z-index:110;
   
}

/* to prevent the li separator from showing through on mouseover on li */
#nav a {
	
	line-height: 22px;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #FFFFFF;
    padding: 0px 2px 0px 3px;
    margin: 0;
    text-transform: uppercase;
    display: block;
border: 1px solid #fff;
border-bottom: none;
    text-decoration: none;
    font-weight: normal;
    voice-family:"\"}\""; /* Box Model fix */
    voice-family:inherit;
    background-color: #EF860D;
    display:block;
}

/*
html>body #nav li.level1 a {width:175px;}
*/
#nav a, #nav a:hover {
	display:block; text-decoration:none;
}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
/* #nav ul { width: 175px; } */
#nav ul { margin-bottom: 10px; }
#nav li span {white-space: normal; }



/************ 0 LEVEL  ***************/
/*
#nav li.level0 a { 
	margin-top: 5px;
}
#nav li.level0 a span, .header-nav h3 { 
	text-align: center;
}
*/
	
/*
#nav li.level0 a:hover {
    background-color: #931100;
    color: #FFFFFF;
    text-decoration: none;
}
*/

/************ 1 LEVEL  ***************/
#nav li.level0 li.active a { background-color: #C0111F; }
#nav li.level0 li.active li a { background-color: #FFCC01; color: #274B08; }
#nav li.level0 li.active li.active a { background-color: #C0111F; color: #fff;}
#nav li.level0 li.active li.active li a { background-color: #EF860D; }


#nav li.level1 a span {
    text-align: left;
}

/************ 2 LEVEL  ***************/

#nav li.level3 a {
	color: #FFFFFF;
	background-color: #EF860D;
}


/************ NEXT LEVELS  ***************/
#nav .level2 span {
	padding-left: 3px;
}
#nav .level3 span {
	padding-left: 10px;
}

/************ 3RD+ LEVEL ************/
/************ Mouse Over Handler ***********/
#nav li.level2 ul { position:absolute; width:172px; top:0px; left:175px;  }
#nav li.level2 ul {display: none;}
#nav li.over ul {display: block;}


/* Fix for the IE bug */
#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/*
.debug {border:1px solid red!important;}
 */



/* hovers */
#nav  li a:hover,
#nav li.level0 li.active li a:hover,
#nav li.level0 li.active li.active li a:hover
{
    background-color: #931100;
    color: #FFFFFF;
    text-decoration: none;
}




