/* Winterfrost Website - Javascript menu - CSS */

/* Main level text style */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

.m0l0iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* Main level background style */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #325CA9;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #325CA9;
}

/* First menu text style */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* First menu background style */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #10A21A;
	filter: alpha(opacity=95);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #10A21A;
}

/* Second level menu text style */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* Second level menu background style */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #10A21A;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}