    
/* level 0 inner */
.m0l0iout 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 0;
	color: #FFF;
	/*background-color: #1B5690;*/
}
.m0l0iover 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 0;
	color: #85BED0;
}

/* level 0 outer */
.m0l0oout 
{
	text-decoration : none;
	text-align: center;
}
.m0l0oover 
{
	text-decoration : none;
	text-align: center;
	/*background-color: #AA8855; /*level 1 rollover background color*/	*/
	padding: 0; 	margin: 0 0 0 0;
}
	
/* level 1 inner */
.m0l1iout 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: 4px 0 0 4px;
	color: #FFF;
	background-color: #AA8855; /* level 2 text background color*/
	font-weight: bold;
	text-decoration:none;
	text-align: left;
}
.m0l1iover 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0 0 4px;
	color: #FFF;
	background-color: #1B5690; /*level 2 rollover text background color*/
	text-decoration:none;
	text-align: left;	
}

/* level 1 outer */
.m0l1oout 
{
	text-decoration : none;
	background-color: #AA8855; /*level 2 and 3 menu background*/
	border-left: 10px solid #1B5690;	
	padding: 0;
	font-weight: bold;
	text-align: left;	
}
.m0l1oover 
{
	text-decoration : none;
	background-color: #1B5690; /*level 2 and 3 rollover background color*/
	border-left: 10px solid #AA8855;	
	background-repeat: no-repeat;
	padding: 0;
	font-weight: bold;
	text-align: left;
}

/* level 3 inner */
.m0l3iout 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: 4px 0 0 4px;
	color: #FFF;
	background-color: #1B5690; /*level 3 text background color*/
	font-weight: bold;
	text-decoration:none;
	text-align: left;	
}
.m0l3iover 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0 0 4px;
	color: #FFF;
	background-color: #AA8855; /*level 3 rollover text background color*/
	text-decoration:none;	
	text-align: left;	
}

/* level 3 outer */
.m0l3oout 
{
	text-decoration : none;
	background-color: #1B5690; /*level 3 menu background*/
	padding: 0;
	font-weight: bold;
	border-left: 10px solid #AA8855;
	margin-left: -10px;
	text-align: left;	
}
.m0l3oover 
{
	text-decoration : none;
	background-color: #AA8855; /*level 3 rollover background color*/
	background-repeat: no-repeat;
	padding: 0;
	font-weight: bold;
	border-left: 10px solid #1B5690;
	margin-left: -10px;
	text-align: left;	
}