.menu {width:983px; height:42px; font-size:0.85em; position:relative; z-index:100; background:url('images/nav-bg.gif') repeat-x; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:983px; w\idth:983px; background:#0b57c2;}
/* 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:137px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:136px;position:relative; border-right:2px solid white; height:40px;}
/* style the links for the top level */
.menu a, .menu a:visited {text-transform:uppercase; display:block;font-size:11px;text-decoration:none; color:#fff; width:126px; height:40px; background:#0b57c2; padding-left:10px; line-height:29px; font-weight:bold;}
.menu li.donate a, .menu li.donate a:visited {text-transform:uppercase; display:block;font-size:11px;text-decoration:none; color:#fff; width:126px; height:40px; background:#660000; padding-left:10px; line-height:29px; font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:136px; w\idth:125px;}
.menu li ul li {border:none; height:auto;}
.menu li ul li a:hover{text-decoration:underline;}
/* 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{}
.menu ul ul :hover > a.drop {}
/* 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:31px;left:0; width:136px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

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

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

/* 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:#76a1dd url('images/dropdown-bullet.gif') 10px center no-repeat; height:auto; line-height:1em; padding:5px 5px 5px 17px; width:114px; font-weight:normal;}

.menu ul ul a.underline, .menu ul ul a.underline:visited {background:#76a1dd url('images/dropdown-bullet.gif') 10px center no-repeat; height:auto; line-height:1em; padding:5px 5px 5px 17px; width:114px; font-weight:normal; text-decoration: underline}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:135px;w\idth:114px;}
* html .menu ul ul a.underline, * html .menu ul ul a.underline:visited {width:135px;w\idth:114px;}

/* style the top level hover */
.menu a:hover {background:#76a1dd;}
.menu ul ul a:hover{color:#fff; background:#76a1dd url('images/dropdown-bullet.gif') 10px center no-repeat;}
.menu :hover > a {background:#76a1dd;}
.menu ul ul :hover > a {color:#fff; background:#76a1dd url('images/dropdown-bullet.gif') 10px center no-repeat;}

.menu a.underline:hover {background:#76a1dd;}
.menu ul ul a.underline:hover{color:#fff; background:#76a1dd url('images/dropdown-bullet.gif') 10px center no-repeat;}
.menu :hover > a.underline {background:#76a1dd;}
.menu ul ul :hover > a.underline {color:#fff; background:#76a1dd url('images/dropdown-bullet.gif') 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;}

.menu ul li:hover ul,
.menu ul a.underline: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;}
