.mainmenu_default {
	width: auto;
}
.mainmenu_selected {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	cursor: pointer;
	color: black;
	background-color: #0072BC;
	padding: 2px 20px 8px 15px;
	height: 23px;
	
}
.mainmenu_unselected {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	cursor: pointer;
	color: white;
	background-color: #0072BC;
	padding: 2px 20px 8px 15px;
	height: 23px;
	
}
.mainmenu {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	cursor: pointer;	
	color: white;
	background-color: #0072BC;
	padding: 2px 20px 8px 15px;
	height: 23px;
	
}
.mainsubmenu {
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	cursor: pointer;
	color: white;
	background-color: #0072BC;
	height: 23px;
	width: 200px;
}
.highlighteditem {
}
