#nav-menu
{
	width:900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: left;
	margin-top: 0.5em;
	margin-right: .1em;
	margin-bottom: 0.2em;
	margin-left: .1em;
}

#nav-menu li a 
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 5em;
	display: block;
	border: 0;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}


#nav-menu a:link, a:active, a:visited
  {
  color: #FFF;
  text-decoration: none;
  }
  
#nav-menu a:hover
  {
	color: #FFF;
	text-decoration: none;
  }
