/* CSS Document */
  
#nav-top {
  margin: 0;
  padding: 0 0 30px 0;
  }

#nav-top li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  }

#nav-top a {
  float: left;
  line-height: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 14px;
  margin-bottom: 4px;
  margin-left: 0px;
  text-decoration: none;
  color: #CCCCCC;
  }
  
#nav-top a.active, #nav-top a:hover {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 1px;
	color: #FFFFFF;
	font-size: 12px;
  }  

#nav-top a:hover {
  color: #FFFFFF;
  font-size: 12px;
  } 
 