#BackgroundLayer #NavLayer div.menu { width:841px; height:29px; z-index:100; background: url(webimages/nav-bg.png) no-repeat; padding:0 15px; position:relative}
/* hack to correct IE5.5 faulty box model */
* html #BackgroundLayer #NavLayer .menu {width:842px; w\idth:841px;}
/* remove all the bullets, borders and padding from the default list styling */
#BackgroundLayer #NavLayer div.menu ul {padding:0;margin:0;list-style:none;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#BackgroundLayer #NavLayer div.menu li {float:left;width:120px;position:relative;}
/* style the links for the top level */
#BackgroundLayer #NavLayer div.menu a, #BackgroundLayer #NavLayer div.menu a:visited {display:block;font:11px Helvetica, Arial, sans-serif;text-decoration:none; color:#fff; width:112px; height:20px; padding:10px 0 0; text-align:center; font-weight:bold}
#BackgroundLayer #NavLayer div.menu ul ul a, #BackgroundLayer #NavLayer div.menu ul ul a:visited	{	 font-weight:normal; color:#00a4d8; text-align:left}
/* a hack so that IE5.5 faulty box model is corrected */
* html #BackgroundLayer #NavLayer  .menu a, * html #BackgroundLayer #NavLayer .menu a:visited {width:112px; w\idth:112px;}

/* style the second level background */
#BackgroundLayer #NavLayer div.menu ul ul			{	border:1px solid #00B3F0; border-top:0; width:130px; margin-left:-15px; padding:4px 0 6px; background-image:url(webimages/menu_glass.png);}
#BackgroundLayer #NavLayer div.menu ul ul a.drop, #BackgroundLayer #NavLayer div.menu ul ul a.drop:visited {background:url(webimages/drop-bg.png) no-repeat right center}
#BackgroundLayer #NavLayer div.menu ul ul li a	{width:129px}
/* style the second level hover */
#BackgroundLayer #NavLayer div.menu ul ul a.drop:hover{background:#00a4d8 url(webimages/drop-bg-ovr.png) no-repeat right center}
#BackgroundLayer #NavLayer div.menu ul ul :hover > a.drop {background:#00a4d8 url(webimages/drop-bg-ovr.png) no-repeat right center}
#BackgroundLayer #NavLayer div.menu ul ul a:hover	{	background:#00a4d8; color:#fff}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#BackgroundLayer #NavLayer div.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:149px; height:auto}
/* another hack for IE5.5 */
* html #BackgroundLayer #NavLayer div.menu ul ul {top:29px;t\op:30px; background:#fff}

/* position the third level flyout menu */
#BackgroundLayer #NavLayer div.menu ul ul ul{left:164px; top:-1px; width:149px9; padding:0}
* html #BackgroundLayer #NavLayer .menu ul ul ul	{	left:164px}

/* position the third level flyout menu for a left flyout */
#BackgroundLayer #NavLayer div.menu ul ul ul.left {left:-134px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#BackgroundLayer #NavLayer div.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#BackgroundLayer #NavLayer div.menu ul ul a, #BackgroundLayer #NavLayer div.menu ul ul a:visited {color:#555; height:auto; line-height:1em; padding:5px 10px; width:129px; border-top:1px solid #00B3F0}
/* yet another hack for IE5.5 */
* html #BackgroundLayer #NavLayer .menu ul ul a, * html #BackgroundLayer #NavLayer .menu ul ul a:visited {width:129px;w\idth:130px}

/* style the top level hover */
#BackgroundLayer #NavLayer div.menu a.activ,
#BackgroundLayer #NavLayer div.menu ul li a:hover	{	background:url(webimages/nav-tab.png) no-repeat center bottom; color:#00ACEC !important}
#BackgroundLayer #NavLayer div.menu :hover > a		{	background:url(webimages/nav-tab.png) no-repeat center bottom; color:#00ACEC !important}
* html #BackgroundLayer #NavLayer .menu a.activ		{	color:#00ACEC !important}
* html #BackgroundLayer #NavLayer .menu ul ul a:hover	{	color:#fff !important}
#BackgroundLayer #NavLayer div.menu ul ul a:hover		{	color:#fff; background:#00a4d8 !important}
#BackgroundLayer #NavLayer div.menu ul ul :hover > a	{	background:#00a4d8;color:#fff !important }


/* make the second level visible when hover on first level list OR link */
#BackgroundLayer #NavLayer div.menu ul li:hover ul,
#BackgroundLayer #NavLayer div.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#BackgroundLayer #NavLayer div.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#BackgroundLayer #NavLayer div.menu ul :hover ul :hover ul{ visibility:visible;}

#BackgroundLayer #NavLayer div.menu a.first-link	{	border-top:0}
