/* --- 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 {
    padding-top:2px;
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
    text-decoration: none;
}

.m0l0iover {
    padding-top:2px;
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
    text-decoration: none;
}

/* level 0 outer */ 
.m0l0oout {
    text-align:center;
	text-decoration : none;
    cursor:pointer;
    z-index:100;
}

.m0l0oover {
    text-align:center;
	text-decoration:none;
    cursor:pointer;
    z-index:100;
/*    background-color:#0277BA;*/    
}


/* level 1 inner */

.m0l1iout {
	font-family:verdana;
	font-size: 11px;
	color: #FFFFFF;
    text-decoration: none;
}

.m0l1iover {
	font-family:verdana;
	font-size: 11px;
	color: #FFFFFF;
    text-decoration: none;
}

/* level 1 outer */ 
.m0l1oout {
    padding-left:5px;
    padding-top:2px; 
    background-color:#0277BA;
	text-decoration : none;
    cursor:pointer;
}

.m0l1oover {
    padding-left:5px;
    padding-top:2px; 
    background-color:#0183CF;
	text-decoration : none;
    cursor:pointer;
}