/* --- 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 */
.scope0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.scope0iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.scope0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4682B4;
}
.scope0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
}

/* level 1 inner */
.scope1iout {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #000000;
}
.scope1iover {
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #000000;
}

/* level 1 outer */
.scope1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #86c2f4;
}
.scope1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
}

/* level 2 inner */
.scope2iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.scope2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #eeeeee;
}
.scope2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #cccccc;
}