.MenuGroup{
	background-color:#FFF;
	color:#093;
	font-family:Lucida Sans,tahoma,sans-serif;
	font-size:13px;
	font-weight:700;
	width:178px;
}

.MenuItem{
	border-bottom:1px solid #FFF;
	color:#093;
	cursor:pointer;
	font-family:Lucida Sans,tahoma,sans-serif;
	font-size:13px;
	font-weight:700;
	padding:7px 5px;
}

.MenuItemOver{
	background-color:#FFF;
	border-bottom:1px solid #8BA0B1;
	color:#030;
	cursor:pointer;
	font-family:Lucida Sans,tahoma,sans-serif;
	font-size:13px;
	font-weight:700;
	padding:7px 5px;
}

.MenuBreak{
	padding:0px;
}