#bottom_nav {
	/*background: url(../images_design/main_07.jpg) no-repeat;*/
	background: white;
	height: 20px;
	color: #558482;
	text-align: center;
}

#list-menu-bottom {
	width: 540px;
	text-align: center;
	padding: 2px;
	_height: 1%;
	margin-left: auto;
	margin-right: auto;
}
#list-menu-bottom:after {
		content: ".";
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}
#list-menu-bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	text-align: center;
}

#list-menu-bottom li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
	list-style: none;
}

#list-menu-bottom a {
	float: left;
	line-height: 13px;
	width:80px;
	color: #558482;
	background: none;
	margin-right: 4px;
	padding-bottom: 2px;
	text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu-bottom a:link, #list-menu-bottom a:active, #list-menu-bottom a:visited {
	/*color: #000000;*/
}

#list-menu-bottom a:hover {
	border-bottom: 1px solid #558482;
} 

/*

#list-menu-bottom a img {
	border: none;
	margin: 0;
	padding: 0;
}

*/