body {
	font-family: Arial;
	font-size:12px;
	}

ul {
	margin: 0;
	list-style: none;
	width: 132px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	border:0;
	margin: 0;
	}
	
li ul {
	position: right ;
	left: 1; /* Set 1px less than menu width */
	top: 20;
	width: 132px;
	display: none;
	border:0;
	margin: 0;
	}

/* Styles for Menu Items */ /*for roll over effect */
ul li a {
	display: block;
	text-decoration: none;
	background: #919292; /* IE6 Bug */
	border:0;
	margin-left: 7px;
	margin-right: 1px;

	}
	
ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	border:0;
	margin: 1;
	}
	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: right; height: 0%; }
* html ul li a { height: 0%; }
/* End */

ul li a:hover { color: #ffffff; background: #9A9B9B; } /* Hover Styles */
		
li ul li a { padding: 5px; padding-top:-20px; padding-left:15px; font-size:11px; border-bottom:0px solid #ffffff; border-left:0px solid #9A9B9B; border-right:0px solid #ffffff} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block;} /* The magic */
