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

#nav-menu li
{
  float: left;
  margin: 0 0.15em;
  padding: 0;
  text-align: center
}

#nav-menu li a
{
  background: white;
  height: 15px;
  line-height: 15px;
  float: left;
  width: 152px;
  display: block;
  border: 0.1em solid #000000;
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-family:arial;
  font-size:12px;
}

#nav-menu li a:active
{
  background: #dcdce9;
  height: 15px;
  line-height: 15px;
  float: left;
  width: 152px;
  display: block;
  border: 0.1em solid #000000;
  color: #000000;
  text-decoration: none;
  /*text-decoration: underline;*/
  text-align: center;
  font-family:arial;
  font-size:12px;
}


#nav-menu li a:hover
{
  background: #dcdce9;
  height: 15px;
  line-height: 15px;
  float: left;
  width: 152px;
  display: block;
  border: 0.1em solid #000000;
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-family:arial;
  font-size:12px;
}



/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu
{
 clear: both;
width:900px
}