<!-- main nav link color #0066ff -->

a:link {
font-family: Garamond;
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:visited {
font-family: Garamond;
font-size: 14px;
color:#FFFFFF;
text-decoration: none;
font-weight: bold;

}

a:hover {
font-family: Garamond;
font-size: 14px;
color: #FF6600;
text-decoration: none;
font-weight: bold;
}

a:active {
font-family: Garamond;
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a.nav-menu:link {
font-family: Garamond;
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a.nav-menu:visited {
font-family: Garamond;
font-size: 14px;
color:#FFFFFF;
text-decoration: none;
font-weight: bold;

}

a.nav-menu:hover {
font-family: Garamond;
font-size: 14px;
color: #FF6600;
text-decoration: none;
font-weight: bold;
}

a.nav-menu:active {
font-family: Garamond;
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a.user_links:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
text-decoration: underline;
}

a.user_links:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
text-decoration: underline;
}

a.user_links:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFF66;
text-decoration: none;
}

a.user_links:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: underline;
}

a.footer:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CCCCCC;
text-decoration: underline;
}

a.footer:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CCCCCC;
text-decoration: underline;
}

a.footer:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
text-decoration: none;
}

a.footer:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CCCCCC;
text-decoration: underline;
}

.top_menu_td:hover  {
background-image: url(../images/top_nav_item_bg.jpg);
background-repeat: no-repeat;
}

.current_page  {
background-image: url(../images/top_nav_item_bg.jpg);
background-repeat: no-repeat;
}