/* ID FOOTER WRAPPER  */
div#footerWrapper	{
	clear: both;
	width: 1014px;
	height: 73px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	position: relative;
}

/* ID FOOTER MENU */
div#footerMenu	{
	float: left;
	width: 848px;
	text-align: right;
	padding: 0px 20px 0px 0px;
	position: relative;
	vertical-align: top;
}

#FooterLogo	{
	float: left;
	width: 81px;
	background-image: url(/images/Background-whole.jpg);
  background-repeat: no-repeat;
}

.footer {
	text-align: center;
}

.footermenu {
	font-weight: normal;
}
/* ID FOOTER MENU LINKS */
a.footermenu:link 		{color: #3e3e3e; background: none; text-decoration: none}
a.footermenu:visited	{color: #3e3e3e; background: none; text-decoration: none}
a.footermenu:hover		{color: #ffffff; background: none; text-decoration: none}
a.footermenu:active 	{color: #3e3e3e; background: none; text-decoration: none}

.footerselected {
	font-weight: bold;
}
a.footerselected:link 		{color: #ffffff; background: none; text-decoration: none}
a.footerselected:visited	{color: #ffffff; background: none; text-decoration: none}
a.footerselected:hover		{color: #989898; background: none; text-decoration: none}
a.footerselected:active 	{color: #ffffff; background: none; text-decoration: none}
