/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* Inners */
.m0l0iover , .m0l0iout, .m0l1iover, .m0l2iover, .m0l1iout, .m0l0iout{
	font-family: Arial,  Helvetica Bold, sans-serif;
}

/* level 0 inner */
.m0l0iover , .m0l0iout{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	padding:2px;
	margin:0px;
}

/* level 0 outer */
.m0l0oout {
	background-image:url(../images/menu_btn_low.png); 
	background-repeat:no-repeat;
	padding:2px;
	text-decoration : none;
	text-align:left;	
}

.m0l0oover {
	background-image:url(../images/menu_btn_hi.png);
	background-repeat:no-repeat;
	padding:2px;
	text-decoration : none;
	text-align:left;	
}

/* level 1 inner */
.m0l1iout {
	background: #cacccc;
	vertical-align: middle;
	border-top: 1px solid #dfe1e2; 
	border-bottom: 1px solid #9f9e9e;	
	padding: 5px;
	vertical-align: bottom;
	color:#000;	
}

.m0l1iover, .m0l2iover {
	text-decoration: none;
	padding: 6px 0 5px 5px;
	color: #000;
	text-align:left;
}

.m0l1iover a
{
	text-decoration:none;
}

/* level 1 and 2 outer */
.m0l1oout, .m0l2oout {
	color:#000;
	text-decoration : none;
	border : 1px #999 solid;
	background: #FFFFFF;
	text-align:left;
}

/* level 1 and 2 outer */
.m0l1oover, .m0l2oover {
	text-decoration : none;
	border : 1px #999 solid;
	background: #959EB5;
	background-image:url(../images/menu_selector.jpg);
	background-repeat:repeat-x;
	text-align:left;
}

.m0l1oover a, .m0l2iover a
{
	color:#000;
	text-decoration:none;
}

/* level 2 inner 
.m0l2iover {
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	text-align:left;
}
*/


