
li.ml {
	font-size: 14;
	font-weight: bold;
	}
ul.ml {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px; /* Width of Menu Items */
	list-style-image: none;
	}

ul.ml li.ml {
	position: relative;
	list-style-image: none;
	margin: 0;
	}
		
li.ml ul.ml {
	position: absolute;
	left: 125px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	list-style-image: none;
	}

/* Styles for Menu Items */
ul.ml li.ml a {
	display: block;
	text-decoration: underline;
	color: #142c52;
	background: #f0ecd5; /* IE6 Bug */
	padding: 6px;
	list-style-image: none;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul.ml li.ml { float: left; height: 1%; }
* html ul.ml li.ml a { height: 1%; }
/* End */

ul.ml li.ml a:hover { color: #002a53; background: #f4ac2a; text-decoration: none;} /* Hover Styles */
		
li.ml ul.ml li.ml a {
		padding: 6px 6px;
		text-decoration: none;
		color: #002a53;
		background: #f1f8fc;
		width: 180px;
		border: 1px solid #002a53;
		font-size: 12;
		} /* Sub Menu Styles */
li.ml ul.ml li.ml a:hover {background: #f4ac2a;}
li.ml:hover ul.ml, li.ml.over ul.ml { display: block; } /* The magic */

.mred {
	color: red;
}