/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/footers/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.footer { 
	width: 1000px;
	z-index: 100;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

/* hack to correct IE5.5 faulty box model */
* html .footer { 
	width: 1000px;
	width: 999px;}

/* remove all the bullets, borders and padding from the default list styling */
.footer ul { 
	margin: 0px;
	padding-left:30px;
	list-style-type: none;
	float: left;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown footer positon */
.footer li { 
	padding: 0px 21px;
	float: left;
}

.footer li .divider { 
	margin-top: 8px;
	height:22px;	
}

/* style the links for the top level */
.footer a, 
.footer a:visited {
	padding-top: 8px;
	height:22px;
	font-size: 10px; 
	text-decoration: none;
	color: #666; 
	font-weight: bold;
	outline: none;
}
.footer a:hover {
	text-decoration: underline;
}