body {
    background-color: black;
	font-family: Arial;	
}

/** 
 * Drop down menu - container styles 
 */
 
.mainmenu {
	background-image: url('images/menu-bg.png');
	background-repeat: repeat-x;
	background-color: #222222;
	height: 35px;	
	width: 960px;
	overflow: hidden;
}

.mainmenu h2 {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-right: 166px;
	font-size: 15px;
	text-transform: uppercase;		
	color: white;
}

.mainmenu .lastMenuItem {
	margin-right: 0px;	
}

.mainmenu ul {
	list-style: none;
	margin: 0px;
	padding: 8px 20px 8px 20px;
}

.mainmenu ul li {
	display: inline;
	padding: 0px;
	padding-top: 8px; 
	padding-bottom: 10px;
}

.mainmenu a {
	color: white;
	text-decoration: none;	
}

/**
 * Drop down styles - we need both 'hasmore' and 'dropdown' to up the specificity of these styles.
 */


.mainmenu .hasmore .dropdown { 
	display: none;
}

.hasmore .dropdown {
	display: block;
	margin: 0px;
	list-style: none;	
	width: 410px;
	position: absolute;
	top: 6px;
	padding: 20px 0px 0px 0px;
	background-color: #333333;
	color: #ffffff;
}

.hasmore .dropdown h3 { 
	font-size: 14px;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 7px;
	font-weight: bold;
	text-transform: uppercase;	
	background-image: url(images/dropdown-h3-bg.png);
	background-repeat: repeat-x;
	background-position: center left;
}

.hasmore .dropdown h3 span {
	padding-right: 10px;	
	background: #333333;
}

.hasmore .dropdown a {
	color: white;
	text-decoration: none;	
}

.hasmore .dropdown a:hover {
	text-decoration: underline;	
}

.hasmore .dropdown li {
	display: block;	
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
}


.hasmore .dropdown li ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 18px;
}

.hasmore .dropdown li ul li {
	display: block;	
	margin-left: -4px;
	margin-top: 2px;
	margin-bottom: -1px;
	margin-right: 20px;
	font-size: 11px;
	padding: 5px 14px 5px 19px;
	background-image: url(images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	text-transform: uppercase;
}

.mainmenu .hasmore .dropdownFooter {
	display: block;
	margin: 0px;
	height: 23px;
	background-color: black;
	background-image: url(images/dropdown-footer.png);
	background-position: right;
	background-repeat: no-repeat;
}

/**
 * Styles for the second level of drop down menus 
 */
 
/* The hover style is applied by Javascript */
 
.hasevenmore-hover {
	background-color: #222222;
}
 
.hasmore .dropdown .subdropdown {
	background-color: #222222;
	position: absolute;
	display: none;
	width: 152px;
	margin: 2px;	
	padding: 0px 20px 0px 10px;
}

.hasmore .dropdown .subdropdown ul {
	margin-top: 0px;
	padding: 0px;
}

.hasmore .dropdown .subdropdown li {
	margin: 0px;
	padding: 5px 14px 5px 14px;
	background-image: url(images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
}