/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 15px;
	text-decoration: none;
	margin: 4px 0 0 10px;
	color: #FFFFFF;
}
/* 設定icon字體位置(一般狀態) */


.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 15px;
	
	margin: 4px 0 0 10px;
	color: #FFFFFF;
}
/* 設定icon字體位置(滑鼠移到) */


/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color: #A80000;
}
/* 設定icon背景色及邊框(一般狀態) */


.m0l0oover {
	text-decoration : none;
	background-color: #8A0000;
}
/* 設定icon背景色及邊框(滑鼠移到) */

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	margin: 2px 0 0 10px;
	color: #3C3C3C;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	margin: 3px 0 0 2px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #A80000;
	border: 1px solid #FFFFFF;
	padding: 0;
}

