/* Formating for the navigation bar */
#cssnav
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 10px;
}

/* Formating for the link within navigation bar  */
#cssnav a
{
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	margin-top: 3px;	
}
/* Formating for the hover link within navigation bar */
#cssnav a:hover {
	color: #FF9900;
	font-weight: bold;
}
/* Formating for the language images in the navigation bar  */
#cssnav img
{
	border: 0;
}
