body {
	font: normal 12px arial;
	}

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

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

/* Styles for Menu Items */
ul li a {
	font: normal 12px arial;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #B02D1A; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ffffff;
	border-bottom: 0;
	width:182px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 3px;
    height: 18px;
	}

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

ul li a:hover { font: normal 12px arial; color: #ffffff; background: #000000; } /* Hover Styles */
		
li ul li a { padding:  3px 5px 2px 10px; left: 210px; width: 190px;} /* Sub Menu Styles */


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


a.new:hover {
font: normal 12px arial;
text-decoration:none;
background: #147ADA;
color: #ffffff; 
width:190px;
padding: 3px 5px 2px 10px;

}