@charset "utf-8";
/* CSS Document */

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

li
{
  margin: 0 0.15em;
}

li a
{
  background: url(background.gif) #ccccff top left repeat-x;
  height: 2em;
  line-height: 2em;
  float: left;
  width: 9em;
  display: block;
  border: 0.1em solid #dcdce9;
  color: #000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  text-decoration: none;
  text-align: center;
}

li a:hover
{
  text-decoration:underline;
  font-style:italic;
}

/* Hide from IE5-Mac \*/
li a
{
  float: none
}
/* End hide */

#nav-menu
{
width:30em
} 

 