ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of Menu Items */
	text-align: left;
	}

ul li {
	position: relative;
	width: 180px;
	
	}
	
li ul {
	position: absolute;
	left: 155px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 55px;
	text-align: left;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #004073;
	padding: 9px;
	border-bottom: 1px dotted black;
	background: none; /* IE6 Bug */
	}

/* 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: #626C75; background: #F3F3F3; } /* Hover Styles */
		
li ul li a { padding: 5px; width: auto; background: #ececec;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */.biglinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
