/* --- 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 */
.tm0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
; background-color: #990033
; border: 1px #FFFFFF solid
; font-weight: bold

}
.tm0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.tm0l0oout {
	text-decoration : none;
	border : #FFFFFF none;
}
.tm0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #FF6600;
}

/* level 1 inner */
.tm0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
}
.tm0l1iover {
	font:  12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.tm0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #FF6600;
	filter: alpha(opacity=85);
}
.tm0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #FFCC00;
}

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

/* level 2 outer */
.tm0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #3399FF;
}
.tm0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #3399FF;
}