body {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

#content {	
	position: absolute;
	width: 100%;
	height: 97%;
	z-index:0;	
}

#footer {	
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	text-align: center;
	padding:0;
	margin: 0;
	z-index: 200;
	background: #2f2f2f;
}


ul {
	padding: 0;
	margin: 0;
}

ul li {	
	display: inline;
	list-style-type: none;
	color:#333333;
}

li a {	
	color: #9e9e9e;	
	text-decoration: none;
	margin-left: 10px;
}

li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

li ul {
	display: none;	
	position: absolute;
	height: 20px;
	
	bottom: 20px;
	left:0;
	width:100%;
	background: #2f2f2f;
	margin:0;
	padding:0;
}

li:hover ul {
	 display: block; 
}

