.menu {
position:relative;
z-index:1000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
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:135px;
position:relative;
background:#fff;
}

.menu li {
background:transparent;
height:26px;
}
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
color:#0033CC;
text-indent:5px;
background:transparent;
}
.menu a			{width:160px;}
.menu a:visited {width:260px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#fff;}

.menu :hover > a {
color:#14368D; 
background:#fff;
overflow:none;
}

/* 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:137px;
}
/* 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:#F4FFFE;
border:1px dashed #000099;

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;
background:#fff;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#fff;
}
.menu ul.top1 {top:0px;
width:250px;}
.menu ul.top2 {top:26px;
width:250px;}
.menu ul.top3 {top:52px;
width:250px;}
.menu ul.top4 {top:78px;
width:250px;}
.menu ul.top5 {top:104px;
width:250px;}
.menu ul.top6 {top:130px;
width:250px;}
.menu ul.top7 {top:156px;
width:250px;}
.menu ul.top8 {top:182px;
width:250px;}
.menu ul.top9 {top:208px;
width:250px;}
.menu ul.top10 {top:234px;
width:250px;}
.menu ul.top11 {top:260px;
width:250px;}
.menu ul.top12 {top:286px;
width:250px;}
.menu ul.top13 {top:312px;
width:250px;}
.menu ul.top14 {top:338px;
width:250px;}
.menu ul.top15 {top:364px;
width:250px;}
.menu ul.top16 {top:390px;
width:250px;}