
.menulist, .menulist ul {
 border-left:1px solid #036; border-right:1px solid #036; border-top:1px solid #036; border-bottom:0px solid #036; margin:0; padding:0; width: 150px;
 background: #F20; list-style-type:none
}

.menulist ul {
 position: absolute;
 top: 0;
 left: 155px;
 display: none;
}

.menulist li {
 position: relative;
 border-bottom: 1px solid #F3A;
}

.menulist a {
 display: block;
 padding: 3px;
 color: #036;
 text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover {
 color: #FFF;
 background-color: #F20;
}
.menulist a.highlighted {
 color: #F3A;
 background-color: #CDE;
}

.menulist a .subind {
 float: right;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

.menudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 border: 2px outset #FFFFCC;
 border-color: #58040A #666633 #666633 #;
 background-color: #F20A1B; layer-background-color: #F43744;
 padding: 5px;
 font: 14px/22px Arial, Helvetica;
}



.menudiv .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 2px dashed #999966;
 margin-bottom: 5px;
}

.menudiv a {
 display: block;
 border-top: 1px solid #CCCC99;
 border-right: 1px solid #CCCC99;
 border-bottom: 1px solid #CCCC99;
 border-left: 1px solid #CCCC99;
 color: #003333;
 text-indent: 5px;
 text-decoration: none;
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menudiv a:hover {
 border: 1px solid #336699;
 border-color: #6699CC #003366 #003366 #6699CC;
 background-color: #336699;
 color: #FFFFFF;
}
.menudiv a:active {
 border: 1px solid #003366;
 border-color: #000000 #3366CC #3366CC #000000;
 background-color: #003366;
 color: #FFFFFF;
}

.menudiv .highlighted {
 background-color: #336699;
 border-color: #336699;
 color: #FFFFFF;
}

.trigger a {
 font: Bold 14px Arial, Helvetica, sans-serif;
 color: #003366;
 text-decoration: none;
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #CC9966;
}



b, strong {
 font-weight: bold;
}