@charset "UTF-8";

.menuSprite{
	background-image: url(http://www.carraramodels.com/img/menu/menu2.png);
	width:680px;
	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: 101px;}
.menuSpriteModels {width: 89px;} 
.menuSpriteOthers {width: 162px;}
.menuSpriteRequest {width: 99px;}
.menuSpritePress {width: 69px;}
.menuSpriteLinks {width: 62px;}
.menuSpriteContacts {width: 97px;}

.menuSpriteAbout a:hover {
	background-image: url(http://www.carraramodels.com/img/menu/menu2.png);
	background-position: 0px -55px;
	background-repeat: no-repeat;
}
.menuSpriteModels a:hover {
	background-image: url(http://www.carraramodels.com/img/menu/menu2.png);
	background-position: -101px -55px;
	background-repeat: no-repeat;
}
.menuSpriteOthers a:hover {
	background-image: url(http://www.carraramodels.com/img/menu/menu2.png);
	background-position: -190px -55px;
	background-repeat: no-repeat;
}
.menuSpriteRequest a:hover {
	background-image: url(http://www.carraramodels.com/img/menu/menu2.png);
	background-position: -352px -55px;
	background-repeat: no-repeat;
}
.menuSpritePress a:hover {
	background-image: url(http://www.carraramodels.com/img/menu/menu2.png);
	background-position: -451px -55px;
	background-repeat: no-repeat;
}
.menuSpriteLinks a:hover {
	background-image: url(http://www.carraramodels.com/img/menu/menu2.png);
	background-position: -520px -55px;
	background-repeat: no-repeat;
}
.menuSpriteContacts a:hover {
	background-image: url(http://www.carraramodels.com/img/menu/menu2.png);
	background-position: -582px -55px;
	background-repeat: no-repeat;
}

