/* --- 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 */
img{border:none; outline:none;}
a{outline:none; }
:focus { -moz-outline-style: none; }

#menu{
	margin:0px auto; padding:0px;
	width:896px; height:45px;
	background-position:center; 		
	}
.m0l0iout {
	font-family: Arial; text-align:center; 
	font-size: 9pt; font-weight:bold;
	margin: 4px 0 0 8px; color: #6D6F71;	
	}

.m0l0iover {
	font-family: Arial;text-align:center;
	font-size: 9pt;font-weight:bold; 	
	margin: 5px 0 0 8px; color: #6D6F71;	
	}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../img/lev0_bg1.gif);
	border: 0.5px solid #CBCBCB;
	background-color:#F6F5F5;	
	}
.m0l0oover {
	text-decoration : none;
	background-image: url(../img/lev0_bg2.gif);
	background-color:#F6F5F5;
	border: 0.5px solid #CBCBCB;	
	}

/* level 1 inner */
.m0l1iout {
	font-family: Arial;
	font-size: 8.5pt;font-weight:100;
	margin: 4px 0 0 10px;
	color: #000000;		
	}
.m0l1iover {
	font-family: Arial;
	font-size: 8.5pt;
	margin: 4px 0 0 10px;
	color: #000000;	
	}
/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #F6F5F5;
	border: 0.5px solid #CBCBCB;
	padding: 0;		
	}
.m0l1oover {
	text-decoration : none;
	background-color: #E8E8E8;
	background-image: url(../img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 0.5px solid #CBCBCB; padding: 0;	
	}
	
