a.menu_big{
	text-decoration:none;
	text-transform:uppercase;
	font-size:16pt;
	font-weight:bold;
	color:grey;
	margin-bottom:10px;
}

a.menu_big:hover{
	text-decoration:none;
	text-transform:uppercase;
	color:#006694;
	font-size:16pt;
	font-weight:bold;
	margin-bottom:3px;
}

a.menu_big_active{
	text-decoration:none;
	text-transform:uppercase;
	color:#006694;
	font-size:16pt;
	font-weight:bold;
	margin-bottom:3px;
}

a.menu_middle{
	text-decoration:none;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
	color:grey;
}

a.menu_middle:hover{
	text-decoration:none;
	text-transform:uppercase;
	color:#006694;
	font-size:10pt;
	font-weight:bold;
}

a.menu_middle_active{
	text-decoration:none;
	text-transform:uppercase;
	color:#006694;
	font-size:10pt;
	font-weight:bold;
}

a.menu_small{
	text-decoration:none;
	font-size:10pt;
	color:grey;
	//padding-left:10px;
}

a.menu_small:hover{
	text-decoration:none;
	color:#006694;
	font-size:10pt;
	//padding-left:10px;
}

a.menu_small_active{
	text-decoration:none;
	color:#006694;
	font-size:10pt;
	//padding-left:10px;
}

a.menu_small2{
	text-decoration:none;
	font-size:10pt;
	color:grey;
	padding-left:10px;
}

a.menu_small2:hover{
	text-decoration:none;
	color:#006694;
	font-size:10pt;
	padding-left:10px;
}

a.menu_small2_active{
	text-decoration:none;
	color:#006694;
	font-size:10pt;
	padding-left:10px;
}