/* topnav */

#topNav {
}

#topNav a {
    	font-size: 10px;
   	line-height: 13px;
	text-transform : uppercase;
        display: block;
	padding: 2px;
}

#topNav a:link {
	text-decoration: none;
	color: #990000;
        background-color: #FFFFFF;
}

#topNav a:visited {
	color: #990000;
        background-color: #FFFFFF;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: none;
	color: #FFFFFF;
        background-color: #990000;
}

#topNav a:active {
	color: #990000;
        background-color: #FFFFFF;
	text-decoration: none;
}

#topNav td {
	text-align: center;
	padding: 0 6px 0 6px;
	border-right: 1px solid #990000;
}