@charset "UTF-8";
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
ul.MenuBarVertical#MenuBar1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 800px;
}
ul.MenuBarVertical#MenuBar1 a/* Menu items are a light gray block with padding and no text decoration */
 
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

ul.MenuBarVertical#MenuBar1 li a:hover {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 800px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CB2748;
}

ul.MenuBarVertical#MenuBar1 li a {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 800px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #800000;
}
