/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
	
	light blue: #4489CD
	Med Blue: #336699
	Dark Blue: #284F77
	Yellow: #FFFF66
	
*/

/* level 0 inner */
.l1in_normal {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #284F77;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #284F77;
	border-left-style: none;
	border-right-style: none;
	border-spacing: 0px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #336699;
	
}
.l1in_mouseover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #284F77;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #284F77;
	border-left-style: none;
	border-right-style: none;
	border-spacing: 0px;
	padding: 3px;
	color: #FFFFFF;
	
	background-color: #284F77;
}

/* level 0 outer */
.l1out_normal {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	
	border-style: none;
	
	padding: 2px;
	color: #FFFFFF;
	background-color: #336699;
}
.l1out_mouseover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	
	border-style: none;
	
	padding: 2px;
	color: #FFFFFF;
	background-color: #284F77;
}

/* level 1 inner */
.l2in_normal {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #336699;
	border-left-style: none;
	border-right-style: none;
	border-spacing: 0px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #4489CD;
	height: 20px;
	margin-right: 5px;
}
.l2in_mouseover {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #336699;
	border-left-style: none;
	border-right-style: none;
	border-spacing: 0px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #336699;
	height: 20px;
	margin-right: 5px;
}

/* level 1 outer */
.l2out_normal {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-style: none;
	border-color: #336699;
	border-width: 0px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #990000;
}
.l2out_mouseover {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-style: none;
	padding: 3px;
	color: #FFFFFF;
	background-color: #336699;
}


