.moduletable ul.menu {
padding-left: 0px;
padding-right: 6px;
width: 160px;
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 35px;
}

.moduletable ul.menu a {
background: #c4d2ff;
margin: 1px;
display: block;
padding: 3px;
font-size: 11px;
text-transform: uppercase;


}

.moduletable ul.menu a:link, .moduletable a:visited {

color: black;
padding-bottom: 5px;
text-decoration: none
}

.moduletable ul.menu li {
  line-height: 17px;
  text-indent: 18px;
  padding-top: 0px;
list-style-type: none;

}

.moduletable ul.menu li a:hover {

 color: white;
 text-decoration: none;
 background-color: navy;
  
}

.moduletable ul.menu li a:hover, ul.menu li#current a {
text-decoration: none;
  text-indent: 28px;
color: #9D153B;
background-color: #95b1c0;
}