@charset "UTF-8";

.menuSprite{
	background-image: url(img/menu/menu.png);
	width:655px;
	height:55px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.menuSprite span{
	display: none;
}

.menuSprite li, .menuSprite a{
	height:55px;
	display: block;
}

.menuSprite li {
	float:left;
	list-style:none;
	display:inline;
}

.menuSpriteAbout {width: 108px;}
.menuSpriteModels {width: 89px;} 
.menuSpriteOthers {width: 170px;}
.menuSpriteRequest {width: 105px;}
.menuSpritePress {width: 71px;}
.menuSpriteContacts {width: 112px;}

.menuSpriteAbout a:hover {
	background-image: url(img/menu/menu.png);
	background-position: 0px -55px;
	background-repeat: no-repeat;
}
.menuSpriteModels a:hover {
	background-image: url(img/menu/menu.png);
	background-position: -108px -55px;
	background-repeat: no-repeat;
}
.menuSpriteOthers a:hover {
	background-image: url(img/menu/menu.png);
	background-position: -197px -55px;
	background-repeat: no-repeat;
}
.menuSpriteRequest a:hover {
	background-image: url(img/menu/menu.png);
	background-position: -367px -55px;
	background-repeat: no-repeat;
}
.menuSpritePress a:hover {
	background-image: url(img/menu/menu.png);
	background-position: -472px -55px;
	background-repeat: no-repeat;
}
.menuSpriteContacts a:hover {
	background-image: url(img/menu/menu.png);
	background-position: -543px -55px;
	background-repeat: no-repeat;
}
