/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/



.style1 {
	font-family: Tahoma, Elphinstone™, Junius, "Lucida Calligraphy";
	font-size: 36px;
	color: #FFFFFF;
}
.style6 {
	color: #33CCFF;
	font-weight: bold;
	font-family: Tahoma, Elphinstone™, Junius, "Lucida Calligraphy";
	font-size: 24px;
}
.style7 {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.style8 {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
.style10 {font-size: 9px}
.style15 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
}
.style16 {
	font-family: Tahoma;
	font-size: 10px;
}
a:link {
 color: blue;
 font-family: Tahoma;
 font-weight: normal;
 text-decoration: none;

 }
a:visited {
 color: blue;
 font-family: Tahoma;
 font-weight: normal;
 text-decoration: none;

 }
a:active {
 color:red;
 font-family: Tahoma;
 font-weight: bold;
 text-decoration: none;

 }
a:hover {
 color:red;
 font-family: Tahoma;
 font-weight: bold;
 text-decoration:none
 
 }  



