#menu { width: 600; background: #eee; float: left; }

    #menu ul { list-style: none; margin: 0; padding: 0; width: 170px; float: left;
    } 

    #menu a, #menu h2
      { font: bold 12px/16px verdana, helvetica, sans-serif;
      display: block; border-width: 1px; border-style: solid;
      border-color: #ffffff #ffffff #ffffff #ffffff;
      margin: 0; padding: 2px 3px; } 

    #menu h2 { color: #ffffff; background: #019935; text-transform: uppercase;
    } 

    #menu a { color: #ffffff; background: #019935; text-decoration: none; }

    #menu a:hover { color: #000; background: #bbbbbb; }

    #menu li {position: relative;} 

    #menu ul ul { position: absolute; z-index: 500; }

    #menu ul ul ul { position: absolute; top: 0; left: 100%; } 

    div#menu ul ul,
    div#menu ul li:hover ul ul,
    div#menu ul ul li:hover ul ul
      {display: none;} 

    div#menu ul li:hover ul,
    div#menu ul ul li:hover ul,
    div#menu ul ul ul li:hover ul
      {display: block;} 

A {
	FONT-SIZE: 10pt; COLOR: #804000; FONT-FAMILY: verdana; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 10pt; COLOR: #804000; FONT-FAMILY: verdana; TEXT-DECORATION: underline
}
.link { FONT-SIZE: 10pt; COLOR: 804000; FONT-FAMILY: Verdana; TEXT-DECORATION: none ; clip:  rect(   ); font-style: normal; line-height: normal; font-weight: bold}
.hover { FONT-SIZE: 10pt; COLOR: 804000; FONT-FAMILY: Verdana; TEXT-DECORATION: underline; clip: rect( ); font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: capitalize }

BODY {
scrollbar-face-color:#000099;
scrollbar-highlight-color:#AA5522;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#FFFF00;
scrollbar-track-color:#E0E0E0;
}
