#info  { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border: 0 }

.menu      { font-family: Arial, sans-serif; position: relative; z-index: 100; width: 580px; height: 27px }
/* hack to correct IE5.5 faulty box model */
* html .menu  { width: 746px; w\idth: 745px }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul      { width: 82px }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li      { position: relative; width: 82px; float: left }
/* style the links for the top level */
.menu a, .menu a:visited           { color: #fffae4; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 20px; text-decoration: none; background-color: #a79c92; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; text-indent: -3px; display: block; padding-left: 3px; width: 75px; height: 20px }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited      { background-color: #a79c92; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; width: 110px; w\idth: 110px     }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited    { background-repeat: no-repeat; background-attachment: scroll; background-position: 130px center }
/* style the second level hover */
.menu ul ul a.drop:hover     { color: #fff; background-color: #a79c92; background-repeat: no-repeat; background-attachment: scroll; background-position: 130px center }
.menu ul ul :hover > a.drop      { color: #fff; background-color: #a79c92; background-repeat: no-repeat; background-attachment: scroll; background-position: 130px center }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited    { color: #fff; background: #a79c92 }
/* style the third level hover */
.menu ul ul ul a:hover    { color: #fff; background: #a79c92 }


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul    { visibility: hidden; position: absolute; top: 20px; left: 0; width: 110px; height: 0 }
/* another hack for IE5.5 */
* html .menu ul ul  { top: 18px; t\op: 23px }

/* position the third level flyout menu */
.menu ul ul ul  { top: -5px; left: 110px; width: 110px }

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left  { left: -110px }

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited     { color: #fff; line-height: 1em; background: #a79c92; padding: 5px 10px; width: 58px; height: auto; border-bottom: 1px solid #bd9750 }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited     { color: #fff; width: 110px; w\idth: 110px    }

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover     { color: #525252; background-color: #ddd; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0 }
.menu :hover > a, .menu ul ul :hover > a    { color: #525252; background: #ddd }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
