* {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
}

table.navbar {
  width: 660pt;
  margin-top: 10;
  padding-left: 150px;
  background: -moz-linear-gradient(bottom left, #5588bb, #88bbee 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#5588bb), to(#88bbee));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5588bb', endColorstr='#88bbee'); 
  border: 1px solid #f0f0f0;
  border-bottom: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

table.header {
  padding-left: 0px;
  padding-right: 10px;
}

#navlist {
  border-bottom: 0px solid #ffffff;
  margin: 0px;
  padding-bottom: 15px;
  padding-left: 10px; 
}

#navlist ul, #navlist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-shadow: 4px 4px 4px rgba(0,0,0,.3);
  border: 1px solid #f0f0f0; 
  outline: none;
  display: inline;
  float: left;
  display: -moz-inline-stack;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(top left, #ffffff, #eeeeee 80%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); 
}

#navlist a:link, #navlist a:visited {
  color: #1874CD;
  font-size: 90%;
  font-weight: normal;
  line-height: 24px;
  margin-right: 8px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current {
  background: #ffffff;
  border-left: 0px solid #1874CD;
  border-right: 0px solid #1874CD;
  border-bottom: 2px solid #ffffff;
  color: #000000;
}

#navlist a:hover { 
  color: #000000;
}


