div#formuleMenu
{
	position : relative;
	margin: 2px;
	padding : 0px;
	width: 510px;
	height : 22px;
	margin-bottom : 15px;
	margin-left:80px;
	border-bottom: solid 1px #659b99;
	font-family: Tahoma;
	font-size: 12px;
}

div#formuleMenu a
{
	float : left;
	margin : 2px 4px;
	margin-left : 0px;
	padding : 3px 20px;
	background-color: #68b6b1;
	border-bottom : 0px; 	
	text-align : center;
	width : 120px;
}

div#formuleMenu a:hover
{
	background-color: #996699;	
	text-decoration: none;
}

div#formuleMenu a#SelectedItem 
{
	background-color: #659b99;	
}
