/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.normal1 {
	font-size: 10px;
	text-decoration: none;
	padding: 0px;
	color: #000000;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-family: "Bookman Old Style";
}
.over1 {
	font-family: "Bookman Old Style";
	font-size: 10px;
	text-decoration: none;
	padding: 0px;
	color: #006600;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	font-variant: small-caps;
}
/* level 1 outer */
.normal2 {
	font-family: "Bookman Old Style";
	font-size: 10px;
	text-decoration: none;
	padding: 1px;
	color: #006600;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	font-variant: small-caps;

}

.over2 {
	font-family: "Bookman Old Style";
	font-size: 10px;
	text-decoration: none;
	padding: 1px;
	color: #000000;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	font-variant: small-caps;

	
}
.normal3 {
	font-family: "Bookman Old Style";
	font-size: 10px;
	text-decoration: none;
	padding: 1px;
	color: #0033FF;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	font-variant: small-caps;
	
}
.over3 {
	font-family: "Bookman Old Style";
	font-size: 10px;
	text-decoration: none;
	padding: 1px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:left;
	letter-spacing: 1px;
	font-variant: small-caps;

}
