
/* Bottoni Rollover Home*/

.button_type {
border: 1px solid black;
width: 225px;
height: 25px;
}


.button_type1 a {
display: block;
width: 225px;
height: 25px;
background: url(../imgs_languages_types/1.home.2.jpg) no-repeat top left;
}

.button_type1 a:hover {
background: url(../imgs_languages_types/1.home.2on.jpg) no-repeat top left;
}

.button_type2 a {
display: block;
width: 225px;
height: 25px;
background: url(../imgs_languages_types/2.home.2.jpg) no-repeat top left;
}

.button_type2 a:hover {
background: url(../imgs_languages_types/2.home.2on.jpg) no-repeat top left;
}

.button_type3 a {
display: block;
width: 225px;
height: 25px;
background: url(../imgs_languages_types/3.home.2.jpg) no-repeat top left;
}

.button_type3 a:hover {
background: url(../imgs_languages_types/3.home.2on.jpg) no-repeat top left;
}

.button_type4 a {
display: block;
width: 225px;
height: 25px;
background: url(../imgs_languages_types/4.home.2.jpg) no-repeat top left;
}

.button_type4 a:hover {
background: url(../imgs_languages_types/4.home.2on.jpg) no-repeat top left;
}

/* Bottoni Rollover Pages*/

.button_1_pgs {
width: 151px;
height: 30px;
}

.button_1_pgs a {
display: block;
width: 151px;
height: 30px;
background: url(../imgs_languages_types/1.pages.2.jpg) no-repeat top left;
}

.button_1_pgs a:hover {
background: url(../imgs_languages_types/1.pages.2on.jpg) no-repeat top left;
}

.button_2_pgs {
width: 151px;
height: 30px;
}

.button_2_pgs a {
display: block;
width: 151px;
height: 30px;
background: url(../imgs_languages_types/2.pages.2.jpg) no-repeat top left;
}

.button_2_pgs a:hover {
background: url(../imgs_languages_types/2.pages.2on.jpg) no-repeat top left;
}

.button_3_pgs {
width: 151px;
height: 30px;
}

.button_3_pgs a {
display: block;
width: 151px;
height: 30px;
background: url(../imgs_languages_types/3.pages.2.jpg) no-repeat top left;
}

.button_3_pgs a:hover {
background: url(../imgs_languages_types/3.pages.2on.jpg) no-repeat top left;
}

.button_4_pgs {
width: 151px;
height: 30px;
}

.button_4_pgs a {
display: block;
width: 151px;
height: 30px;
background: url(../imgs_languages_types/4.pages.2.jpg) no-repeat top left;
}

.button_4_pgs a:hover {
background: url(../imgs_languages_types/4.pages.2on.jpg) no-repeat top left;
}


/*TopMenu*/
.topmenu {
	height: 32px;
	vertical-align:middle;
	text-align:center;
	
}

.topmenu a {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #ffffff;
	padding-top:10px;
	height: 22px;
	display: block;
	
}

.topmenu a:hover {
	background-color: #ffffff;
	color: #6D9FBC;
}


