/* CSS Document */
/* --- 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 {
	text-align: center;
	font-weight:bold;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
	color: #006699;
	font-weight:bold;
}

/* Place mouse over top level menu item */
.m0l0iover { 
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	padding: 2px;
	font-weight:bold;
	color: #006699;
}

/* level 0 outer */
.m0l0oout {
	text-align: center;
	font-weight:bold;
	text-decoration : none;
	/*border : 1px solid #747474; */
background: #dfe5ee;
	font-weight:bold;
}
.m0l0oover {
	text-align: center;
	font-weight:bold;
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
background: #dfe5ee;
}

/* level 1 inner */
.m0l1iout {
	text-align: center;
	font-weight:bold;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #006699;
	font-weight:bold;
}

.m0l1iover {
	text-align: center;
	font-weight:bold;
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: white;
}

/* level 1 outer */
.m0l1oout {
	text-align: center;
	font-weight:bold;
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	background: #dfe5ee;
	/* filter: alpha(opacity=85); */
}

.m0l1oover {
	text-align: center;
	font-weight:bold;
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	background: #006699;
	color: #FFFFFF;
}

/* level 2 inner */
.m0l2iover {
	text-align: center;
	font-weight:bold;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	/*padding: 4px;*/
	color: #FFFFFF;
}

/* level 2 outer */
.m0l2oout {
	text-align: center;
	font-weight:bold;
	text-decoration : none;
	border : 1px solid #FFFFFF;
background: #dfe5ee;
}

.m0l2oover {
	text-align: center;
	font-weight:bold;
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
background: #dfe5ee;
}	
#menu {
	position:relative;
	border:1px solid white; 
	width:auto;
	/*width:800px;*/
	height:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#dfe5ee;
	z-index:100;
}
/*
#menu {
	position:relative;
	width:800px;
	width:auto;
	height:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#006699;
	z-index:100;
}
