.menu {
	background-image:url('/images/mainmenu_bg.jpg');
	width: 974px;
	height: 34px;
	position: relative;
	top: -25px;
	text-align: center;
	z-index: 703;
	display: block;
}

* html .menu {
	margin-bottom:-25px;
}

*+html .menu {
	left: 0px;
}

.emptymenu {
	background-image:url('/images/mainmenu_bg.jpg');
	width: 974px;
	height: 34px;
	margin-bottom: -25px;
	position: relative;
	top: -25px;
	text-align: center;
	z-index: 703;
	display: block;
	background-repeat:no-repeat;
}


#nav, #nav ul { /* all lists */
	padding: 5;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 704;
}

#nav li.topLevel {
		height: 34px;
		position:relative;
		left: -39px;
}

* html #nav li.topLevel {
		height: 34px;
		position:relative;
		left: 0px;
}

*+html #nav li.topLevel {
		height: 34px;
		position:relative;
		left: 0px;
}



#nav li.topLevel:hover {
	background-image:url('/images/mainmenu_bg_on.jpg');
}



.nudge {
	position: relative;
	top: 9px;
}

.nudge2 {
	position: relative;
	top: 6px;
	left: 1em;
}

#nav a {
	display: block;
	width: 150px;
	color: #FFF;
	height: 34px;
}

#nav a:hover {
	display: block;
	width: 150px;
	color: #FFF;
	height: 34px;
}

#nav a.topLink {
	display: block;
	width: 150px;
	color: #FFF;
	height: 34px;
}

#nav a.topLink:hover {
	display: block;
	width: 150px;
	color: #FFF;
	height: 34px;
	background-image:url('/images/mainmenu_bg_on.jpg');
}

#nav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
	height: 28px;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	top: 34px;
	background: #9A0232;
	-moz-opacity: 0.9; 
	opacity: 0.9; 
	width: 150px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 5;
	padding: 0px;
	text-align: left;
}

#nav li.level2 {
	background-image:url('/images/menucorner.gif');
	background-repeat: no-repeat;
	background-position:right bottom;
	filter:alpha(opacity=90); 
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 -1000em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	margin-left: -1000em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0px;
}

/* the following rules apply only to IE6 */
* html #nav li:hover ul, * html #nav li.sfhover ul{
	margin-left: -75px;
}

/* the following rules apply only to IE7 */
*+html #nav li:hover ul, *+html #nav li.sfhover ul{
	margin-left: -75px;
}


#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 10em;
}

#content {
	clear: left;
	color: #ccc;
}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 0; }
#nav li li a:focus + ul { margin-left: 1010em; }
#nav li li a:focus { margin-left:1000em; width:150px; }
#nav li li li a:focus {margin-left: 2010em; width: 150px; }
#nav li:hover a:focus, #nav li.sfhover a.sffocus { margin-left: 0; }
#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul { margin-left: 10em; }
#nav li a:hover {color:#FFFF66;}




#sitenav, #sitenav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 25px;

	z-index: 704;
}




#sitenav a {
	display: block;
	width: 150px;
	color: #FFF;
	height: 25px;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 20px;
}

#sitenav a:hover {
	display: block;
	width: 150px;
	color: #FFF;
	height: 25px;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 20px;
}


#sitenav li { /* all list items */
	width: 170px; /* width needed or else Opera goes nuts */
	height: 25px;
	background-image: url('/images/sitemenu_bg.jpg');
	background-repeat:no-repeat;
	margin-bottom: 5px;
}



#sitenav li:hover, .on {
	background-image:url('/images/sitemenu_bg_on.jpg');
}
