
.submenuitem_first {
	background-color: #555555;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 20px;
	color: white;
	margin-top: 6px;
	padding-left: 2px;
	padding-right: 4px;

}


.submenuitem {
	background-color: #555555;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	height: 20px;
	color: white;
	padding-left: 2px;
	padding-right: 4px;

}

.submenuitem_last {
	background-color: #555555;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	height: 20px;
	color: white;
	padding-left: 2px;
	padding-right: 4px;

}

.submenuitemover_first {
	background-color: #4DAFA5;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 20px;
	cursor: pointer;
	color: white;
	padding-left: 2px;
	padding-right: 4px;
	margin-top: 6px;
}

.submenuitemover {
	background-color: #4DAFA5;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	height: 20px;
	cursor: pointer;
	color: white;
	padding-left: 2px;
	padding-right: 4px;

}


.submenuitemover_last {
	background-color: #4DAFA5;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	height: 20px;
	cursor: pointer;
	color: white;
	padding-left: 2px;
	padding-right: 4px;
}


.MenuGroup{
}

.MenuItem{
	margin-left: 0px;
	cursor: pointer;
	color: white;
	border-right: 1px solid #FFFFFF; 

}

.MenuItemOver{
	margin-left: 0px;
	cursor: pointer;
	color: #333333;
	border-right: 1px solid #FFFFFF; 
}

