/* 

Go crazy!

 */



#menu	{width:750px; height:20px; clear:both;}

img	{border:none;}

ul	{display:inline; list-style-type:none; margin: 0; padding: 0;}

ul li	{position:relative; float:left; width:150px; height:20px;}

li ul {position: absolute; left: 0px; top: -140px; display: none;}


ul li a {
	display: block;
	text-decoration: none;
	padding: 0px;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
li:hover ul { display: block; height:20px;}







