/* --- 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:bold 11px tahoma,Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
}
.m0l0iover {
	font:bold 11px tahoma,Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 4px;
	color: #c1c8d4;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #506080;
	background: #506080;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #30435e;
	background: #30435e;
}

/* level 1 inner */
.m0l1iout {
	font:bold 11px tahoma,Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 4px;
	color: #c1c8d4;
}
.m0l1iover {
	font:bold 11px tahoma,Georgia, "Times New Roman", Times, serif;
	text-decoration : none;
	padding: 4px;
	color: #c1c8d4;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #30435e;
	background: #3d5478;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #30435e;
	background: #3d5478;
}

/* level 2 inner */
.m0l2iover {
	font:bold 11px tahoma,Georgia, "Times New Roman", Times, serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #30435e;
	background: #3d5478;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #30435e;
	background: #3d5478;
}
a.box{
	text-decoration: none;
	color:#7c7676;
}
a.box:hover{
	text-decoration: underline;
}
a.judul{
	text-decoration: none;
	font:bold 12px tahoma;
	color:#000033;
}
a.judul:hover{
	text-decoration: underline;
}
