.example {
z-index:1000;
font-family: Arial;
font-style : normal;
font-size :9pt;
margin:0px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.example ul {
padding:0;
margin:0;
list-style-type:none;
width:250px;
}
/* hack for IE5.5 */
* html .example ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.example li {
position:relative;
background:#ffffff;
height:20px;
}

/* get rid of the table */
.example table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.example a, .example a:visited {
display:block; 
text-decoration:none;
height:20px;
line-height:20px;
width:250px;
color:#0000c;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .example a, * html .example a:visited {background:#ffffff; width:250px; w\idth:250px;}
/* style the link hover */
* html .example a:hover {color:#CC0000; background:#eeeeee;}

.example :hover > a {
color:#CC0000; 
background:#eeeeee;
}

