/*MENU **************************************************************/

.button1{
	display:block;
	float:left;
	width:63px;
	height:27px;
	text-indent:-9999px;
	margin:0;
	
}
.button1 a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buttonHome.png) no-repeat top left;
	outline:none;
}
.button1 a:hover {
	background-position:0 -27px;
}

.button1 a.selected {
	background-position:0 -27px;
}


/*Personal **************************************************************/

.button2{
	
	float:left;
	width:203px;
	height:27px;
	text-indent:-9999px;
	margin:0;
}
.button2 a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buttonPersonal.png) no-repeat top left;
	outline:none;
}
.button2 a:hover {
	background-position:0 -27px;
}

.button2 a.selected {
	background-position:0 -27px;
}


/*Personal **************************************************************/

.button3{
	display:block;
	float:left;
	width:88px;
	height:27px;
	text-indent:-9999px;
	margin:0;
    	
}
.button3 a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buttonAbout.png) no-repeat top left;
	outline:none;
}
.button3 a:hover {
	background-position:0 -27px;
}

.button3 a.selected {
	background-position:0 -27px;
}

/*Contact **************************************************************/

.button4{
	display:block;
	float:left;
	width:82px;
	height:27px;
	text-indent:-9999px;
	margin:0;
}
.button4 a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buttonContact.png) no-repeat top left;
	outline:none;
}
.button4 a:hover {
	background-position:0 -27px;
}

.button4 a.selected {
	background-position:0 -27px;
}


/*Services **************************************************************/

.button5{
	display:block;
	float:left;
	width:84px;
	height:27px;
	text-indent:-9999px;
	margin:0;
}
.button5 a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buttonServices.png) no-repeat top left;
	outline:none;
}
.button5 a:hover {
	background-position:0 -27px;
}

.button5 a.selected {
	background-position:0 -27px;
}

/*Corp **************************************************************/

.button6{
	display:block;
	float:left;
	width:97px;
	height:27px;
	text-indent:-9999px;
	margin:0;
}
.button6 a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buttonCorporate.png) no-repeat top left;
	outline:none;
}
.button6 a:hover {
	background-position:0 -27px;
}

.button6 a.selected {
	background-position:0 -27px;
}

/*Fleet **************************************************************/

.button7{
	display:block;
	float:left;
	width:67px;
	height:27px;
	text-indent:-9999px;
	margin:0;
}
.button7 a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buttonFleet.png) no-repeat top left;
	outline:none;
}
.button7 a:hover {
	background-position:0 -27px;
}

.button7 a.selected {
	background-position:0 -27px;
}


/*Sights **************************************************************/

.button8{
	display:block;
	float:left;
	width:100px;
	height:27px;
	text-indent:-9999px;
	margin:0;
}
.button8 a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buttonSights.png) no-repeat top left;
	outline:none;
}
.button8 a:hover {
	background-position:0 -27px;
}

.button8 a.selected {
	background-position:0 -27px;
}


/*Partner **************************************************************/

.button9{
	display:block;
	float:left;
	width:73px;
	height:27px;
	text-indent:-9999px;
	margin:0;
}
.button9 a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buttonPartners.png) no-repeat top left;
	outline:none;
}
.button9 a:hover {
	background-position:0 -27px;
}

.button9 a.selected {
	background-position:0 -27px;
}




