GORILLA®
 WRAP@charset "utf-8";
/* CSS Document */
.nav {
	width: 100%;
	height: 30px;
	background: #144696
}
.home {
	height: 30px;
	width: 47px;
	display: inline-block;
	background-image: url(../images/nav/button_home_1.png);
	background-repeat: no-repeat;
}
.home:hover {
	background: url("../images/nav/button_home_2.png") no-repeat;
}
.bio {
	height: 30px;
	width: 81px;
	display: inline-block;
	background-image: url(../images/nav/button_bio_1.png);
	background-repeat: no-repeat;
}
.bio:hover {
	background: url("../images/nav/button_bio_2.png") no-repeat;
}
.programs {
	height: 30px;
	width: 80px;
	display: inline-block;
	background-image: url(../images/nav/button_bus_pro_1.png);
	background-repeat: no-repeat;
}
.programs:hover {
	background: url("../images/nav/button_bus_pro_2.png") no-repeat;
}
.advice {
	height: 30px;
	width: 47px;
	display: inline-block;
	background-image: url(../images/nav/button_advice_1.png);
	background-repeat: no-repeat;
}
.advice:hover {
	background: url("../images/nav/button_advice_2.png") no-repeat;
}
.store {
	height: 30px;
	width: 51px;
	display: inline-block;
	background-image: url(../images/nav/button_store_1.png);
	background-repeat: no-repeat;
}
.store:hover {
	background: url("../images/nav/button_store_2.png") no-repeat;
}
.win {
	height: 30px;
	width: 94px;
	display: inline-block;
	background-image: url(../images/nav/button_win_1.png);
	background-repeat: no-repeat;
}
.win:hover {
	background: url("../images/nav/button_win_2.png") no-repeat;
}
.lover {
	height: 30px;
	width: 82px;
	display: inline-block;
	background-image: url(../images/nav/button_lovera_1.png);
	background-repeat: no-repeat;
}
.lover:hover {
	background: url("../images/nav/button_lovera_2.png") no-repeat;
}
.lose {
	height: 30px;
	width: 100px;
	display: inline-block;
	background-image: url(../images/nav/button_lose_1.png);
	background-repeat: no-repeat;
}
.lose:hover {
	background: url("../images/nav/button_lose_2.png") no-repeat;
	

r
}
/*http://inobscuro.com/tutorials/image-rollover-menu-19/*/
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 30px;
	margin-right: 1em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 39px;
	background-repeat: no-repeat;
}
.home {background-image: url(../images/nav/button_home_1.png);}
.home a:hover {background-image: url(../images/nav/button_home_2.png);}
.bio {background-image: url(../images/nav/button_bio_1.png);}
.bio a {background-image: url../images/nav/button_bio_2.png);}
.services {background-image: url(../images/nav/button_pro_serv_1.png);}
.services a {background-image: url(../images/nav/button_pro_serv_2.png);}
.programs {background-image: url(../images/nav/button_bus_pro_1.png));}
.programs a {background-image: url(../images/nav/button_bus_pro_2.png));}
.advice {background-image: url(../images/nav/button_bus_pro_1.png));}
.advice a {background-image: url(../images/nav/button_bus_pro_2.png));}

ul.menu li a:hover {background: none;}

