
/*
- Load with:
  <LINK REL=stylesheet HREF="MenuStyles.css" TYPE="text/css">
- The body tag should have topmargin set to 9 for these settings 
  (for top of page) to line up the menu on the bar in IE.
- The Left position in menu titles and items must be positioned 
  manually. The top position is defined here (except for index.html 
  which uses a different top).
- Classes menuDropOne and menuLinkOne are for menu titles that have 
  no sub items. They place the sub item over the title.

FF8C00 = 255 140 0 = lightish orange
CD853F = 205 133 63 = tan
000000 = Black
FFFFFF = White

Previous:
.menuTitle { background-color: #FF8C00; position: absolute; top: 15; }
*/

.menuTitle { position: absolute; top: 15; }
.menuDropArea { background-color: #CD853F; position: absolute; 
  top: 34; visibility: hidden; }
.menuDropOne { background-color: #CD853F; position: absolute; 
  top: 15; visibility: hidden; }
A.menuLink { position: relative; TEXT-DECORATION: none; 
  color: #000000; }
A.menuLinkOne { position: relative; TEXT-DECORATION: none; 
  color: #FFFFFF; }
