/* --- 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>
*/

/* level 0 inner */
.m1l0inner {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration : none;
    padding: 0px 2px;
    color: #FFFFFF;
}
/* level 0 outer */
.m1l0oout{
    border : 1px solid #124984;
    background-color: #8B99AF;
    padding: 0px;
}
.m1l0oover {
    border : 1px solid #124984;
    background-color: #7B899F;
}
/* level 1 inner */
.m1l1iout {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration : none;
    padding: 4px;
    color: #484848;
    letter-spacing: 1px;
}
.m1l1iover {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration : none;
    padding: 4px;
    color: #484848;
}
/* level 1 outer */
.m1l1oout {
    border : 1px solid #124984;
    background-color: #FFFFFF;
}
.m1l1oover {
    border : 1px solid #124984;
    background-color: #EEEEEE;
}
