/* --- static menu styles ---

note:

	1. not all browsers render styles the same way so try out your style sheet

	on different browsers before publishing;

style naming convention:

	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>

*/





.m0l0o {

	margin: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	text-decoration: none;

}



.m0l1o {

	text-decoration: none;

	margin: 0px;

	border: 1px solid #666666;

}



.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helv, Sans;
	font-size: 11px;
	;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	font-style: normal;
	line-height: normal
}



.m0l1i {

	padding: 2px;

	text-decoration: none;

	font-family: Arial, Helv, Sans;

	font-size: 12px;

; font-style: normal; font-weight: normal; font-variant: normal; text-transform: capitalize; color: #000000}

.m0l2o {

	text-decoration: none;

	margin: 0px;

	border: 1px solid #666666;

}

.m0l2i {

	padding: 2px;

	text-decoration: none;

	font-family: Arial, Helv, Sans;

	font-size: 12px;

; font-style: normal; font-weight: normal; font-variant: normal; text-transform: capitalize; color: #000000}

.h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	padding-left: 6px;

}

#page_area #top_oval {

	background-attachment: fixed;

	background-image: url(navbarcorner.jpg);

	background-repeat: no-repeat;

	background-position: left top;

}


