/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


#nav {
left:85px;
top:25px;
position:absolute;
z-index:99;
}
#nav, #nav ul { float:none; }
#nav a { text-indent: -9999px;}
#nav li a { height: 30px; margin-top:10px; outline: none; }
#nav li:hover { background:#8b0f04 url(http://barkindoggiebiscuits.com/wp-content/uploads/2009/11/header-stripe.png) repeat-x scroll 0 -2px; }
#nav li a.nav-home { background: transparent url(images/nav_home.png) no-repeat scroll 0 0; width: 80px; }
#nav li a.nav-about { background: transparent url(images/nav_about.png) no-repeat scroll 0 0; width: 83px; }
#nav li a.nav-biscuits { background: transparent url(images/nav_our_biscuits.png) no-repeat scroll 0 0; width: 124px; }
#nav li a.nav-partners { background: transparent url(images/nav_partners.png) no-repeat scroll 0 0; width: 96px; }
#nav li a.nav-testimonials { background: transparent url(images/nav_testimonials.png) no-repeat scroll 0 0; width: 131px; }
#nav li a.nav-blog { background: transparent url(images/nav_blog.png) no-repeat scroll 0 0; width: 70px; }
#nav li a.nav-store { background: transparent url(images/nav_visit_our_store.png) no-repeat scroll 0 0; width: 146px; }

#nav li ul li a { text-indent: 0px; height: 15px;}



