/* this is to get rid of the default outline on links in IE5.x/Mac and any other browsers that recognize the outline:none style rule. */
 
a {
outline: none;
}
 
.menu a:link {
color: black;
text-decoration: none;
}
.menu a:visited {
color: black;
text-decoration: none;
}
 
td.menu {
background-color: #CCCCCC;
color: blue;
height: 15px;
font-family: verdana, sans-serif;
font-size: 10px;
padding-left: 3px;
border: 1px solid #003366;
}
 
 
 

/* The styles for the dropdown menu item ID selectors */
 
#mainmenu {
 position: absolute;
 z-index: 1;
 left: 10px;
 top: 165px;
 height: 30px;
 visibility: visible;
 
 }
 
#a, #b, #c, #d, #e, #f{
 position: absolute;
 z-index: 4;
 width: 152px;
 visibility: hidden;
 }
