.mainmenu_bg {
	background-color: #726953; 
	border-top: 1px solid #AAA598;
	border-right: 1px solid #AAA598;
	border-left: 1px solid #AAA598;
}
.mainmenu_on {  
	background-color: #AAA598;
	cursor: hand;
}
.mainmenu_off {  
	cursor: hand;
}
.mainmenu_link {
	text-decoration: none;
}
.mainmenu_item {  
	cursor: hand;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #AAA598;
}
.mainmenu_subitem {  
	cursor: hand;
	background-image: url(../images/helparrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 2px 15px 2px 5px;
	border-bottom: 1px solid #AAA598;
}
.mainmenu_text {  
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF; 
	width: 100%;	
}
/* */
.submenu_bg {
	background-color: #D5DFD2; 
	border-top: 1px solid #6A6A5F;
	border-right: 1px solid #6A6A5F;
	border-left: 1px solid #6A6A5F;
}
.submenu_on {  
	background-color: #FFFFFF;
	cursor: hand;
}
.submenu_off {  
	cursor: hand;
}
.submenu_link {
	text-decoration: none;
}
.submenu_item {  
	cursor: hand;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #6A6A5F;
}
.submenu_subitem {  
	cursor: hand;
	background-image: url(../images/helparrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 2px 15px 2px 5px;
	border-bottom: 1px solid #6A6A5F;
}
.submenu_text {
	font-family: verdana;
	font-size: 10px;  
	color: #496D8D; 
	width: 100%;	
}

