.MenuItemNormal, .MenuItemNormal a:link, .MenuItemNormal a:visited {
	display: block;
	background-color: #FFCC00;
	color: #000000;
	cursor: default;
	list-style-type: none;
	width: 130px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-color: #FF0000;
	border-width: 0px;
	text-indent: 5px;
}
.MenuItemSelected, .MenuItemSelected a:link, .MenuItemSelected a:hover {
	display: block;
	background-color: #FF9900;
	color: #FFFFFF;
	cursor: default;
	list-style-type: none;
	width: 130px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5px;
}
.MenuBarNormal {
	display: block;
	background-color: #FF6600;
	color: #FFFFFF;
	cursor: default;
	list-style-type: none;
	width: 100px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5px;
}
.MenuBarSelected {
	display: block;
	background-color: #FF3300;
	color: #FFFFFF;
	cursor: default;
	list-style-type: none;
	width: 100px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5px;
}

