/* default navigation links */
a {color:black; text-decoration:none; font-weight:bold}
a:hover {color:#909090}
:focus {outline:0px solid black}


/* class style rules */


/* begin style specifications for the dropdown menu system */
table.bar {height:10px; margin:0px; margin-left:15px; border:0px; padding:0px;
           background:#CFCFCF; font-size:80%}
tr.bar {background:#CFCFCF}
td.bar {width:90px; margin:0px; border:0px; padding:0px}

table.drop{width:120px; margin:10px; border:4px; padding:0px;
           background:black; font-size:100%;
           position:absolute; visibility:hidden}
tr.drop {background:#CFCFCF}
td.drop {margin:0px; border:px; padding:4px}

/* end style specifications for dropdown menu system */