* html .menu {background:#e0d9d6; height:20px; position:relative; top:-8px; margin:0; padding:0;}
.menu {height:26px; position:relative; z-index:100; background:#f4ebe7 url('../images/nav-bg.gif') repeat-x; padding-top:2px; border-bottom:2px solid #d0c9c6; margin:0 0 0 1px;}
html>/**/body .menu {height:26px; position:relative; z-index:100; background:#f4ebe7 url('../images/nav-bg.gif') repeat-x; padding-top:2px; border-bottom:2px solid #d0c9c6; margin:0 0 0 1px;}
/* hack to correct IE5.5 faulty box model */
/* 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:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative; border-right:2px solid #bdb4b0; height:26px; width:122px;}
* html .menu li {float:left; position:relative; border-right:2px solid #bdb4b0; height:16px; width:120px;}
/* style the links for the top level */
.menu a{display:block;font-size:12px;text-decoration:none; color:#040472; height:20px; padding:0px 8px 6px 8px; line-height:26px; font-weight:bold;}
* html .menu a{display:block;font-size:10px;text-decoration:none; color:#040472; height:16px; padding:2px 8px 2px 8px; line-height:22px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}
.menu li ul li {border:none; height:auto; padding:0px;}
* html .menu li ul li a{font-size:11px;}
.menu li ul li a{font-size:12px;}
.menu li ul li a:hover{text-decoration:underline; color:white;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:red;}
/* style the second level hover */
.menu ul ul a.drop:hover{color:white;}
.menu ul ul :hover > a.drop {color:white;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

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

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

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

/* 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 {background:#040472 10px center no-repeat; height:auto; line-height:1.3em; padding:6px 8px 6px 8px; width:180px; font-weight:normal; color:white; border-top:1px solid white;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:118px;w\idth:118px; background:#040472;}

/* style the top level hover */
.menu a:hover {background:#040472; color:white;}
.menu ul ul a:hover{color:white; background:#040472 10px center no-repeat; color:white; font-weight:normal;}
.menu :hover > a {background:#040472; color:white;}
.menu ul ul :hover > a {color:white; background:#040472 10px center no-repeat;}

/* 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;}
