#footerwrapper {
	background: transparent url(footershadowbg.png) top center no-repeat;
	height: 125px;
}

#footerwrapper #footer {
	width: 1000px;
	height: 65px;
	text-align: left;
}
#footerwrapper #footer #submenu {
	width: 670px;
	height: 25px;
	line-height: 25px;
	background: #313131 url(submenubg.gif) repeat-x;
	padding-left: 330px;
}
#footerwrapper #footer #submenu a {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	color: #0099ff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footerwrapper #footer #submenu a:hover {
	text-decoration: underline;
}
#footerwrapper #footer #menu {
	width: 985px;
	height: 40px;
	background: #313131 url(footermenubg.gif) top left no-repeat;
	padding-left: 15px;
}
#footerwrapper #footer #menu a, div.menuelem {
	display: block;
	float: left;
}


