/*
--------------------------------------------------
bottom menu general styles
--------------------------------------------------
*/

/* bottom menu table */

.bottommenu {
font: 10px Tahoma;
color: #ade0f9;
background: url(../i/bottommenu_bgh.gif);
background-repeat: repeat-x;
height: 58px;
padding: 9px 5px 0px 10px;
vertical-align: top;
}

.bottommenu a, .bottommenu a:visited {
color: #e1f5ff;
text-decoration: underline;
}

.bottommenu .navigation a {
margin: 0px 5px 0px 5px;
}

.bottommenu a:hover {
	text-decoration: none;
}

.bottommenu div.credits {
float: left; }

.bottommenu div.navigation {
float: right; }
