    
#navlist {
	position: 	relative;
	left: 		0px;
	top: 		0px;
	width: 		140px;
} 

#navlist ul {
	margin: 		2;
	padding: 		0;
	list-style-type: none;
	font-size: 14pt;
	width:140;
	
}
#navlist li {
	margin: 2;
	height:40;
	padding:0;
}

#navlist li.level1 {
	margin-left:20;
	width:120
}

#navlist a {
	display: block;
	padding: 2px 2px 2px 2px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #CCFF99;
	background-image:  
	background-repeat: repeat;
	background-position: 0% 50%;
	height: 40px;
	min-width:200
	float: left;
	clear: both;
	wwidth: 100%;
	white-space: nowrap;
	font: 16px Arial;
}
#navlist li.level1_active {
	margin-left:20;
	background-image:  url(l1_over.gif);
}
#navlist a:link, #navlist a:visited, #navlist a:active {
	color: #990033;
	text-decoration: none;
}

/* you can combine the last two rules if you wish */

#navlist a:hover {
	background-color: #CCFF99;
	background-image:  url(l1_over.gif);
	bhhhackground-repeat: no-repeat;
	background-position: 0% 50%;
	color: #cc3300;
}   
#uberlink a:link, #uberlink a:visited {
	background-color: #CCFF99;
	background-image:  
	bhhhackground-repeat: no-repeat;
	background-position: 0% 50%;
	color: #cc3300;
}
#uberlink a:hover,
#uberlink a:active{
	background-color: #CCFF99;
	background-image:  
	bhhhackground-repeat: no-repeat;
	background-position: 0% 50%;
	color: #ff0000;
}

#uberlinkfixed a:link, #uberlinkfixed a:visited,
#uberlinkfixed a:active, #uberlinkfixed a:hover, #uberlinkfixed a {
	background-color: #CCFF99;
	background-image:  
	bhhhackground-repeat: no-repeat;
	background-position: 0% 50%;
	color: #cc3300;
	cursor:pointer;
}
<!--[if IE 5]>

#navlist a {
	height: 1em;
	float: left;
	clear: both;
	width: 100%;
}

<![endif]-->

<!--[if IE 6]>
#navlist a {
	height: 1em;
	float: left;
	clear: both;
	width: 100;   }
<![endif]-->

#menu {
	LEFT: 10px; 
	WIDTH: 160px; 
	POSITION: absolute; 
	TOP: 100px; 
	HEIGHT: 200px;
	overflow:scroll
}
