
/* hack to correct IE5.5 faulty box model */
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {height:39px; list-style:none; margin:0px; padding:0px;}
.menu ul ul {/*width:149px;*/ }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; height:39px; margin: 0px; /*background: url("nav_divider.gif") no-repeat right top;/*width:149px;*/position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	float:left; /*text-decoration:none; color:#888888; padding: 0px 10px 0px 10px; margin-right: 0px;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {/*width:149px;*/ /*w\idth:138px;*/ }

.menu ul ul { height:39px; }
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {/*background:#d4d8bd url("grey-arrow.gif") no-repeat 130px center;*/ }
/* style the second level hover */
.menu ul ul a.drop:hover{/*background:#c9ba65 url("blue-arrow.gif") no-repeat 130px center;*/}
.menu ul ul :hover > a.drop {/*background:#c9ba65 url("blue-arrow.gif") no-repeat 130px center;*/}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {font-size:14px; height:39px; width:112px; margin:0 auto; /*border: solid #666600 1px; /*background-image: url("bg_navbar.gif");*/}
/* style the third level hover */
.menu ul ul ul a:hover {/*background: url("nav_divider_over.gif") repeat-x; */color:#FBCB00; height:39px;}

/* 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:39px; top:0px; left:0px; /*width:149px;border-top:1px solid #000;*/}
/* another hack for IE5.5 */
* .menu ul ul {top:35px;t\op:35px;}

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

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

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {font-size:12px; height:39px; margin:0 auto; vertical-align:middle; background-color:#FFFFFF; width:150px; border-top: solid #DDDDDD 1px; /*background-image: url("bg_navbar.gif");*/ }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {/*width:150px;w\idth:128px;*/  }
.menu ul ul a {/*width:150px;w\idth:128px;*/ padding: 0px 10px 0px 10px; }

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FBCB00; height:39px;  }
.menu :hover > a, .menu ul ul :hover > a {/*background: url("nav_divider_over.gif") repeat-x;*/ color:#FBCB00; height:39px; }

/* 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_active {/*background: url("bg_navbar_active.gif") repeat-x;*/ color:#FBCB00; height:39px;}




