.menu {
position:relative; 
z-index:1000;
font-size:90%;
font-family: Trebuchet MS;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:193px;
margin-top: 2px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; 
ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
width:193px;
}

.menu ul li {
float: left;
}

/* get rid of the table */
table {position:absolute; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, 
.menu a:visited {
display:block; 
text-decoration:none;
height:26px;
font-size: 12px;
line-height:26px;
width:193px;
color:#fff;
text-indent:20px;
border:5px dotted #ccc;
border-width:0 0px 2px 0;
}

/* hack for IE5.5 */
* html 
.menu a, * html .menu a:visited {width:194px; w\idth:193px;}
/* style the link hover */
.menu ul li a:hover{
color:#fff; 
background-image: url("/gfx/nav_hover.gif");
background-repeat: no-repeat;
}

.menu ul li a.active {
color:#fff; 
background-image: url("/gfx/nav.gif");
background-repeat: no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul,
.menu ul :hover ul{
visibility:hidden;
position:absolute;
}

.menu b {
color: #c33;
padding-right: 10px;
}