body {
behavior: url(/csshover.htc);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #FF0000;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #1f477b;
}

#leftMenu {
background: #1f477b;
float: center;
padding: 0;
}

#leftMenu ul {
list-style: none;
margin: 0;
padding: 0;
padding-left: 10;
padding-right: 10;
float: left;
width: auto;
text-align: left;
}

#leftMenu ul li ul{
left: 0;
padding: 0;
position: absolute;
width: 170px;
background: #117cb2;
padding: 9px;

}

*html leftMenu ul li ul{
filter: alpha(opacity=98);
opacity: 0.98;
}


#leftMenu ul li a {
font: bold 12px arial, helvetica, sans-serif;
list-style: none;
display: block;
margin: 0;
padding: 0;
overflow: hidden;
text-align: center;
padding-right: 5;
padding-left: 5;
}

#leftMenu ul li.menu1 a {
border-left: none;
}

#leftMenu ul li ul li a {
font: bold 11px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 3;
text-align: left;
background: #117cb2;
text-decoration: none;
border-left: none;
border-bottom: 1px solid #111;
}

#leftMenu a {
font: bold 10px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2;
color: #ffffff;
white-space: nowrap;
text-decoration: none;
}

#leftMenu a:hover {
color: white;
background: #1f477b;
}

#leftMenu ul li ul li a:hover {
color: #000000;
background: white;
}

*html leftMenu ul li ul li a:hover {
filter: alpha(opacity=98);
opacity: 0.98;
}


.leftMenuHighlight {
color: white;
background: #1f477b;
}


#leftMenu li {
position: relative;
}

#leftMenu ul ul {
position: absolute;

z-index: 500;
}

#leftMenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}


div#leftMenu ul ul,
div#leftMenu ul li:hover ul ul,
div#leftMenu ul ul li:hover ul ul
{display: none;}

div#leftMenu ul li:hover ul,
div#leftMenu ul ul li:hover ul,
div#leftMenu ul ul ul li:hover ul
{display: block;}


/* Fix IE. Hide from IE Mac */
* html #leftMenu ul li { float: left; height: 1%; width: 1%;}
* html #leftMenu ul li ul li{ float: left; height: 1%; width: 100%;}
* html #leftMenu ul li a { height: 1%;}
/* End */
