/* --- 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: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	margin: 4px 0 0 0;
	color: BLACK;
	text-align: center;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	margin: 5px 0 0 0;
	color: BLACK;
	text-align: center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 1px solid SILVER;
	background-color: SILVER;	
}
.m0l0oover {
	text-decoration : none;
	background-color: #FFD100;
	border: 1px solid SILVER;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	margin: 4px 0 0 17px;
	color: BLACK;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	margin: 4px 0 0 17px;
	color: BLACK;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: SILVER;
	border: 1px solid #336699;
	padding: 0;
	_margin: -1px auto 0 -1px;
}
.m0l1oover {
	text-decoration : none;
	background-color: #FFD100;
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
	_margin: -1px auto 0 -1px;
}

#menu { 
	border:2px solid SILVER;
	display:block;
	position:relative; 
	width:750px;
	height:24px;
	_height:26px;
	margin:0 auto -2px auto;
	_margin:0 auto 0 auto;		
	font-weight: normal;
	text-align: left;
	background-color: SILVER;		
}

