/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 11 px;
	text-decoration: none;
	font-weight: bold;
	margin: 4px 0 0 2px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 11 px;
	font-weight: bold;
	text-decoration: underline;
	margin: 5px 0 0 3px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(images/lev0_bg1.gif);
	border: 0px solid #336699;
	background-color: #2C5F93;
}
.m0l0oover {
    PADDING-TOP: 4px; 
    text-decoration : none;
	background-image: url(images/lev0_bg2.gif);
	background-color: #2C5F93;
	border: 0px solid #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family:Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
        BORDER-BOTTOM: #598FC5 2px solid; 
        BORDER-RIGHT: #598FC5 1px solid; 
        BORDER-TOP: #BED5F3 1px solid;
	BORDER-LEFT: #BED5F3 2px solid;
        PADDING-BOTTOM: 1px; 
        PADDING-LEFT: 4px; 
        text-decoration : none;
	background-color: #8AAAD6;
	padding: 0;
}
.m0l1oover {
	BORDER-BOTTOM: #1F5084 2px solid; 
        BORDER-RIGHT: #5184B9 1px solid; 
        BORDER-TOP: #7BACDE 1px solid; 
        BORDER-LEFT: #7BACDE 2px solid;
        text-decoration : none;
	background-color: #467FB8;
	background-repeat: no-repeat;
	padding: 0;
}