<style type="text/css">

.cdlinks
	{
	position: absolute;
	left: 20px;
	}

.shorthr hr
	{
	width: 550;
	}

.hovermenu ul
{
font: bold 16px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li
{
list-style: none;
display: inline;
}

.hovermenu ul li a
{
padding: 5px 0.5em;
text-decoration: none;
float: center;
color: Black;
background-color: Red;
border: 0px solid #FFF2BF;
}

.hovermenu ul li a:hover
{
background-color: Black;
color: Red;
border-style: outset;
}

.uploadhere
	{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:12px;
	font-weight:100;
	color:Yellow;
	position: absolute;
	top: 460px;
	left: 100px;
	}


html>body .hovermenu ul li a:active
{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
</style>