* {margin:0; padding:0}
ul,li {list-style-type:none;}

.wrapper {
	position: absolute;
	width: 311px;
    height:18px;
    top: 45px;
	right: 22px;
}

.menuholder {background:url(../img/nothing.gif)}
.menuholder li {float:left;}
.menuholder a {background:url(../img/menu_options.gif);display:block; text-indent:-9000%;height:18px;}

.menu_home a { width:56px; }
.menu_projectes a { width:94px; background-position:-56px 0px;}
.menu_serveis a { width:72px; background-position:-150px 0px;}
.menu_contacte a { width:89px;  background-position:-222px 0px;}

.menu_home a:hover {background-position:0px -18px;}
.menu_projectes a:hover{background-position:-56px -18px;}
.menu_serveis a:hover {background-position:-150px -18px;}
.menu_contacte a:hover {background-position:-222px -18px;}

.menu_home a.active  {background-position:0px -18px;}
.menu_projectes a.active {background-position:-56px -18px;}
.menu_serveis a.active {background-position:-150px -18px;}
.menu_contacte a.active {background-position:-222px -18px;}

