﻿.menu {
	width:672px;
	position:absolute;
	right:0px;
	height:41px;
	top:55px;
	z-index:4000;
}

.menu ul {
	
	list-style:none; 
	display:inline;

	
}

.menu li { 
	height:41px;
	padding:0;
	float:left;
	overflow:hidden;
	color:#fff;
}

.home a 
{
    background: url(../img/taps/home.png) 0px 0px no-repeat;
    width:55px;
    height:27px;
    display:block;
    text-indent:-4000px;
    margin-right:20px;
    overflow:hidden;
}

.home a:hover 
{
  background-position:0px -41px;  
  height:41px;
}

.about a 
{
    background: url(../img/taps/about.png) 0px 0px no-repeat;
    width:88px;
    height:27px;
    display:block;
    text-indent:-4000px;
    margin-right:20px;
}

.about a:hover 
{
  background-position:0px -41px;  
  height:41px;
}

.studio a 
{
    background: url(../img/taps/studio.png) 0px 0px no-repeat;
    width:101px;
    height:27px;
    display:block;
    text-indent:-4000px;
    margin-right:20px;
}

.studio a:hover 
{
  background-position:0px -41px;  
  height:41px;
}

.iceland a 
{
    background: url(../img/taps/iceland.png) 0px 0px no-repeat;
    width:203px;
    height:27px;
    display:block;
    text-indent:-4000px;
    margin-right:20px;
}

.iceland a:hover 
{
  background-position:0px -41px;  
  height:41px;
}

.contact a 
{
    background: url(../img/taps/contact.png) 0px 0px no-repeat;
    width:125px;
    height:27px;
    display:block;
    text-indent:-4000px;
    margin-right:20px;
}

.contact a:hover 
{
  background-position:0px -41px;  
  height:41px;
}

.menu li .current 
{
  background-position: 0 -41px !important;
  height:41px;
}