div.menu { clear: both; height:28px; font-size:1.2em; font-weight: bold; position:relative; margin: 0 0 0 -12px; z-index:100; padding: 12px 0 0 0; text-transform: uppercase; text-align: left; white-space:nowrap; }
/* hack to correct IE5.5 faulty box model */
/* html div.menu {width:746px; w\idth:745px;}*/
/* remove all the bullets, borders and padding from the default list styling */
div.menu ul {padding:0;margin:0;list-style-type:none;}
div.menu ul ul {background: #cccccc; width:237px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
div.menu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
div.menu a, div.menu a:visited {display:block;text-decoration:none; color:#fff; width:auto; height:12px; padding: 7px 12px; line-height:12px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html div.menu a, * html div.menu a:visited {width:auto; w\idth:auto;}
div.menu a:hover {text-decoration:none;}

/* style the second level background */
div.menu ul ul a.drop, div.menu ul ul a.drop:visited {background:#cccccc url(images/drop.gif) right 50% no-repeat;}
div.menu ul ul li { background: #cccccc; }
/* style the second level hover */
div.menu ul ul a.drop:hover{background:#b0b0b0 url(images/drop.gif) right 50% no-repeat;}
div.menu ul ul :hover > a.drop {background:#b0b0b0 url(images/drop.gif) right 50% no-repeat;}
/* style the third level background */
div.menu ul ul ul a, div.menu ul ul ul a:visited {background:#598EB7;color:#FFFFFF;}
/* style the third level hover */
div.menu ul ul ul a:hover {background:#b0b0b0;}
#access div.menu ul ul ul a.drop {background: #cccccc;}
#access div.menu ul ul ul a:hover {background: #b0b0b0;}

/* hide the sub levels and give them a position absolute so that they take up no room */
div.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:237px;border-top:1px solid #333333;}
/* another hack for IE5.5 */
* html div.menu ul ul {top:26px;t\op:27px;}

/* position the third level flyout menu */
div.menu ul ul ul{left:213px; top:-1px; /*width:auto;*/}

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

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

/* style the second level links */
div.menu ul ul a, div.menu ul ul a:visited {color:#333333; height:auto; font-size: 0.85em; line-height:1em; padding:5px 10px; width:217px; font-weight: bold; }
/* yet another hack for IE5.5 */
* html div.menu ul ul a, * html div.menu ul ul a:visited {width:217px;w\idth:197px;}

/* style the top level hover */
div.menu a:hover, div.menu ul ul a:hover{color:#fff; background:#333333;}
div.menu :hover > a, div.menu ul ul :hover > a {color:#fff;background:#333333;}

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

div.menu ul ul { border-top: 1px solid #333333; background:#cccccc; text-transform: none; color: #333333; }
div.menu ul ul ul { top: -1px; border-top: none; }
div.menu ul ul ul li  a { width: auto; }