.topmenu{
float:left;
width:990px;
font-size: 8pt;
line-height:normal;
}



.topmenu ul{
list-style-type: none;
margin:0 0 0 68px;
padding:0;
}

.topmenu li{
display:inline;
margin:0;
padding:0;
}

.topmenu a{
float:left;
background:url(../media/slide-left.gif) no-repeat left top;
margin:0;
margin-right: 2px;
padding:0 0 0 9px;
text-decoration:none;
}

.topmenu a span {
float:left;
display:block;
background:url(../media/slide-right.gif) no-repeat right top;
padding:2px 8px 2px 1px;
font-weight:bold;
color:#003366;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.topmenu a span {float:none;}
/* End IE5-Mac hack */

.topmenu a:hover span, .topmenu li.selected a span{
color: #003366;
}

.topmenu a:hover, .topmenu li.selected a{
background-position:0% -125px;
}

.topmenu a:hover span, .topmenu li.selected a span{
background-position:100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #003366; /*THEME CHANGE HERE*/
border-width: 1px;
font:normal 8pt Verdana;
line-height:18px;
z-index:1000;
background-color: rgb(201,224,243);
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #003366;
}
.dropmenudiv_b a:visited{
color: #003366;
text-decoration:none;
font-weight:bold;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#C80D11;
text-decoration:underline;
}

