.menulist 
{
margin: 0px;
padding: 1px;
width: 170px;
list-style: none;
color: #333399;
background-color: transparent;
border-style: none;
}

.menulist ul 
{
margin: 0px;
padding: 1px;
width: 150px;
list-style: none;
color: #333399;
background-color: #9999ff;
border-style: none;
display: none;
position: absolute;
top: 0px;
left: 155px;
}

.menulist li 
{
position: relative;
}

.menulist li a 
{

display: block;
color: #333399;
background-color: #9999ff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
text-decoration: none;
padding: 3px 2px 3px 4px;
border: 4px outset #6600cc;
margin: 1px 5px 1px 18px;
}

/* HACKS: MSIE doesn't support transparent borders, mimic with margins */
*+html .menulist li a 
{
border: none;
margin: 1px;
}

* html .menulist li a 
{
border: none;
margin: 1px;
}

.menulist a:link
{
width: 115px;
font-size: 0.6em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333399;
background-color: #ccccff;
padding: 3px 2px 3px 4px;
border: 4px outset #6600cc;
margin: 1px 5px 1px 18px;
}

.menulist a:visited
{
width: 115px;
font-size: 0.6em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333366;
background-color: #ccccff;
padding: 3px 2px 3px 4px;
border: 4px outset #6600cc;
margin: 1px 5px 1px 18px;
} 

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus 
{
width: 115px;
font-size: 0.6em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #CC0000;
background-color: #cc99cc;
padding: 3px 2px 3px 4px;
border: 4px inset #6600cc;
margin: 1px 5px 1px 18px;
}

.menulist a.highlighted 
{
width: 115px;
font-size: 0.6em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #CC0000;
background-color: #ccccff;
padding: 3px 2px 3px 4px;
border: 4px inset #6600cc;
margin: 1px 5px 1px 18px;
}

.menulist a .subind 
{
float: right;
}

/*
 HACKS: IE/Win:
*/
*+html .menulist li 
{
float: left;
height: 1%;
}

*+html .menulist a 
{
height: 1%;
}

* html .menulist li 
{
float: left;
height: 1%;
}

* html .menulist a 
{
height: 1%;
}
/* End Hacks */
