.mainBG {
	background-color: #e9e9bb;

}
.menutitle{ 
cursor:pointer; 
background-color:#B4B447; 
color:#ffffff; 
width:152px; 
padding:10px 5px 5px; 
text-align:left; 
margin: 0; 
font-family: arial; 
font-size: 10pt; 
border-color: #E9E9BB; 
border-style: none none solid; 
border-width: 0 0 1px; 
}

.tableover
{
cursor:pointer; 
background-color:#99993E; 
color:#ffffff; 
width:152px; 
padding:10px 5px 5px; 
text-align:left; 
margin: 0; 
font-family: arial; 
font-size: 10pt; 
border-color: #E9E9BB; 
border-style: none none solid; 
border-width: 0 0 1px; 
}

.submenu{ 
color: #333333; 
background-color: #e9e9bb; 
width: 150px;
display: none; 
}

.submenu a {
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	color: #666;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	display: block;
	width: 100%;
	font-weight: normal;
}



.submenu a:hover {
	background-color: #fff;
	color: #666;
	text-decoration: none;
}

.masterdiv {
	border-top: 5px solid #EFEFEF;
	border-right: 5px none;
	border-bottom: 5px none;
	border-left: 5px none;
}



/* What's new menu items */

ul#wn-menu
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 15px;
	padding:0;
	list-style-type:none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(images/nav_bg.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

ul#wn-menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#wn-menu li a
{
	display:block;
	float:left;
	color:#6C6C00;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#wn-menu li a:hover
{	
	color:#000000;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#wn-menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

