div#top {
    width:863px;
    height:34px;
    margin-left:85px;
    margin-top:75px;
    text-align:right;
    position:relative;
}

div#top_menu {
    position:absolute;
    bottom:2px;
    right:2px;
    height:16px;
    color:#1C73A4;
}

div#logo {
    position:absolute;
    width:236px;
    height:34px;
    bottom:0px;
    left:0px;
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
}

a.nav:link {
    color:#1C73A4;
    text-decoration:none;
    font-weight:bold;
}

a.nav:visited{
    color:#1C73A4;
    text-decoration:none;
    font-weight:bold;
}
a.nav:hover{
    color:#1C73A4;
    text-decoration:none;
    font-weight:bold;
}
a.nav:active{
    color:#1C73A4;
    text-decoration:none;
    font-weight:bold;
}

a.subnav:link {
    color:#1C73A4;
    text-decoration:none;
    font-weight:bold;
    line-height:2;
}

a.subnav:visited{
    color:#1C73A4;
    text-decoration:none;
    font-weight:bold;
    line-height:2;
}

a.subnav:hover{
    color:#1C73A4;
    text-decoration:none;
    font-weight:bold;
    line-height:2;
}
a.subnav:active{
    color:#1C73A4;
    text-decoration:none;
    font-weight:bold;
    line-height:2;
}

.current {
    color:#FF1E00;
    font-weight:bold;
}

.subnavCurrent {
    color:#FF1E00;
    font-weight:bold;
    line-height:2;
}