@charset "utf-8";
/* CSS Document */

a { color: #cc2027; }

#navbar {
	padding: 0;
	border-left: 2px solid #7B7B7B;
	border-right: 2px solid #7B7B7B;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	background-position:top;
}


#nav { 
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1.1;
	font-family: arial, helvetica, serif;
	font-size:77%;
	font-weight:bold;
	height:100%;
	width: 70em;
	z-index: 100;
	}

#nav li { /* all list items */
	float: left;
	text-align:center;
	width: 10em;
	display: block;
	height: 100%;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

#nav a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: .5em 0;
	}

#nav li a { border-right: 1px solid #BBBBBB; }

#nav li a:hover { background-color: #6e060b; color: #fff; }

#nav li a.end { border-right: none !important;}
	
#nav li ul li a {background-color:#EAEAEA; font-weight:normal; border-bottom: 1px solid #BBBBBB;}

#nav li ul li a:hover {background-color:#ffc1c9; color: #6e060b;}

#nav li ul li ul li a {background-color:#EFEFEF; border-bottom: 1px solid #BBBBBB;}

#nav us li ul li, #nav us li ul li ul li {
background-image:none !important;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	}


#nav li ul ul { /* third-and-above-level lists - 4th value must match 'nav li ul' and 'nav a' */
	margin: -2.5em 0 0 10em;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
* html body #nav li:hover ul, * html body #nav li.sfhover ul {
  margin-left: -5em;
  }
  
* html body #nav li ul li:hover ul, * html body #nav li ul li.sfhover ul {
  margin-left: 5em;
  }

#nav li:hover ul, #nav li ul li:hover ul, #nav li.sfhover ul, #nav li ul li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* XXXXXXXXXXXXXXXXXXXXXX Y O U   A R E   H E R E   R U L E S XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Set rules for first level of top  nav */
#nav li.urhere a:link, #nav li.urhere a:visited { background-color: #6e060b; color: #fff; }
/* reset sub level items */
#nav li.urhere ul li a:link, #nav li.urhere ul li a:visited { color: #cc2027; background-color:#EAEAEA; font-weight:normal; border-bottom: 1px solid #BBBBBB; }
#nav li.urhere ul li a:hover, #nav li.urhere ul li a:active {background-color:#ffc1c9; color: #6e060b;}
/* Set rules for second level of top nav */
#nav li ul li.urhere a { background-color:#ffc1c9 !important; color: #6e060b !important; }
/* reset its sub items */
#nav li ul li.urhere ul li a:link, #nav li ul li.urhere ul li a:visited {background-color:#EFEFEF !important; border-bottom: 1px solid #BBBBBB !important;}
#nav li ul li.urhere ul li a:hover, #nav li ul li.urhere ul li a:active { background-color:#ffc1c9 !important; color: #6e060b !important;}
/* Set rules for third level of top nav */
#nav li ul li ul li.urhere a { background-color:#ffc1c9 !important; color: #6e060b !important; }
/* Set rules for top level of Left Nav */
#leftnav li.urhere a { color: #6e060b; }
/*reset sublevel items */
#leftnav li.urhere ul li a { color: #cc2027 !important; }
 