.headerMenu {width:100%; height:25px; font-size:0.85em; position:relative; clear:both; z-index:100; background: url(/img/nav.jpg); background-position:bottom;}
/* hack to correct IE5.5 faulty box model */
* html .headerMenu {width:100%; width:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.headerMenu ul {padding:0;margin:0;list-style-type:none;}
.headerMenu ul ul {width:149px;height:25px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.headerMenu li {float:left;position:relative;background: url(/img/nav.jpg); }

/* style the links for the top level */
.headerMenu a, .headerMenu a:visited {display:block;overflow:hidden;font-size:11px;text-decoration:none; color:black; font-weight:bold; height:25px; border:1px solid #fff; border-width:1px 0 1px 1px; border-color:white; padding-left:10px; line-height:24px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .headerMenu a, * html .headerMenu a:visited {width:100%; }

/* style the second level background */
.headerMenu ul ul a.drop, .headerMenu ul ul a.drop:visited {}
/* style the second level hover */
.headerMenu ul ul a.drop:hover{}
.headerMenu ul ul :hover > a.drop {}
/* style the third level background */
.headerMenu ul ul ul a, .headerMenu ul ul ul a:visited {}
/* style the third level hover */
.headerMenu ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.headerMenu ul ul {visibility:hidden;position:absolute;top:31px;left:0; width:100%;border-top:1px solid white;}
/* another hack for IE5.5 */
* html .headerMenu ul ul {top:30px;top:31px;}
.headerMenu ul ul li {border:1px solid #000; border-width:0px 1px 1px 1px; border-color:white;text-align:center; }
/* position the third level flyout menu */
.headerMenu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.headerMenu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.headerMenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.headerMenu ul ul a, .headerMenu ul ul a:visited { color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 0px 0px 0px; border-color:White;}
/* yet another hack for IE5.5 */
* html .headerMenu ul ul a, * html .headerMenu ul ul a:visited {width:150px;width:128px;}

/* style the top level hover */
.headerMenu a:hover, .headerMenu ul ul a:hover{color:#000; background: url(/img/nav.jpg);}
.headerMenu :hover > a, .headerMenu ul ul :hover > a {color:black;font-weight:bold; }
.headerMenu ul ul :hover > a {color:black;font-weight:bold; background: url(/img/white.gif);}

/* make the second level visible when hover on first level list OR link */
.headerMenu ul li:hover ul,
.headerMenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.headerMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.headerMenu ul :hover ul :hover ul{ visibility:visible;}

