.MenuBar  {
	border: 2px outset #CBD6D4;
	background-color: #C8DBBB;
}
.MenuBar A{ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#275902;
	font-weight:bold;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.MenuBar A:visited{ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#275902;
	font-weight:bold;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.MenuBar A:hover {
	color:#2A1F55;
	font-weight:bold;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
DIV.SubMenu {
	font-size:10px;
	background-color: #C8DBBB;
	position:absolute;
	visibility: hidden;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-color: #CBD6D4;
	border-bottom-color: #CBD6D4;
	border-left-color: #CBD6D4;
}
DIV.SubMenu A { 
	text-decoration:none; 
	color:#275902;
	font-weight:bold; 
	text-decoration:none;
	border: 0px none;
	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:visited { 
	text-decoration:none; 
	color:#275902;
	font-weight:bold; 
	text-decoration:none;
	border: 0px none;
	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:#040503;
	font-weight:bold;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
