
#menu {position:relative; margin:0px 0px 0px 0px; clear:both; font-weight:normal; text-align:left; width:178px; position:relative;}
/* hack to correct IE5.5 faulty box model */

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {padding:0;margin:0 0 0 0px;list-style-type:none;}
#menu ul li {font-weight:bold;}
#menu ul li ul li {font-weight:normal;}
#menu ul ul {width:178px;}
/* 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:178px;position:relative;}
/* style the links for the top level */
#menu a {display:block; text-decoration:none; color:#666666; padding:5px 3px 5px 8px; margin:0px; border-bottom:2px #FFFFFF solid; width:178px;  background:#CCCCCC url(../images/navbg-off.gif) bottom right no-repeat; }
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {width:178px; w\idth:177px;}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {background:#91B6CF url(../images/drop.gif) bottom right no-repeat;}

/* style the second level hover */
#menu ul ul a.drop:hover{background:#86AFCF url(../images/drop.gif) bottom right no-repeat;}
#menu ul ul :hover > a.drop {background:#86AFCF url(../images/drop.gif) bottom right no-repeat;}

/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {background:#91B6CF;}

/* style the third level hover */
#menu ul ul ul a:hover {background:#86AFCF;}

/* 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:0px;left:189px; width:190px;border-top:1px #666666 solid; }
* html #menu ul ul {visibility:hidden;position:absolute;height:0;top:-10px;left:178px; border-top:1px #666666 solid; }

/* another hack for IE5.5 */


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

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

/* 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 {background:#CCCCCC; color:#666666; height:auto; line-height:1.3em; font-weight:bold; padding:5px 10px 6px 10px; width:168px;border:1px #666666 solid;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html #menu ul ul a {width:190px;w\idth:168px;}

/* style the top level hover */
#menu li a:hover {color:#fff; background:#6699CC;}

/* 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; background:#86AFCF;}

/* keep the third level hidden when you hover on first level list OR link */

#menu ul :hover ul ul{visibility:hidden;background:#86AFCF;}

/* make the third level visible when you hover over second level list OR link */

#menu ul :hover ul :hover ul{ visibility:visible;background:#86AFCF;}



