<style type="text/css">

body {
	font: normal 11px verdana;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position:relative;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F5F5F5;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
} /* Hover Styles */

ul ul {
	position:absolute;
	display:none;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
}

li ul li a {
	padding: 2px 5px;
	background-color: #F5F5F5;
	color: #990000;
} /* Sub Menu Styles */

li:hover ul ul, li.over ul ul { display:none; }

li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */

</style>
.new {
	background-color: #FF0000;
}
.news {
	background-color: #FF9900;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
