
a:active     { font-family: Tahoma; font-size: 10pt; color: #515151;}
a:link       { font-family: Tahoma; color: #FFFFFF;}
a:visited    { font-family: Tahoma; color: #99cccc;}
body       	 { font-family: Tahoma; font-size: 10pt; color: #000000;}
li           { font-family: Tahoma; font-size: 10pt; color: #000000;}
ol           { font-family: Tahoma; font-size: 10pt; color: #000000;}
table        { font-family: Tahoma; font-size: 10pt; color: #000000;background-repeat: no-repeat}
td           { font-family: Tahoma; font-size: 10pt; color: #ffffff;background-repeat: no-repeat}
H1
{
font-family: Tahoma; font-size: 10pt;  color: #fff;
}

#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  background: #515151;
  float: right;
  width: 735px;
}
#nav li {
  float: left;
  position: relative;
  background: #515151;
  background: none;
}

#nav a {
  color: #fff;
  font-family: Tahoma; font-size: 7pt;
  text-decoration: none;
  display: block;
  width: auto;
  padding-left: 4px; 
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: gray dot.png repeat-y right;
}
#nav a:hover {
  color: #000;
  background: #ccc;
}
#nav li:hover,
#nav li.jshover {
  background: #333;
}

#nav li ul {
  display: none;
  position: absolute;
  background: #515151;
  padding: 8px 0;
  width: 130px;
}
#nav li li a {
  width: 130px;
  background: none;
}
#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 130px;
  top: -9px;
  left: 118px;
  lef\t: 133px;
}
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}
