/* --- menu styles --- */
/* selected/unselected state styles */
.unselected, .selected, .m0l0iout, .m0l0iover, .m0l0oout, .m0l0oover, .m0l1iout, .m0l1iover, .m0l2iover, .m0l2iout, .m0l2oout, .m0l2oover {
	font-size: 11px;
	line-height: normal;
}
.unselected {
	padding-top: 2px;	
	padding-bottom: 2px;		
	text-align: center;	
	text-decoration: none;
	border: 1px solid #006600;	
	background-color: #FFCC33;
}
.selected {
	background-color: #006600;
	padding-top: 2px;	
	padding-bottom: 2px;		
	text-align: center;	
	text-decoration: none;
	font-weight: bold;	
	border: 1px solid #006600;	
	color: #FFFFFF;
}

/* level 0 inner */
.m0l0iout {
	font-weight: bold;	
	text-align: center;	
	text-decoration: none;
	color: black;
}
.m0l0iover {
	font-weight: bold;	
	text-align: center;	
	text-decoration: none;
	color: #006600;
	text-decoration: none;
	cursor:hand;	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	
}
.m0l0oover {
	text-decoration : none;
	background-color: #006600;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	color: #000000;
	text-align: center;		
}
.m0l1iover {
	text-decoration : none;
	color: #FFFFFF;	
	text-align: center;		
	background-color: #006600;		
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 1px solid #006600;
	background: #FFCC33;

}
.m0l1oover {
	text-decoration : none;
	border: 1px solid #006600;
	background: #FFCC33;
}

/* level 2 inner */
.m0l2iover {
	text-decoration : none;
	padding: 4px;
	color: #660066;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border-left : 1px solid #006600;
	border-right : 1px solid #006600;
	border-bottom : 1px solid #006600;	
	background: #FFFFFF;
}
.m0l2oover {
	text-decoration : none;
	border-left : 1px solid #006600;
	border-right : 1px solid #006600;
	border-bottom : 1px solid #006600;		
	background: #FFFFFF;
}
