/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
 filter: alpha(opacity=85);	
*/
/* level 0 special */
/* level 0 inner */
.m0l0sout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
 font-weight:bold;
	padding: 0px;
	color: #fcfcfc;/*textcolor*/
}

.m0l0sover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
 font-weight:bold;
	padding: 0px;
	color: #cb00000;/*text color on mouse over*/
}

/* level 0 inner */
.m0l0iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	color: #fcfcfc;/*textcolor*/
}

.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 0px;
	color: #0000cb;/*text color on mouse over*/
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #0000cb;/*border color*/
	background: #0000cb;/*background color*/
}

.m0l0oover {
	text-decoration : none;
	border : 1px solid #0000cb;/*border color on mouseover*/
	background: #fcfcfc;/*background color on mouseover*/
}

