.MenuStyle {
	padding: 0px;
	margin: 0px;
}
.MenuItemStyle {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:normal;
	text-decoration:none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B3C0D0;
	border-right-color: #B3C0D0;
	border-bottom-color: #B3C0D0;
	border-left-color: #B3C0D0;
}
.MenuSelectedStyle { 
    background-color:#c7d3ed;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #004788;
	border-right-color: #004788;
	border-bottom-color: #004788;
	border-left-color: #004788;
 }
.MenuHoverStyle {
	background-color:#B3C0D0;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #004788;
	border-right-color: #004788;
	border-bottom-color: #004788;
	border-left-color: #004788;
}
