/* --- 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:eurostyle, verdana;
	font-size: 13px;
	color: #FFFFFF;
    font-weight:bold;
    text-decoration: none;
}

.m0l0iover {
	font-family:eurostyle, verdana;
	font-size: 13px;
	color: #FFFFFF;
    font-weight:bold;
    text-decoration: none;
}

/* level 0 outer */ 
.m0l0oout {
    background-image:url(../webimages/buttonbg.jpg);
    background-color:#E0880F;
    border:2px solid #C0E4EA;
    text-align:center;
	text-decoration : none;
    cursor:pointer;
    vertical-align:middle;
}

.m0l0oover {
    background-image:url(../webimages/buttonbg_over.jpg);
    background-color:#BECEDC;
    border:2px solid #FFFFFF;
    text-align:center;
	text-decoration : none;
    vertical-align:middle;    
    cursor:pointer;
}


/* 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:#1487B7;
	text-decoration : none;
    cursor:pointer;
    vertical-align:middle;
    z-index:100;
    border-left:1px solid #0F5178;
    border-right:1px solid #0F5178;    
    filter:alpha(Opacity=80);
}

.m0l1oover {
    padding-left:5px;
    padding-top:2px; 
    background-color:#196C8F;
	text-decoration : none;
    cursor:pointer;
    z-index:100;
    border-top:1px solid #0F5178;
    border-bottom:1px solid #C0E4EA;
    border-left:1px solid #0F5178;
    border-right:1px solid #0F5178; 
}


/* stoelen selector */

.s0l0iout {
    height:29px;
	font-family: verdana;
	font-size: 10px;
	color: #6A8DAE;
    text-decoration: none;
    border-right:1px solid #B4C6D6;
}

.s0l0iover {
    height:29px;
	font-family: verdana;
	font-size: 10px;
	color: #26587B;
    text-decoration: none;
    border-right:1px solid #B4C6D6;    
}


/* level 0 outer */ 
.s0l0oout {
    background-color:#E9EEF5;
    height:29px;
    text-align:center;
	text-decoration : none;
    cursor:pointer;
    z-index:50;
}

.s0l0oover {
    height:29px;
    background-color:#CAD6E2;
    text-align:center;
	text-decoration : none;
    cursor:pointer;
    z-index:50;    
}


/*level 1*/

.s0l1iout {
    padding-left:5px;
    padding-top:2px;    
	font-family: verdana;
	font-size: 10px;
	color: #26587B;
    text-decoration: none;
}

.s0l1iover {
    padding-left:5px;
    padding-top:2px;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
    text-decoration: none;
/*    border-right:1px solid #26587B;
    border-left:1px solid #26587B;*/        
}

/* level 1 outer */ 
.s0l1oout {
    background-color:#D0DAE7;
	text-decoration : none;
    cursor:pointer;
    filter:alpha(Opacity=85);
    border-left:1px solid #DEE5ED;    
    border-right:1px solid #DEE5ED;
}

.s0l1oover {
    height:25px;
    background-color:#B4C6D6;
	text-decoration : none;
    cursor:pointer;
    border-top:1px solid #26587B;    
    border-bottom:1px solid #FFFFFF;
    
   
}

