/* navigation
------------------------------*/

#lahairatl_nav_container {
margin: 0;
padding: 0;
position: absolute;
top: 20px;
width: 150px;
}

#lahairatl_nav li{
list-style: none;
height: 40px;
float: left;
position: relative;
}

#lahairatl_nav li a{
height: 40px;
text-indent:-9000px;
display: block;
font-size: 0px;
}

/* buttons
----------------------------------------*/

a#home,
a#consultation,
a#contact,
a#hairstory,
a#first_time_shopper, 
a#testimonials,
a#hand_sewn,
a#fusion,
a#lace_front,
a#glamour_girl,
a#kwik_fix,
a#learn_to_weave,
a#color_chart,
a#faq,
a#balding{
width: 180px;
height: 40px;
}

a#home {
background-image: url(images/LA_HAIR_ATL_Body_Nav_Graphic.gif);
}

a#consultation {
background-image: url(images/LA_HAIR_ATL_main_consultation.gif);
}

a#faq {
background-image: url(images/LA_HAIR_ATL_main_faq.gif);
}

a#hairstory {
background-image: url(images/LA_HAIR_ATL_main_hairstory.gif);
}

a#first_time_shopper {
background-image: url(images/LA_HAIR_ATL_main_first_time_shopper.gif);
}

a#testimonials {
background-image: url(images/LA_HAIR_ATL_main_testimonials.gif);
}

a#hand_sewn {
background-image: url(images/LA_HAIR_ATL_main_hand_sewn.gif);
}

a#fusion {
background-image: url(images/LA_HAIR_ATL_main_fusion.gif);
}

a#lace_front {
background-image: url(images/LA_HAIR_ATL_main_lace_front_wigs.gif);
}

a#glamour_girl {
background-image: url(images/LA_HAIR_ATL_main_glamour_girl_wigs.gif);
}

a#kwik_fix {
background-image: url(images/LA_HAIR_ATL_main_kwik_fix.gif);
}

a#learn_to_weave {
background-image: url(images/LA_HAIR_ATL_main_learn_how_to_weave_hair.gif);
}

a#color_chart {
background-image: url(images/LA_HAIR_ATL_main_color_chart.gif);
}

a#contact {
background-image: url(images/LA_HAIR_ATL_main_contact.gif);
}

a#balding {
background-image: url(images/LA_HAIR_ATL_main_balding.gif);
}

a#home:hover,
a#consultation:hover,
a#contact:hover,
a#hairstory:hover,
a#first_time_shopper:hover, 
a#testimonials:hover,
a#hand_sewn:hover,
a#fusion:hover,
a#lace_front:hover,
a#glamour_girl:hover,
a#kwik_fix:hover:hover,
a#learn_to_weave:hover,
a#color_chart:hover,
a#faq:hover,
a#balding:hover {
background-position: 0 -40px;
}