/* --- 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: normal 11px / 16px Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #fff;
	padding-left: 10px;
	background: transparent url( ../images/layout/menu-ico.gif ) 0px 4px no-repeat;	
	text-transform: uppercase;
}
.m0l0iover {
	font: normal 11px / 16px Trebuchet MS, arial, helvetica, sans-serif;	
	font-size: 12px;
/*	text-decoration: underline;*/
	margin: 5px 0 0 8px;
	color: #fff;
	background: transparent url( ../images/layout/menu-ico.gif ) 0px 4px no-repeat;	
	padding-left: 10px;
	text-transform: uppercase;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
    background: Navy url( ../images/layout/menu-bckgr.gif ) top left repeat-x;
}
.m0l0oover {
	text-decoration : none;
    background: Navy url( ../images/layout/menu-bckgr.gif ) top left repeat-x;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 5px;
	color: #fff;
	text-align: left;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 5px;
	color: #fff;
	text-align: left;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #92b4f6;
	border: 1px solid #0101cb;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #0101cb;
/*	background-image: url(img/lev1_arrow.gif);*/
	background-repeat: no-repeat;
	border: 1px solid #0101cb;
	padding: 0;
}

#menu {
	position: relative;
	width: 770px;
	margin: 0 auto;
	height: 22px;
}
