/*CSS for top navigation*/

#topnav{
float: left;
background-color:#fffffff;
width: 800px;
text-align:right;
padding: 20px 0 15px 0;
}

#topnav a, #topnav a:link, #topnav a:visited, #topnav a:active{
color:#999999;
text-decoration:none;
font-size: 0.9em;
white-space:nowrap;
padding-right:5px;
}

#topnav a:hover{
color:#D11241;
text-decoration: underline;
}

