.menu {
	width:121px;
	height:32px;
	font-size:11px;
	position:relative;
	z-index:99;
    float:left;
    text-align:center;
   
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:112px; w\idth:112px;}
/* 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:121px;text-align:left;}
/* 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:121px;position:relative;}




/* TEXT - MENU MAIN NAV TEXT COLOUR - BASE LINE ON MAIN MENU*/ 
/* COLOUR - MAIN NAV BACKGROUND COLOUR */
/* WIDTH - MAIN NAV AND BACKGROUND COLOUR BOTTOM WIDTHS ARE THE PC BUG FIX */

/* style the links for the top level  */
.menu a, .menu a:visited {display:block;font-size:1.0em;text-decoration:none; color:#FFF; width:121px; height:32px; border:0px  solid #D5D3D3; border-width:0px 0px 0px 0px;  background:url(images/econ_navbg.gif); padding-left:0px; line-height:32px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:121px; w\idth:121px;}



/* COLOUR - ONLY THE DROPDOWN WITH THE FLYOUT ARROW */

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



/* COLOUR 2nd - HOVER BACKGROUND -ONLY THE DROPDOWN WITH THE FLYOUT ARROW MAC ONLY */
/* COLOUR 1st - UNKNOWN */
/* style the second level hover */
.menu ul ul a.drop:hover{background:#FCCA00 url(images/econ_dropon.gif) bottom right no-repeat;color:#444;}
.menu ul ul :hover > a.drop {background:#FCCA00 url(images/econ_dropon.gif) bottom right no-repeat;color:#444;}


/* COLOUR - THE FLYOUT BACKGROUND */

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFE721;color:#444;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#FCCA00;}


/* DROP MENU OFFSET FROM MAIN MENU - MAC ONLY*/

/* 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:32px;left:0; width:108px;border-top:0px solid #000;}

/* DROP MENU OFFSET FROM MAIN MENU - PC ONLY*/
/* another hack for IE5.5 */
* html .menu ul ul {top:32px;t\op:32px;}



/* FLYOUT STUFF */
/* position the third level flyout menu */
.menu ul ul ul{left:121px; top:-0px; width:121px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-121px;}
/* 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;;}
/* FLYOUT STUFF END */


/* COLOUR - DROPDOWN BACKGROUND */
/* COLOUR - DROPDOWN TEXT COLOUR */
/* WIDTH - THIS ONE BELOW FOR DRQPDOWN WIDTH AND PADDING */
/* TEXT - ACTIVE COLOUR */
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#0046ae; color:#FFF; height:auto; line-height:1em; padding:8px 0px 8px 10px; width:111px;border-width:0px 0px 1px 0px;border-color:#D5D3D3;}
/* yet another hack for IE5.5 DROPDOWN WIDTH */
* html .menu ul ul a, * html .menu ul ul a:visited {width:111px;w\idth:111px;}


/* COLOUR - HOVER BACKGROUND - MAIN NAV AND BACKGROUND - First line nothing */

/* style the top level hover FIRST PC second MAC */



.menu a:hover, .menu ul ul a:hover{color:#444444; background:#FCCA00;}
.menu :hover > a, .menu ul ul :hover > a {color:#444444; background:#FCCA00;}


.menu a:hover, .menu ul a:hover{color:#FFE721; background:#0046ae;}
.menu :hover > a, .menu ul :hover > a {color:#FFE721; background:#0046ae;}



/* OTHER STUFF */
/* 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;}


