/* --- menu styles --- */
/* selected/unselected state styles */
.unselected {
	padding-top: 5px;	
	padding-bottom: 5px;		
	text-align: center;	
	text-decoration: none;
	border: 1px solid #660066;	
}
.selected {
	background-color: #660066;
	padding-top: 5px;	
	padding-bottom: 5px;		
	text-align: center;	
	text-decoration: none;
	font-weight: bold;	
	border: 1px solid #660066;	
	color: #FFFFFF;
}

/* level 0 inner */
.m0l0iout {
	font-size: 12px;
	font-weight: bold;	
	text-align: center;	
	text-decoration: none;
	color: black;
}
.m0l0iover {
	font-size: 12px;
	font-weight: bold;	
	text-align: center;	
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	cursor:hand;	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	
}
.m0l0oover {
	text-decoration : none;
	background-color: #660066;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	text-decoration : underline;
	padding: 4px;
	color: #000000;
	color: #660066;	
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border-left : 1px solid #660066;
	border-right : 1px solid #660066;
	border-bottom : 1px solid #660066;	
	background: #FFFFFF;

}
.m0l1oover {
	text-decoration : none;
	border-left : 1px solid #660066;
	border-right : 1px solid #660066;
	border-bottom : 1px solid #660066;		
	background: #FFFFFF;
}

/* level 2 inner */
.m0l2iover {
	text-decoration : none;
	padding: 4px;
	color: #660066;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border-left : 1px solid #660066;
	border-right : 1px solid #660066;
	border-bottom : 1px solid #660066;	
	background: #FFFFFF;
}
.m0l2oover {
	text-decoration : none;
	border-left : 1px solid #660066;
	border-right : 1px solid #660066;
	border-bottom : 1px solid #660066;		
	background: #FFFFFF;
}
