.menu
{
    position: absolute;
	display: inline;
	top: 15px;
	right: 50px;
	height: 30px;
}
.menu li
{
	padding:10px 10px 10px 10px;
	color: black;
	display: inline;
	font-family: sans-serif;
	font-weight: bold;
	font-size: medium;
	cursor: pointer;
}

.menu ul
{
   display: inline;
	list-style: none;
}
.menu li:lastchild
{
	margin-right: 0px;
}
.menu li:hover
{
	background-color: #680000;
	color: white;
	border-radius: 5px;
}
a:link {color:#000000; text-decoration: none;}    /* unvisited link */
a:visited {color:#000000;} /* visited link */
a:hover {color:#ffffff;}   /* mouse over link */
a:active {color:#000000;}  /* selected link */