A:hover {
   color : red; 
   text-decoration : underline; 
}


A#menu:hover {
   color : white; 
   background-color : #000080; 
   text-decoration : none; 
}


#menu {
   color : #000000; 
   background-color : #bfbfbf; 
   text-decoration : none; 
}


A#ad:hover {
   color : #003999; 
   text-decoration : none; 
}


#ad {
   color : #003999; 
   text-decoration : none; 
}


A {
   color : #003399; 
   text-decoration : none; 
}


.toolbar {
   font-weight : bold; 
   font-family : Arial Narrow; 
   color : black; 
   background-color : #bfbfbf; 
}


.popupmenu {
   font-weight : bold; 
   font-family : Arial Narrow; 
   color : black; 
   background : #bfbfbf; 
   border-style : outset; 
   display : none; 
   position : absolute; 
}
