.MenuItem {
	border: 1px solid #B18FA7;
}
.MenuBar  {
	border: 4px outset #3E173A;
	background-color: #B18FA7;
}
.MenuBar A{ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.MenuBar A:hover {
	color:#DCCDD7;
}
DIV.SubMenu {
	font-size:10px;
	background-color:#B18FA7;
	position:absolute;
	visibility: hidden;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-color: #3E173A;
	border-bottom-color: #3E173A;
	border-left-color: #3E173A;
}
DIV.SubMenu A { 
	text-decoration:none; 
	color:#003366; 
	font-weight:bold; 
	text-decoration:none;
	border: 0px none;
	background-color: #B18FA7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

DIV.SubMenu A:hover {
	color:#E7DCE3; 
}
