footer{
	display:block;
    background-color: #B9B9D9;
    clear:both;
    text-align:center;
    padding:5px;
}
footer a { COLOR: #000000;  TEXT-DECORATION:none;}
footer a:hover {
	COLOR: blue;
	TEXT-DECORATION: none;
}

nav.footermenu{
	width:100%;
	background-color: #494969;
}
div.footercopyright{
	width:100%;
}

/* менюшка */

.footermenu ul {
list-style: none;
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
line-height: 1.4em;
float: left;
padding: 0;
margin: 12px 0 25px 24px;
text-align: left
}

.footermenu ul li {
float: left
}

.footermenu ul li a {
display: block;
text-decoration: none;
background-color: #494969;
padding: 5px 10px 0 10px;
color: #fefefe;
}

.footermenu ul li a span {
display: block
}

.footermenu ul li a span.text-top {
}

.footermenu ul li a:hover span.text-top {
color: #ffddbb
}

.footermenu ul li a span.text-bottom {
visibility: hidden;
font-size: 11px;
text-align: right
}

.footermenu ul li a:hover span.text-bottom {
visibility: visible
}

