BODY {
	scrollbar-3d-light-color: white;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: #014581;
	scrollbar-face-color: #7A95B8;
	scrollbar-highlight-color: #79A5CD;
	scrollbar-shadow-color: #082F6D000;
	scrollbar-track-color: #7A95B8;
    font-family: sans-serif;
    font-size: 11px;
    color: #082F6D000;
    text-decoration: none;
    font-weight: normal;
    margin:0.5em 0.5em 0.5em 1.0em;
    font-size: 100%
}
.style2 {font-family: Verdana; font-style: normal}
DIV.middle { margin-left: 5px; margin-right: 5px }

.topMenu TD				 {background: images/page-bg.gif}
.topLinks P, TD      { color: #09357A; font-size: 13px; text-decoration: none; font-weight: bold }
#topLinks a:link     { color: #09357A; font-size: 13px; text-decoration: none; font-weight: bold }
#topLinks a:visited  { color: #09357A; font-size: 13px; text-decoration: none; font-weight: bold }
#topLinks a:hover    { color: #09357A; font-size: 13px; text-decoration: overline; font-weight: bold }
#topLinks a:active   { color: #09357A; font-size: 13px; text-decoration: overline; font-weight: bold }

.footerLinks P, TD      { color: #09357A; font-size: 13px; text-decoration: none; font-weight: bold }
#footerLinks a:link     { color: #09357A; font-size: 13px; text-decoration: none; font-weight: bold }
#footerLinks a:visited  { color: #09357A; font-size: 13px; text-decoration: none; font-weight: bold }
#footerLinks a:hover    { color: #09357A; font-size: 13px; text-decoration: underline; font-weight: bold }
#footerLinks a:active   { color: #09357A; font-size: 13px; text-decoration: underline; font-weight: bold }

#menu{
position: relative;
top:0.5em;
left:0.5em;
z-index:2;
width:12em;
padding-bottom:20em; /* To allow room for bottom dropdown */
}

#menu a, #menu h2{
font:bold 13px/18px arial,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:1px 3px;
}

#menu h2{
color:#fff;
background:#082F6D;
text-transform:uppercase;
}

#menu a{
color:#082F6D;
background:#eee;
text-decoration:none;
}

#menu a:hover{
color:#a00;
background:#ddd;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#ddd;
}

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}