.menu{width:900px;height:31px;position:relative;z-index:100;font-family:tahoma,arial,sans-serif;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul{padding:0;margin:0;list-style-type:none;text-align:center;}
.menu ul ul{margin:0;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:128px;*/position:relative;}
.menu ul ul li{width:120px;}
/* style the links for the top level */
.menu a{display:block;font-size:11px;text-decoration:none;color:#666;width:128px;height:31px;line-height:25px;text-transform:capitalize;background:url(images/menu_home.jpg) no-repeat top;text-indent:-999em;}
.menu a:visited{color:#666;}
.menu1 a{width:140px;}
.menu2 a{width:123px;}
.menu3 a{width:125px;}
.menu4 a{width:124px;}
.menu5 a{width:123px;}
.menu6 a{width:124px;}
.menu7 a{width:141px;}

/* 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:31px;left:8px;width:124px;}

/* 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:#E9E8E4;height:auto;line-height:18px;padding:4px 10px 7px;width:100px;text-indent:0;}

/* style the top level hover*/
.menu a:hover{background:#fff url(images/menu_home.jpg) no-repeat top;}
.menu1 a,.menu1 a:hover{background-image:url(images/menu_home.jpg);}
.menu2 a,.menu2 a:hover{background-image:url(images/menu_keyprograms.jpg);}
.menu3 a,.menu3 a:hover{background-image:url(images/menu_platform.jpg);}
.menu4 a,.menu4 a:hover{background-image:url(images/menu_partnering.jpg);}
.menu5 a,.menu5 a:hover{background-image:url(images/menu_coporate.jpg);}
.menu6 a,.menu6 a:hover{background-image:url(images/menu_investors.jpg);}
.menu7 a,.menu7 a:hover{background-image:url(images/menu_contact.jpg);}

/* style the second level hover */
.menu ul ul a:hover{color:#F05307;background:#F9F9F9 url(images/spacer.gif);}
.menu ul ul :hover > a{color:#F05307;background:#F9F9F9;}

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

#Image1{display:block;width:428px;height:45px;background:url(images/home_asx_button.png) top;}
#Image1:hover{display:block;width:428px;height:45px;background:url(images/home_asx_button.png) bottom;}