/*
$RCSfile: menubar.css,v $ $Revision: 1.1 $ $Date: 2002/07/08 03:42:01 $
*/

/*
** CSS for older (e.g. NN4x) browsers
**
** Use with:
**   <link rel="stylesheet" type="text/css" href="default.css" title="Default">
*/

a.menubar {
font: bold 0.7em ariel, helvetica, sans-serif; 
color: #666699;
text-decoration: none;
}

a.menubar:link {
color: #666699;
text-decoration: none;
}

a.menubar:visited {
color: #666699;
text-decoration: none;
}

a.menubar:hover {
color: #666699;
text-decoration: underline;
}

a.menubar:active {
color: #666699;
text-decoration: underline;
}

span.menubar {
   font: bold 0.8em ariel, helvetica, sans-serif;
   color: #333366;
}

