#topnav {
	margin: 0  0 20px 0;
	padding:0;
	list-style-type: none;	
	font-family: Arial;	
	font-weight: bold;
	font-size: 11px;
	z-index: 150;		
	text-align: center;
	display: table;
	width: 100%;	
	table-layout: fixed;
	
}

#topnav li{
	display: table-cell;
	list-style:none;
	text-align: center;
}
#topnav a {
	display: block;
	text-decoration:none;
	padding: 0 10px 0 10px;		
}

#topnav a:link, #topnav a:active, #topnav a:visited{
	/*outline: none;    */
    /*padding:0px 10px;    */
	color: black; /*rgb(50,50,50);	*/
    text-decoration:none;    
}


#topnav a:hover{			
	color: rgb(237,27,52);
	text-decoration: underline;		
}
