/* --- 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 { border: 0px solid #666666; text-decoration: none }
.m0l0i { font-family: 'trebuchet ms', arial, sans-serif; font-size: 10pt; font-weight: bold; font-style: italic; color: #000000; text-decoration: none; text-transform: uppercase }

.m0l1o { border: 1px solid #B8674A; text-decoration: none; filter:alpha(Opacity=90, FinishOpacity=90, Style=3, StartX=0, StartY=0, FinishX=0, FinishY=0); width: 245px }
.m0l1i { font-family: 'trebuchet ms', arial, sans-serif; font-size: 9pt; font-weight: bold; font-style: italic; color: #000000; text-decoration: none; text-transform: uppercase; padding: 0px 3px 0px 5px }

.m0l2o { border: 1px solid #B8674A; text-decoration: none; filter:alpha(Opacity=90, FinishOpacity=90, Style=3, StartX=0, StartY=0, FinishX=0, FinishY=0); width: 220px }
.m0l2i { font-family: 'trebuchet ms', arial, sans-serif; font-size: 9pt; font-weight: bold; font-style: italic; color: #000000; text-decoration: none; text-transform: uppercase; padding: 0px 3px 0px 5px }

.m0l3o { border: 1px solid #B8674A; text-decoration: none; filter:alpha(Opacity=90, FinishOpacity=90, Style=3, StartX=0, StartY=0, FinishX=0, FinishY=0); width: 150px }
.m0l3i { font-family: 'trebuchet ms', arial, sans-serif; font-size: 9pt; font-weight: bold; font-style: italic; color: #000000; text-decoration: none; text-transform: uppercase; padding: 0px 3px 0px 5px }

