.MenuGroup
{
	z-index: 999;
	position: static;

	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	width: 135px;


}

.MenuItem
{
	z-index: 999;
	padding-right: 0px;
	padding-left: 5px;
	font-weight: 500;
	font-size: 12px;
	padding-bottom: 2px;
	cursor: hand;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	font-family: verdana;
	height: 25px;
	background-color: #6699cc;

	
}

.MenuItemOver
{
	padding-right: 0px;
	padding-left: 5px;
	font-weight: 500;
	font-size: 12px;
	padding-bottom: 2px;
	cursor: hand;
	color: yellow;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	font-family: verdana;
	height: 25px;
	background-color: #006699;
}

