/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 1px;
  font-size: .68em;
  background: #000000;
}

#logo
{ width: 100%;
  height: 0px;
  border-bottom: 9px solid;
  background:#000000;
}

/* navigation menu */
#menu
{ height: 80px;
  width: 800px;
  margin-top: -9px;
  position: relative;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 3px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 15px;
  text-decoration: none; 
  padding: 6px 15px 2px 15px;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 88%;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ height: 15px;
  padding: 7px 16px 2px 16px;
  border: 0px;
} 

