/* CSS Document */

.menu_bottom {
	margin:0;
	padding:0;
	text-align:center;
}

.menu_bottom ul{
	margin:0;
	padding:0;
}

.menu_bottom li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
.menu_bottom li a{
	color:#000000;
	text-decoration:none;
	padding-right:15px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menu_bottom li a:hover{
	text-decoration:underline;
}


.menu_bottom li.active{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
.menu_bottom li.active a{
	color:#000000;
	text-decoration:underline;
	background-attachment: scroll;
	background-image: url(images/none.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:15px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}