a.topmenulink {
color:#444444;
text-decoration:none;
}

div.dropdown {
position:absolute;
top:0px;
left:0px;
}

.dropdown table {
border:1px solid black; /*Menu's inner border*/
font-family:verdana, sans-serif; /*Overall font for Menu*/
font-size:80%;
border-collapse:collapse;
background-color:black;
width:13.672em;
}

.dropdown td {
border-bottom:1px solid black;
border-left:1px solid black;
height:1.25em;
padding:0;
margin:0;
}

.dropdown a { /*Top Menu Links*/
display:block;
color:black;
background-color:#E8E8E8;
text-decoration:none;
text-indent:1ex;
}

.dropdown a:hover {
color:#F9F9F9;
background-color:#CFCFCF;
font-weight:bold;
}

.dropdown a:active	{
text-decoration:none;
}

.dropdown a:visited	{
text-decoration:none;
}

td.heading { /*Characteristics for heading cells in the menu table*/
height:1.719em;
color:white;
font-weight:bold;
text-indent:1ex;
background-color:#170088; /*Background Color for menu headings */
width:11.641em; /*This will be the menu body width.  This (plus #menu3bar width for left and right menus) and 4 times the border width should also be the menu table's approximate width*/
vertical-align:middle;
border-left-color:#170088;
border-left-style:solid;
}
