.bottom-menu {
	margin: 0px;
	padding: 0px;
	width: auto;	
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.bottom-menu li {
	float:left;
	list-style-type: none;
}

div.border-right {
	width: 1px;
	height: 15px;
	float: left;
	margin-top: 8px;
	background-color: #91BAD8;
}

.bottom-menu a {
	display: block;
	float: left;
	padding: 10px 10px 11px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.bottom-menu a:hover,
.bottom-menu a.selected,
.bottom-menu a.selected:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/bottom-menu-hover.gif);
	background-position: top;
	background-repeat: repeat-x;
}