body {
	background-image: url(menuImages/temp_background2.gif);
	background-repeat:no-repeat;
}

a.menuLevel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	color: #000000;


}
a.menuLevel1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;

}
a.menuLevel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
a.menuLevel2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;

}
a.menuLevel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
a.menuLevel3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #f00000;
	text-decoration: none;

}
.hText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
