
.menu { height:40px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* 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:104px;}

/* 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:104px;position:relative;margin-right:2px}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#8f8f8f; width:104px; height:35px; line-height:30px; font-weight:bold; text-align:center; padding-top:5px;}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:104px; w\idth:104px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ac422a;}


/* style the second level hover */
.menu ul ul a.drop:hover{color:#ffffff; background:#ac422a;}
.menu ul ul :hover > a.drop {color:#ffffff; background:#ac422a;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ac422a;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#ac422a; color:#FFF}


/* 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:40px;left:0; width:179px;border-top:2px solid #e3e3e3;}

/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:30px;}

/* position the third level flyout menu */
.menu ul ul ul{left:188px; top:-2px; width:179px;}

* html .menu ul ul ul{left:188px;l\eft:192px}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-179px;}

/* 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:#ac422a; color:#fff; height:auto; line-height:20px; padding:7px 10px; width:170px; font-weight:normal; text-align:left;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:178px;w\idth:158px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#ac422a;background-image:url(../images/menuHover.jpg);}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#00458a; background-image:url(../images/menuHover.jpg);}

/* 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; }

/* sub-hover for ff */
.menu ul li:hover ul li a:hover { color:#FFF; }
/* sub-hover for ie */
.menu ul li ul a:hover{	color:#69F}


/* 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;}
