#menuBox {
	z-index:100;
}
#menuBox * {
	z-index:100;
}

#mainMenu {
	position:absolute;
}

#mainMenu, #mainMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: verdana,arial,helvetica,san-serif;
	font-size:11px;
	line-height:13px;
}

#mainMenu ul {
	opacity: 0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}


#mainMenu a {
	display: block;
	width: 232px;
	height:18px !important;
	line-height:18px;
	padding:3px 4px 0 4px;
	background-color:#5F5652;							/* normal background colour of submenus */
	color:#fff !important;								/* normal text color of submenus */
	text-decoration:none;
}
#mainMenu a:hover {
	background-color:#D0CDC8;							/* Hover background-color of submenus */
	color:#fff !important;								/* Hover text colour of submenus */
    border-bottom: 3px solid #5F5652
}
#mainMenu li.nolink
{
    background-color:#5F5652;
}
#mainMenu li.nolink  span
{
	height:18px !important;
	line-height:18px;
	padding:3px 4px 0 7px !important;
    color:#fff !important;								/* normal text color of submenus */
	background-color:#5F5652;							/* normal background colour of submenus */
    background-image: none;
    font-weight:bold;
    display:block;
}
#mainMenu li.nolink  span
{
	opacity: 0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

#mainMenu li { /* all list items */
	width: 240px; /* width needed or else Opera goes nuts */
	height:21px !important;
}

#mainMenu li ul { /* second-level lists */
	position: absolute;
	background-color:#D0CDC8;
	background-color:red;
	width: 240px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:0px solid #fff;									/* border colour of submenus */
	z-index:900;
}

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

#mainMenu li:hover ul ul, #mainMenu li.sfhover ul ul {
	left: -999em;
}

#mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li.sfhover ul, #mainMenu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
    z-index:101;
}

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

/* Stops menus freezing in Explorer 7 (I for one welcome our new Microsoft Overlords...) */
#mainMenu li:hover, #mainMenu li.sfhover  {position:static;}



#mainMenu li ul li.sub a {
	width: 216px;
	padding:3px 4px 0 20px;
	background-repeat:no-repeat;
	background-position:8px 8px;
	background-image:url(../statimages/menu_arrow.png);
}


/* **** STYLE FOR TOP LEVEL **** */
/* Styling for the top menu headings */

#mainMenu li.top
 {
	width:100px;
	padding:0;
	border-bottom:0px;
	height:21px !important;													/* Height of topnav menus (change both) */
	line-height:21px !important;												/* Height of topnav menus (change both) */
	float:left;
} 
#mainMenu li.top a.top {
	display:block;
	width:auto !important;
	padding:0 0px;
	color:#fff;																/* colour of links in top nav */
	border-bottom:0px;
	background-color:transparent;
}
#navTop #mainMenu li.top a.top:hover {			/* hover style of links in top nav */
	color:#E5E5E5 !important;
}

