/* CSS Document */

.menu-bottom {

	position:relative;
	float:none;
	width:850px;
	height:20px;
	z-index: 3;
	clear: both;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;

}
.menu-bottom a{
color:#FFE8DF;
text-decoration:none;
}

.menu-bottom a:visited{
color:#FFE8DF; text-decoration:none;
}
.menu-bottom a:hover{
color:#FFFFFF; text-decoration:underline;
}