/*****
*
*	Sacoiwa Menu Cascading Style Sheet
*
*	Fri Mar 19 14:14:04 EST 2004 - F Harvell
*
*****
*
*	Copyright &copy; 2000 - 2008 First Time Software
*
*	All rights reserved worldwide. Usage rights have been granted
*	to the website owner according to the terms and conditions of
*	the Sacoiwa License Agreement.
*
*****
*
* Version 4.0, $Id: menu.css 1724 2008-09-12 19:08:57Z fharvell $
*
*****/


/* menu */

.menu { font-family:Verdana,Arial,sans-serif; }

div.menu div a { text-decoration:none; color:#000; }
div.menu div a:focus, div.menu div a:active, div.menu div a:hover, div.menu div a.active { color:#03C; }

div.menu div.level { vertical-align:middle; padding:2px 5px; margin:0; }

div.menu div.zero a { font-size:10pt; font-weight:bold; }
div.menu div.one a { font-size:9pt; font-weight:bold; }
div.menu div.two a { font-size:8pt; font-weight:bold; }
div.menu div.three a { font-size:8pt; font-weight:normal; }
div.menu div.four a { font-size:7pt; font-weight:bold; }
div.menu div.five a { font-size:7pt; font-weight:normal; }
div.menu div.six a { font-size:6pt; font-weight:bold; }
div.menu div.seven a { font-size:6pt; font-weight:normal; }

div.menu div li ul { display:none; position:absolute; top:1em; left:0; }
div.menu div li > ul { top:auto; left:auto; }
div.menu div li:hover ul, div.menu div li.over ul { display:block; }

@media print {
  div.menu { display:none; }
}

