<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.menu ul ul a, .menu ul ul a:visited {
background:#fff;/* filter: alpha(opacity=95);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
opacity:0.95;*/
font-size:11px;
line-height:12px; 
font-weight:normal;
color:#000; 
height:1em;
padding:3px 5px; 
width:179px
}
* html .menu ul ul a{
width:180px;
w\idth:179px;
}

.menu a:hover {
color:White; 
}

.menu ul ul a:hover {
color:#000; 
background:#f0f0f0;
line-height:10px;/*
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC; */
}

.menu2 
{w\idth:990px;
}</pre></body></html>