.menu {
	width:170px;
	height:30px;
	font-size:10px;
	position:relative;
	z-index:99;
	border-bottom:0px solid #ffffff;
    float:left;
    font-family: verdana, arial, helvetica, "bitstream vera sans", sans-serif;
  
    
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:161px; w\idth:161px;}
/* 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:170px;}
/* 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:170px;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:11px;text-decoration:none; color:#FFFFFF; width:161px; height:30px; border:0px  solid #D5D3D3; border-width:0px 0px 0px 0px;  background:url(images/econ_navbg.gif); padding-left:9px; line-height:25px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:161px; w\idth:161px;}


/* 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:30px;left:0; width:170px;border-top:0px solid #000;}

/* DROP MENU OFFSET FROM MAIN MENU - PC ONLY*/
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:30px;}


/* 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:#4b5457; color:#FFFFFF; height:auto; line-height:1em; padding:10px 0px 10px 9px; width:161px;border-width:0px 0px 1px 0px;border-color:#8fd400;}
/* yet another hack for IE5.5 DROPDOWN WIDTH */
* html .menu ul ul a, * html .menu ul ul a:visited {width:161px;w\idth:161px;}


/* 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:#8fd400; background:#4b5457;}
.menu :hover > a,  ul ul :hover > a {color:#8fd400; background:none;}


/* 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;}




























.menu2 {
	width:114px;
	height:30px;
	font-size:10px;
	position:relative;
	z-index:99;
	border-bottom:0px solid #ffffff;
    float:left;
    font-family: verdana, arial, helvetica, "bitstream vera sans", sans-serif;

    
    
}
/* hack to correct IE5.5 faulty box model */
* html .menu2 {width:105px; w\idth:105px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu2 ul ul {width:114px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {float:left;width:105px;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  */
.menu2 a, .menu2 a:visited {display:block;font-size:11px;text-decoration:none; color:#FFFFFF; width:114px; height:30px; border:0px  solid #D5D3D3; border-width:0px 0px 0px 0px;  background:url(images/econ_navbg.gif); padding-left:9px; line-height:25px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {width:105px; w\idth:105px;}


/* 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 */
.menu2 ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:113px;border-top:0px solid #000;}

/* DROP MENU OFFSET FROM MAIN MENU - PC ONLY*/
/* another hack for IE5.5 */
* html .menu2 ul ul {top:30px;t\op:30px;}


/* COLOUR - DROPDOWN BACKGROUND */
/* COLOUR - DROPDOWN TEXT COLOUR */
/* WIDTH - THIS ONE BELOW FOR DRQPDOWN WIDTH AND PADDING */
/* TEXT - ACTIVE COLOUR */
/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {background:#4b5457; color:#FFFFFF; height:auto; line-height:1em; padding:10px 0px 10px 9px; width:105px;border-width:0px 0px 1px 0px;border-color:#8fd400;}
/* yet another hack for IE5.5 DROPDOWN WIDTH */
* html .menu2 ul ul a, * html .menu2 ul ul a:visited {width:105px;w\idth:105px;}


/* COLOUR - HOVER BACKGROUND - MAIN NAV AND BACKGROUND - First line nothing */

/* style the top level hover FIRST PC second MAC */


.menu2 a:hover, .menu2 ul ul a:hover{color:#8fd400; background:#4b5457;}




.menu2 :hover > a,  ul ul :hover > a {color:#8fd400; background:none;}


/* OTHER STUFF */
/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{ visibility:visible;}