/* -------------------------------------------------------------------------------- */
/*                              SOF Style Sheet 10 :                                */

.topmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/header_menu.jpg);
	background-repeat: no-repeat;
	width: 643px;
	height: 24px;
	text-decoration: none;
	text-align: center;
	
}
.topmenu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.topmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.topmenu a:hover {
	text-decoration: none;
	color: #FF0099;
}
.topmenu a:active {
	text-decoration: none;
	color: #FF0099;
	}
/*                              EOF Style Sheet 10 :                                */
/* -------------------------------------------------------------------------------- */
