.mainmenu_bg {
	font-size: 13px;
	background-color: #C5D9E4; 
	border-top: 1px solid #2B5385;
	border-right: 1px solid #2B5385;
	border-left: 1px solid #2B5385;
}
.mainmenu_on {  
	background-color: #A0BFD3;
	cursor: hand;
}
.mainmenu_off {  
	cursor: hand;
}
.mainmenu_link {
	text-decoration: none;
}
.mainmenu_item {  
	cursor: hand;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #2B5385;
}
.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 #2B5385;
}
.mainmenu_text {  
	color: #2B5385; 
	width: 100%;
}
