﻿/* CSS Document */
/* MENU */
.menu
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
	float: left;
	width: 110px;
	//margin-right: 1px;
	//margin-left: 1px;
	background-color: Black;
	color: White;
}

.menu a
{
	//display: block;
	//padding-top: 4px;
	//padding-bottom: 4px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: White;
	font-weight: bold;
	float: left;
	width: 110px;
	background-color: Black;
	text-decoration: none;
}





.menu a:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #bababa;
	float: left;
	width: 110px;
	background-color: #454545;
	text-decoration: none;
}

.menuactive {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	float: left;
	width: 110px;
	background-color: #FFFFFF;
	text-decoration: none;
	filter: alpha (opacity=100);
}
.menuactive a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	float: left;
	width: 110px;
	//margin-right: 1px;
	//margin-left: 1px;
	background-color: #FFFFFF;
	text-decoration: none;
}
.menuactive a:hover
{	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	float: left;
	width: 110px;
	//margin-right: 1px;
	//margin-left: 1px;
	background-color: #FFFFFF;	
	text-decoration: none;
}










.sottomenuopaco
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	text-align: left;
	float: left;
	width: 153px;
	filter: alpha (opacity=80);
	background-color: Black;
	color: White;
}

.sottomenuopaco a
{
	//display: block;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: White;
	font-weight: bold;
	float: left;
	width: 153px;
	background-color: Black;
	filter: alpha (opacity=80);
	text-decoration: none;
	padding-left:3px;
}





.sottomenuopaco a:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	float: left;
	width: 153px;
	background-color: #ffffff;
	text-decoration: none;
}













.sottomenuactive {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	float: left;
	width: 153px;
	background-color: #FFFFFF;
	text-decoration: none;
	filter: alpha (opacity=100);


}
.sottomenuactive a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	float: left;
	width: 153px;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-left:3px;
}
.sottomenuactive a:hover
{	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	float: left;
	width: 153px;
	background-color: #FFFFFF;	
	text-decoration: none;
}

