a.footermenu {
text-decoration: none;
color: #A9B6BB;
}

a:hover.footermenu {
text-decoration: underline;
}

div.footer {
background-color: #535657;
/*position:absolute;
margin-bottom:0px;
left:0px;
right:0px;*/
}

table.footer {
width:100%;
}

table.footermenu {
	width:870px;
	text-align:center;
	color: #A9B6BB;
}

td.gallery {
font-size:16px;
font-weight:bold;
color: #A9B6BB;
}

td.footermenu {
font-size:12px;
}

ul {
	display:inline;
}


li.footermenu {
	width: auto;
	border-bottom: 1px solid #424546;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(../images/footer/backmenu.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
}

td.copyright {
font-size:10px;
color: #666666;
text-align:center;
background-color:#3F4244;
background-image:url(../images/footer/copyright.gif);
background-repeat:repeat-x;
padding-top:40px;
padding-bottom:40px
}

a.copyright {
color: #666666;
text-decoration: none;
}

a:hover.copyright {
text-decoration: underline;
}

