BODY {
	color: white; 
	background-color: black;
	font-family: Arial, Sans-Serif;
}

.menuBar {
    position: absolute; top: 3px; left: 5px; height: 15px
    z-index: 1;
    }

TD.menu               { 
	padding-left: 2; 
	padding-right: 2; 
	background-color: black; 
	font-weight: bold; 
	color: #CCCCCC; 
	font-size: 10pt;
	text-align: left;
}

TD.menuHighlight {  
	padding-left: 2; 
	padding-right: 2; 
	background-color: #CCCCCC; 
	font-weight: bold; 
	font-size: 10pt; 
	text-align: left;
}

TD.menu A { 
	text-decoration: none; 
}
TD.menuHighlight A { 
	text-decoration: none; 
	color: black ! important;  
	cursor: pointer;
}

/* proper order for the anchor psuedo styles: link,visted,hover,active */
A:link    { color: #CCCCCC }
A:visited { color:  #CCCCCC }
A:active  { color: #999999 }
A:hover { text-decoration: underline; background-color: #CCCCCC; color: #000000; }


/* Menu related stuff.... */
#MainTable A:hover {
   color: black;
   text-decoration: none;
}
