#mainmenu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 8px;
	left: 10px;
}
#mainmenu .leftborder {
	border-left: 1px solid #6eafba;
}
#mainmenu a {
	margin: 0px;
	padding: 5px;
	text-decoration: none;
	font-family: tahoma, sans-serif;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	border-right: 1px solid #6eafba;
}
#mainmenu a:hover {
	background: #FFF;
	text-decoration: underline;
}
