
.menu {
position:relative;
z-index:1000;
font-size:90%;
height:235px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:158px;
position:relative;

}

.menu li {
background:transparent;
}
* html .menu li {margin-left:-16px; margin-left:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
width:158px;
color:#000;
background:transparent;
}
/* style the link hover */
* html .menu a:hover {text-decoration:underline; background:url(/images/subspBg.jpg) 0px 0px no-repeat;}

.menu :hover > a {
background:url(/images/subspBg.jpg) 0px 0px no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */


.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:39px;
width:170px;
}

* html .menu ul ul {
lef\t:59px;
}
/* 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:transparent;
}

.menu ul.breast {top:18px;}
.menu ul.pedi {top:40px;}
.menu ul.geni {top:62px;}
.menu ul.hemaMal {top:87px;}
.menu ul.hema {top:109px;}
.menu ul.gyno {top:132px;}
.menu ul.gastro {top:155px;}
.menu ul.neuro {top:195px;}
.menu ul.lungCancer {top:219px;}
.menu ul.skinCancer {top:242px;}

