/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	background: url( "images/tab_selected.png" ) no-repeat  transparent center top;
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	text-align:center;
	height: 26px;
}

.m0l0iover {
	background: url( "images/tab_unselected.png" ) no-repeat  transparent center top;
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: yellow;
	text-align:center;
	height: 26px;
}

/* directly modify the properties of individual items */
#e0_33o {
	background-color: #fd6710;
}

#e0_44i {
	color: yellow;
	font-weight: bold;
}


/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	width: 143px; 
	height: 26px;
}
.m0l0oover {
	text-decoration : none;
	width: 143px; 
	height: 26px;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #ff9e13;
	border : 1px solid #FFFFFF;
	opacity:0.85;
	filter: alpha(opacity=85);
	-khtml-opacity:0.85;
	-moz-opacity:0.85;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ffb449;
}

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

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #fd7b2a;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ffa165;
}
