#menucontainer {
	width: 500px; height: 10px;
	padding: 78px 0px 10px 10px;
	float: right;
}

.menu, .menu-2, .menu-3 {
	display: block;
	width: 500px;
	position: relative;
	text-align: left;
}
	
.navigator {
	position: absolute;
	width: 100px;
	padding: 0 5px;
	height: 20px;
	top: 40px;
	line-height: 10px;
	font-size: 11px;
	text-align: center;
}

	.menu ul, .menu-2 ul, .menu-3 ul {
		margin: 0;
		padding: 0;
	}

		.menu ul li {
			font-weight: bold;
			cursor: pointer;
			text-align: center;
			display: inline-block;
			width: 100px;
			background: url('images/background-grey.png');
			padding: 5px;	
			text-shadow: 0px 1px 0px #e4e4e4;
			-webkit-border-radius: 2em;
			-moz-border-radius: 2em;
			border-radius: 2em;
		}

a, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
}
