﻿#nav {height:30px; width:630px; position:relative; z-index:100; float:left; padding-bottom:115px;padding-top:0px;padding-right:0px;padding-left:10px;}

#nav a,a:hover
{
cursor:pointer;
}

.menu {list-style-type:none; padding:0; margin:0; font-family:arial;font-size:11px; font-weight:normal;}

.menu li.top {display:block; float:left;}
.menu li.current {display:block; float:left;}

.menu li a.pos1 {width:155px; background:url(../images/blog-home-off.png) top no-repeat; height:30px; display:block; text-indent:-99999px;} 
.menu li a.pos2 {width:117px; background:url(../images/blog-pets-off.png) top no-repeat; height:30px; display:block; text-indent:-99999px;} 
.menu li a.pos3 {width:73px; background:url(../images/blog-about-off.png) top no-repeat; height:30px; display:block; text-indent:-99999px;} 
.menu li a.pos4 {width:85px; background:url(../images/blog-people-off.png) top no-repeat; height:30px; display:block; text-indent:-99999px;} 
.menu li a.pos5 {width:110px; background:url(../images/blog-customers-off.png) top no-repeat; height:30px; display:block; text-indent:-99999px;} 
.menu li a.pos6 {width:82px; background:url(../images/blog-contact-off.png) top no-repeat; height:30px; display:block; text-indent:-99999px;} 

.menu li.p1 {background:url(../images/blog-home-on.png) no-repeat; }
.menu li.p2 {background:url(../images/blog-pets-on.png) no-repeat; } 
.menu li.p3 {background:url(../images/blog-about-on.png) no-repeat;}
.menu li.p4 {background:url(../images/blog-people-on.png) no-repeat; }
.menu li.p5 {background:url(../images/blog-customers-on.png) no-repeat; }
.menu li.p6 {background:url(../images/blog-contact-on.png) no-repeat; }

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible; position:relative; z-index:200;}
.menu li:hover {position:relative; z-index:200;}

.menu li a.top_link:hover {background:transparent;} 
.menu li:hover > a.top_link {background:transparent;} 


