/* --- 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>
*/


.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 4px solid #000000;
; font-family: Arial, Helvetica, sans-serif
; font-style: normal; font-weight: bold; font-variant: normal; text-align: center; vertical-align: baseline; color:#ffffff
; font-size: 14px
}

.m0l1o {
	text-decoration: none;
	margin: auto auto;
	border: 4px #ff0000 solid; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; text-align: left; filter: Alpha(Opacity=90);
; font-size: 14px; color: ##ffffff;
}

.m0l2o {
	text-decoration: none;
	margin: auto auto;
	border: 4px #ff0000 solid;
; font-family: Arial, Helvetica, sans-serif
; color: ##ffffff; font-weight: bold; filter: Alpha(Opacity=90)
; font-size: 14px
; text-align: left
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
; font-style: normal;font-variant: normal; text-transform: none; color: #ffffff; text-align: center; vertical-align: baseline; font-size: 14px; font-weight: bold}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; font-style: normal;font-variant: normal; text-transform: none; color: #ffffff; filter: Alpha(Opacity=100);; font-size: 14px; text-align: left}

.m0l2i {
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
; text-align: left
}

