A:link {
        color: #0033CC;
        text-decoration: underline;
}

A:visited {
        color: #0033CC;
        text-decoration: underline;
}

A:active {
        color: #FF0000;
        text-decoration: underline;
}

A:hover {
        color: #FF0000;
        text-decoration: underline;
}
TD {
        font-family: Arial;
        font-size: 13px;
; color: #999999
}

P {
        font-family: Arial;
        font-size: 13px;
}
div#buttonA {
    margin-left: 0px;
    width: 120px;
}
html>body div#buttonA {
    width: 93px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    line-height: 25px;
}
div#buttonA li {
    list-style-type: none;
    height: 100%;
    width: 100%;
    margin: 0px;
    text-align:center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 6px;
}
div#buttonA li a:link {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #5070B0;
    border-style: outset;
}
div#buttonA li a:visited {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #5070B0;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3366FF;
    border-style: outset;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3366FF;
    border-style: inset;
}

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

#nav li {
  float: left;
  position: relative;
  }

.subuls{
  display: none;
  width: 10em;
  position: absolute;
  top: 1.2em;
  left: 120px;
  z-index: 5;
  background-color: lightyellow;
  border: 1px solid black;
  }

.subuls li{
  width: 100%;
  }

.subuls li a{
  display: block;
  text-decoration: none;
  }

#nav li>ul { /* to override top and left in browsers other than IE, which will
position to the top right of the containing li, rather than bottom left */
top: 20px;
left: 100px;
}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
z-index: 20;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

