#nav ul {
height: 45px;
list-style: none;
}

li a#home,
li a#euro,
li a#domestic,
li a#fineart,
li a#gifts,
li a#style,
li a#showroom,
li #trade,
li a:hover#home,
li a:hover#euro,
li a:hover#domestic,
li a:hover#fineart,
li a:hover#gifts,
li a:hover#style,
li a:hover#showroom,
li a:hover#trade {
display: block;
text-indent: -1000px;
height: 45px;
color: #d8d5d0;
}

#nav li a#home {
width: 64px;
background: url(../img/nav/home.gif) no-repeat 0 0;
}

#nav li a:hover#home {
width: 64px;
background: url(../img/nav/home.gif) no-repeat 0 -45px;
}

#nav li a#euro {
width: 156px;
background: url(../img/nav/euro.gif) no-repeat;
}

#nav li a:hover#euro {
width: 156px;
background: url(../img/nav/euro.gif) no-repeat 0 -45px;
}

#nav li a#domestic {
width: 107px;
background: url(../img/nav/domestic.gif) no-repeat;
}

#nav li a:hover#domestic {
width: 107px;
background: url(../img/nav/domestic.gif) no-repeat 0 -45px;
}

#nav li a#fineart {
width: 74px;
background: url(../img/nav/fineart.gif) no-repeat;
}

#nav li a:hover#fineart {
width: 74px;
background: url(../img/nav/fineart.gif) no-repeat 0 -45px;
}

#nav li a#gifts {
width: 134px;
background: url(../img/nav/gifts.gif) no-repeat;
}

#nav li a:hover#gifts {
width: 134px;
background: url(../img/nav/gifts.gif) no-repeat 0 -45px;
}

#nav li a#style {
width: 110px;
background: url(../img/nav/style.gif) no-repeat;
}

#nav li a:hover#style {
width: 110px;
background: url(../img/nav/style.gif) no-repeat 0 -45px;
}

#nav li a#showroom {
width: 92px;
background: url(../img/nav/showroom.gif) no-repeat;
}

#nav li a:hover#showroom {
width: 92px;
background: url(../img/nav/showroom.gif) no-repeat 0 -45px;
}

#nav li a#trade {
width: 66px;
background: url(../img/nav/trade.gif) no-repeat;
}

#nav li a:hover#trade {
width: 66px;
background: url(../img/nav/trade.gif) no-repeat 0 -45px;
}

li {
float: left;
}
