li {
	list-style-type: none;
	display: inline;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	display: block;
	height: 35px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}
#menuposition {
	padding-top: 15px;
	background-image: url(../images/menubackground.jpg);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menuposition a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
}

#menuposition a:active
{
	color: #990000;
	font-weight: bold;
}

#menuposition a:hover
{
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

#menuposition a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
