.linkf a{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px; color:#ffffff; text-decoration:none; font-weight:bold;}
.linkf a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px; color:#fefefe; text-decoration:underline; font-weight:bold;}


/*
a.linkf{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px; color:#ffffff; text-decoration:none; font-weight:bold;}
a.linkf:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px; color:#fefefe; text-decoration:none; font-weight:bold;}
*/


#topnav{
width:100%;
font: bold 12px/24px verdana;
border-bottom: 0px solid #000; /*Add border strip to bottom of menu*/
}

#topnav ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#topnav li{
display:inline;
margin:0;
padding:0;
}

#topnav a{
float:left;
background:url(glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#topnav a span{
float:left;
display:block;
background:url(glowtab.gif) no-repeat right top;
padding: 4px 18px 2px 10px;
color:white;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a span {float:none;}
/* End IE5-Mac hack */

#topnav a:hover span {
color: white;
}

#topnav #current a{ /*Selected Tab style*/
background-position:0 -32px; /*Shift background image up to start of 2nd tab image*/
}

#topnav #current a span{ /*Selected Tab style*/
background-position:100% -32px; /*Shift background image up to start of 2nd tab image*/
color:white;
}

#topnav a:hover{ /*onMouseover style*/
background-position:0% -32px; /*Shift background image up to start of 2nd tab image*/
}

#topnav a:hover span{ /*onMouseover style*/
background-position:100% -32px; /*Shift background image up to start of 2nd tab image*/
}
