#logo{
	width: 250px;
	float: left;
}

#navcontainer{
	float: right;
	width: 500px;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 500px;
	text-transform: uppercase;
	font-weight: bold;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	float: right;
}

#navcontainer ul li a:hover
{
	background-color: #fff;
	color: #990031;
	height: 25px;
}

a span{
	text-decoration: underline;
}
span{
	text-decoration: underline;
}
