div.niv1
	{
		margin : 0px 0px 0px 0px;	
		padding : 0px 0px 0px 0px;	
		width:95px;
		float:left;
	}

div.niv2
	{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding: 0px 0px 0px 4px;
	background-color: silver;
	width: 200px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
}
	
a.niv1
	{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-bottom-color: black;
}
	

	
a.niv2
	{
	color: Menu;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a.niv1:hover
	{
	color: black;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a.niv2:hover
	{
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}	