<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.menu {
width:100%;
height:20px; 
border-top:1px solid #cccccc;
font-size:0.85em;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
position:relative;
z-index:100;
BACKGROUND: #6F767A url(../Images/web/line_gray.gif);
}

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:180px;
}

.menu li {
float:left;
width:auto; 
position:relative;
}

.menu hr
{
	width: 170px;
	margin: 2px 5px;
	height: 1px;
}

.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#000; 
background: url(../Images/web/line_orange.gif);
padding-right:5px;
padding-left:5px; 
line-height:20px;
border-right: solid 1px #CCC
}

* html .menu a, * html .menu a:visited {
width:auto;
w\idth:auto;
}

.menu ul ul {
visibility:hidden;
position:absolute;
top:19px;
left:0; 
width:180px;
border:1px solid #cccccc;
background: white
}

* html .menu ul ul {
top:18px;
t\op:19px;
border:1px solid #cccccc;
}

.menu table {position:absolute; top:0; left:0;}

.menu ul ul a, .menu ul ul a:visited {
background:transparent url(/images/menu.png);
font-size:11px;
line-height:20px; 
font-weight:normal;
color:#000; 
padding:3px 5px;
width:170px;
}

* html .menu ul ul a{
width:180px;
w\idth:170px;
border:1px solid white;
height: 20px;
}

.menu a:hover {
color:White;
text-decoration:none;
font-weight: bold;
background:transparent; 
}

.menu :hover &gt; a {
color: White
}

DIV.menu ul ul a:hover {
color:#000; 
background:#f0f0f0;
line-height: 12px;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC; 
font-weight: normal;
}

.menu ul ul :hover &gt; a {
color:#000; 
/*background:transparent url(/images/menu.png); */
}

.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/*
.menu ul li:hover ul#test2,
.menu ul a#test:hover ul#test2{
visibility:visible;
}
.menu ul li a :hover ul{
visibility:visible;
}*/

DIV.menu2 {
width:100%;
margin:0px;
height:18px;
padding-bottom:4px;
background-color:#f0f0f0;
border-left:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
position:relative;
z-index:1;
}

.menu2 ul {
height:auto;
padding:0;
margin:0;
list-style-type:none;
}

.menu2 li {
float:left;
width:auto;
height:17px; 
position:relative;
top:4px;
}

.menu2 a, .menu2 a:visited {
display:block;
border-right:1px solid #d8d8d8;
font-size:11px;
text-decoration:none; 
color:#666; 
background:#f0f0f0; 
padding-right:5px;
padding-left:5px; 
line-height:12px;
}

.menu2 a:hover 
{
    color:#000;
    font-weight:bold;
    text-decoration: none
}

.test {color:#666666; background-color:#f0f0f0 !important}
</pre></body></html>