
#hormenu 
{
    width:965px;
    height:30px;
}

/* NIVEAU 1 */ 
#hormenu ul
{ 
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#hormenu ul li
{ 
	float:left;
}
		
#hormenu ul a:link,  #hormenu ul a:visited
{
	display:block;
	font-size:12px;
    color:#89979B;  
    font-family:Trebuchet MS, Geneva, Verdana, Sans-Serif;
	text-decoration:none;
}

#hormenu ul a:hover 
{
    color:#000000;  
    text-decoration:underline;
}

#hormenu ul a:active
{
     color:#89979B;  
     text-decoration:none;
}

#hormenu ul a.Selected, #hormenu ul a:visited.Selected
{
    display:block;
	font-size:12px;
    color:#000000;  
    font-family:Trebuchet MS, Geneva, Verdana, Sans-Serif;
	text-decoration:underline;
}
