/* default navigation links */

a {color:black; text-decoration:underline; font-weight:bold}

:focus {outline:0px solid black}

	 #menu {
		position: absolute;
		left:8px;
		top:125px;
		width:120;

  }		

/* class style rules */


/* begin style specifications for the dropdown menu system */
table.bar {height:10px; margin:0px; margin-left:0px; border:0px; padding:0px;
           background:#000000; font-size:70%}
tr.bar {background:#b3b3b3;}
td.bar {width:90px; margin:0px; border:0px; padding:5px; font-family:arial;}
td.bar a { color:#000;}


table.drop{width:120px; margin:10px; border:4px; padding:0px; height:10px;
           background:#a3a3a3; font-size:100%;
           position:absolute; visibility:hidden;}
tr.drop {background:#161E6A;}
td.drop {margin:0px; border:px; padding:4px;}
td.drop a { color:#ffffff;}
td.drop a:hover { color:#A9EFC7;}
a.drop {color:black; text-decoration:none; font-weight:bold;}

/* end style specifications for dropdown menu system */


