/*overall menu properties*/
.menu {text-align: center; width:630px; height:25px; position:relative; z-index:100;border-right:1px solid #d4d4d4; float:left}
* html .menu {width:630px; w\idth:630px;}/*correct IE5.5 faulty box model */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu li {float:left; position:relative;} 

/*ie6 hovering*/
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
.menu ul li a:hover {visibility:visible; color:#ffffff; background: url('/Images/HomePage/headerBUTTONhover.png'); position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/;}
.menu ul li a:hover ul {visibility:visible; color:#ffffff; background: url('/Images/HomePage/headerBUTTONhover.png'); display:block; position:absolute; z-index:999; top:2.1em; left:0; margin-top:0.1em;}


/*default for all anchors in menu*/
.menu a, .menu a:visited {color:#ffffff; display:block; background: url('/Images/HomePage/headerBUTTONnormal.png'); text-decoration:none; height:24px; border:1px solid #d4d4d4; border-width:1px 0 1px 1px; line-height:23px; } /*line-height = height here- 1; height here = menu height - 1*/
.menu a:hover, .menu :hover > a {color:#ffffff; background: url('/Images/HomePage/headerBUTTONhover.png');}


/*sub menu */
.menu ul ul a, .menu ul ul a:visited {text-align: left; background:#e2e2e2; color:#000000; height:auto; line-height:1em; padding:5px 10px; border:1px solid #cfcfcf; border-width:0 1px 1px 1px;}
.menu ul ul a:hover, .menu ul ul :hover > a {color:#ffffff; background:#9ebab7;}
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#00000 url('/Images/General/link_arrow.gif') no-repeat 100px center;}
.menu ul ul a.drop:hover{background:#f0f0f0 url('/Images/General/link_arrow.gif') no-repeat 100px center;}
.menu ul ul :hover > a.drop {background:#f0f0f0 url('/Images/General/link_arrow.gif') no-repeat 100px center;}

/* sub sub menu */
.menu ul ul ul a, .menu ul ul ul a:visited {text-align: left; background:#f0f0f0;}
.menu ul ul ul a:hover {background:#f0f0f0;}


/* 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:25px;left:0px; border-top:1px solid #cfcfcf;} /*top here should be menu height*/
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}

/* position the sub sub flyout menu */
.menu ul ul ul{left:116px;/*760 for full width*/ top:-1px; }
/* position the sub sub flyout menu for a left flyout */
.menu ul ul ul.left {left:-116px;}






/* 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;}

</style>
