ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li, a {
	margin: 0;
	width: 150px;
	height: 50px;
	display: block;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 35px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
li a:hover {
	color: #999999;
	text-decoration: underline;
}
#menu {
	position:absolute;
	z-index:2;
	top: 26px;
	width: 120px;
	height: auto;
	left: 450px;
}	
#logo {
	position:absolute;
	z-index:1;
	top: 0px;
	left: 450px;
	width: 120px;
	height: auto;
}	


