/* --- 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 */
.m0l0iout
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height:10pt;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #000000;
	background-color: #FEDF35;
	text-decoration : none;
	font-weight:bold;
}
.m0l0iover
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height:10pt;
	text-decoration: underline;
	margin: 4px 0 0 8px;
	color: #000000;
	background-color:#dddddd;
	text-decoration : none;
	font-weight:bold;
	
}

/* level 0 outer */
.m0l0oout 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height:10pt;
	text-decoration : none;
	font-weight:bold;
	background-color:#FEDF35;
}
.m0l0oover 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height:10pt;
	font-weight:bold;
	text-decoration : none;
	background-color: #dddddd;
}

/* level 1 inner */
.m0l1iout
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height:10pt;
	margin: 4px 0 0 17px;
	color: #000000;
	font-weight:bold;
	text-decoration : none;
}

.m0l1iover 
{ 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height:10pt;
	margin: 4px 0 0 17px;
	color: #000000;
	font-weight:bold;
	background-color: #dddddd;
	text-decoration : none;
}

/* level 1 outer */
.m0l1oout 
{	border: solid 1px #eeeeee; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height:10pt;
	text-decoration : none;
	font-weight:bold;
	background-color: #eeeeee;
	padding: 0;
}

.m0l1oover 
{	
	border: solid 1px #bbbbbb; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height:10pt;
	font-weight:bold;
	text-decoration : none;
	background-color: #dddddd;
	background-repeat: no-repeat;
	padding: 0;
}