body {
	background-color: #FFF;
}

.content {

}


.menu {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFF;

}

ul {
	margin: 0px;
}	
	
li {
	list-style-type: none;
	line-height: 19px;
	margin: 0px 0px 10px 0px;
}	

a {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:link {color: #000;}     /* unvisited link */
a:visited {color: #000}  /* visited link */
a:hover {color: #ff6000}   /* mouse over link */
a:active {color: #ff6000}