@charset "utf-8";
.TopMenuBar {
	background-position: left 5cm;
	color: #999999;
	background-color: #000000;
	vertical-align: baseline;
	position: absolute;
	width: 1024px;
	top: 100px;
	right: auto;
	left: auto;
	height: 30px;
}

a {
	color: #FFFF99;
	text-decoration: underline;
	text-transform: capitalize;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
.LargeMenuLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FFFFFF;
}
.MediumMenuLink {
	font-size: large;
	color: #FFFFFF;
}

.MenuItemTextOver {
	background-color:#291818;
	font-size: larger;
}

.MenuItemText {
	font-size: 36px;
	color: #FFFFFF;
	text-decoration: none;
}

.BodyCSS #MenuTable {
	background-color: #191919;
}


.MenuItemTextselected{
	color: #FFFFFF;
	background-color: #1A0F0F;
}
.MenuItemText {
	color: #FFFFCC;
	font-size: large;
	list-style-position: outside;
	list-style-type: disc;
	filter: Glow(Color=#FF0000, Strength=20);
}
