/* FOOTER */
ul#footer {
	text-transform:none;
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0px;
	left:0px;
	text-align: center;
	padding:0;
	margin: 0;
	z-index: 200;
	background:#000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#footer li {
	
	display: inline;
	list-style-type: none;
	color:#666;
}

#footer li a {
	color: #666;
	text-decoration: none;
	margin-left: 10px;
}

#footer li a:hover {
	color: #666;
	text-decoration: underline;
}

#footer li ul
{
	display: none;	
	position: absolute;
	height: 20px;
	bottom: 20px;
	left:0px;
	width:100%;
	background:#000;
	margin:0;
	padding:0;
	z-index: 300;
}

#footer li:hover ul { display: block; }

/* END FOOTER */