/* CSS Document */
body
{
font-family:"Verdana";
}
#nav a
{
color:#fff;
font-size:11px;
font-weight:bold;
text-align:center;
padding-top:22px;
text-decoration:none;
}
#nav a:hover
{
color:#000;
}
/* About Us */
.about
{
width:119px;
height:58px;
float:left;
background:url(images/about_hover.png) no-repeat;
}
.about a
{
width:119px;
height:34px;
float:left;
padding-top:16px;
margin-top:6px;
}
.about a:hover
{
width:119px;
height:37px;
float:left;
background:url(images/about_hover.png) no-repeat;
}
.about_active
{
width:119px;
height:58px;
float:left;
background:url(images/about_hover.png) no-repeat;
}
.about_active a
{
width:119px;
height:35px;
color:#000;
margin-top:1px;
float:left;
}

/* Gallery */

.gallery
{
width:122px;
height:58px;
float:left;
background:url(images/gallery.png) no-repeat;
}
.gallery a
{
width:122px;
height:38px;
float:left;
}
.gallery a:hover
{
width:122px;
height:38px;
float:left;
background:url(images/gallery_hover.png) no-repeat;
}
.gallery_active
{
width:122px;
height:58px;
color:#000;
float:left;
background:url(images/gallery_hover.png) no-repeat;
}
.gallery_active a
{
width:122px;
height:38px;
float:left;
}

/* custom_tattoos */

.custom_tattoos
{
width:133px;
height:58px;
float:left;
background:url(images/custom_tattoos.png) no-repeat;
}
.custom_tattoos a
{
width:133px;
height:38px;
float:left;
}
.custom_tattoos a:hover
{
width:133px;
height:38px;
float:left;
background:url(images/custom_tattoos_hover.png) no-repeat;
}
.custom_tattoos_active
{
width:133px;
height:38px;
float:left;
color:#000;
background:url(images/custom_tattoos_hover.png) no-repeat;
}
.custom_tattoos_active a
{
width:133px;
height:38px;
float:left;
}

/* paper_tattoos */

.paper_tattoos
{
width:134px;
height:58px;
float:left;
background:url(images/paper_tattoos.png) no-repeat;
}
.paper_tattoos a
{
width:134px;
height:38px;
float:left;
}
.paper_tattoos a:hover
{
width:134px;
height:38px;
float:left;
background:url(images/paper_tattoos_hover.png) no-repeat;
}
.paper_tattoos_active
{
width:134px;
height:38px;
color:#000;
float:left;
background:url(images/paper_tattoos_hover.png) no-repeat;
}
.paper_tattoos_active a
{
width:134px;
height:38px;
float:left;
}

/* faq */

.faq
{
width:122px;
height:58px;
float:left;
background:url(images/faq.png) no-repeat;
}
.faq a
{
width:122px;
height:38px;
float:left;
}
.faq a:hover
{
width:122px;
height:38px;
float:left;
background:url(images/faq_hover.png) no-repeat;
}
.faq_active
{
width:122px;
height:38px;
color:#000;
float:left;
background:url(images/faq_hover.png) no-repeat;
}
.faq_active a
{
width:122px;
height:38px;
float:left;
}

/* contact */
.contact
{
width:118px;
height:58px;
float:left;
background:url(images/contact.png) no-repeat;
}
.contact a
{
width:118px;
height:38px;
float:left;
}
.contact a:hover
{
width:118px;
height:38px;
float:left;
background:url(images/contact_hover.png) no-repeat;
}
.contact_active
{
width:118px;
height:38px;
float:left;
color:#000;
background:url(images/contact_hover.png) no-repeat;
}
.contact_active a
{
width:118px;
height:38px;
float:left;
}
