.MainBodyFont {
	font-family: Arial,Tahoma;
	font-size: 14px;
}

.menuBackground {
	background-image: url(menu-back.gif);
	background-repeat: no-repeat;
}


.ListItems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
}


/* ----------------------------------- */
/* Link Class for the Menu on the Left */
/* ----------------------------------- */
a.MenuItems:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	width: 169px;
	position: absolute;
	text-decoration: none;
	text-indent: 15px;
	color: #000066;
}

a.MenuItems:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	width: 169px;
	position: absolute;
	text-decoration: none;
	text-indent: 15px;
	color: #000066;
}

a.MenuItems:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 169px;
	background-color: #ACBDD0;
	position: absolute;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-indent: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #990000;
}

a.MenuItems:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	width: 169px;
	position: absolute;
	text-indent: 15px;
	color: #000066;
}
/* ----------------------------------- */





/* ------------------------------- */
/* Link Class for the Bottom Menu  */
/* ------------------------------- */
a.BottomMenuItems:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

a.BottomMenuItems:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
a.BottomMenuItems:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;	
}
a.BottomMenuItems:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
/* ------------------------------- */



a.GenericLinks:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
a.GenericLinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
a.GenericLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	background-color: #CCCCCC;
}
a.GenericLinks:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

