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

*/
/* all levels inner */
.minner {
font-family: Segoe UI, Arial, Verdana;
color: #0000FF;
font-size: 9pt;
text-align : center;
text-decoration: none;
font-weight: bold;
padding: 2px;
}
/* all levels outer */
.moout {
font-family: Segoe UI, Arial, Verdana;
color: #0000FF;
font-size: 9pt;
text-align : center;
text-decoration: none; /*	padding-left: 8px;*/ /*	border: 0px solid #FFFFDD;*/ /*	background: #FFFFDD;*/;
background-image: url(i/ex/b/menu3.gif);
background-repeat: no-repeat;
background-position: center;
/*	filter: alpha(opacity=100);*/
}
.moover {
font-family: Segoe UI, Arial, Verdana;
color: #0000FF;
font-size: 9pt;
text-align : center;
text-decoration: none;
font-weight: bold; /*	padding-left: 8px;
	border: 1px solid #0000FF;
	background: #FFFF99;*/;
background-image: url(i/ex/b/menu4.gif);
background-repeat: no-repeat;
background-position: center;
}
a.hover {
font-family: Segoe UI, Arial, Verdana;
font-size: 9pt;
color: #0000FF;
text-decoration: none;
font-weight: bold;
}
/* level 0 inner */
.m0l0iout {
font-family: Segoe UI, Arial, Verdana;
color: #0000FF;
font-size: 9pt;
font-weight: bold;
}
.m0l0iover {
font-family: Segoe UI, Arial, Verdana;
color: #0000FF;
font-size: 9pt;
font-weight: bold;
}
/* level 0 outer */
.m0l0oout {
background-image: url(i/ex/b/menu3.gif);
background-repeat: no-repeat;
background-position: center;
color: #0000FF;
font-size: 9pt;
font-weight: bold;
}
.m0l0oover {
background-image: url(i/ex/b/menu4.gif);
background-repeat: no-repeat;
background-position: center;
color: #0000FF;
font-size: 9pt;
font-weight: bold;
}
/* level 1 inner */
.m0l1iout {
font-family: Segoe UI, Arial, Verdana;
font-size: 9pt;
color: #0000FF;
font-weight: bold;
}
.m0l1iover {
font-family: Segoe UI, Arial, Verdana;
color: #0000FF;
font-size: 9pt;
font-weight: bold;
}
/* level 1 outer */
.m0l1oout {
font-family: Segoe UI, Arial, Verdana;
color: #0000FF;
font-size: 9pt;
font-weight: bold;
}
.m0l1oover {
background-image: url(i/ex/b/menu4.gif);
color: #0000FF;
background-repeat: no-repeat;
background-position: center;
font-size: 9pt;
font-weight: bold;
}
/* level 2 inner */
.m0l2iover {
font-family: Segoe UI, Arial, Verdana;
text-decoration : none;
font-weight: bold;
color: #0000FF;
}
/* level 2 outer */
.m0l2oout {
color: #0000FF;
font-family: Segoe UI, Arial, Verdana;
font-weight: bold;
font-size: 9pt;
background-repeat: no-repeat;
background-position: center;
text-decoration : none;
background-image: url(i/ex/b/menu3.gif);
}
.m0l2oover {
color: #0000FF;
font-family: Segoe UI, Arial, Verdana;
font-weight: bold;
background-repeat: no-repeat;
background-position: center;
text-decoration : none;
font-size: 9pt;
background-image: url(i/ex/b/menu4.gif);
}
