/* --- 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; text-align: left; margin: 0px; border: solid 1px #f90; margin-top: 3px }

.m0l1o      { text-decoration: none; text-align: left; margin: 0px; border: solid 1px #f90; margin-top: 2px }

.m0l2o      { text-decoration: none; text-align: left; margin: 0px }

.m0l3o      { text-decoration: none; text-align: left; margin: 0px; border: solid 1px #f90 }

.m0l0i           { font-weight: bold; font-size: 10px; font-family: Tahoma, Verdana, Arial; text-decoration: none; text-align: center; border-bottom-color: #FFFF66; border-bottom: 1 dotted #003366 }

.m0l1i       { font-weight: bold; font-size: 10px; font-family: Tahoma, Verdana, Arial; text-decoration: none; text-align: left; padding: 2px; border-top: 1px solid #f93; border-right: groove }

.m0l2i    { font-weight: bold; font-size: 10px; font-family: Tahoma, Verdana, Arial; text-decoration: none; padding-right: 2px; padding-left: 5px; border-top: 1px solid #f93 }

.m0l3i    { font-weight: bold; font-size: 10px; font-family: Tahoma, Verdana, Arial; text-decoration: none; border-top: 1px solid #f93 }
