@charset "UTF-8";
/* CSS Document */

#navbar {position:relative; width:904px; height:53px; padding:9px 0 0 50px; background:url(../images/navbar.png) 0 0 no-repeat; z-index:10}

#menu {position:absolute; z-index:999}

.menu2 li #home span {display: none;}
.menu2 li #about span {display: none;}
.menu2 li #locate span {display: none;}
.menu2 li #links span {display: none;}
.menu2 li #contact span {display: none;}




/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu2, .menu2 ul {list-style-type:none; padding:0; margin:0;}

/* Set up the top level list items and float left to place inline */
.menu2 li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu2 li.top a.top_link {display:block; float:left; height:47px;}
.menu2 li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu2 li.p1 {width:86px; height:31px; margin-right:38px; background:url(../images/home-btn.png) 0 0 no-repeat}
.menu2 li.p2 {width:108px; height:31px; margin-right:38px; background:url(../images/about-btn.png) 0 0 no-repeat}
.menu2 li.p3 {width:165px; height:31px; margin-right:38px; background:url(../images/locate-btn.png) 0 0 no-repeat}
.menu2 li.p4 {width:75px; height:31px; margin-right:38px; background:url(../images/links-btn.png) 0 0 no-repeat}
.menu2 li.p5 {width:128px; height:31px; margin-right:0; background:url(../images/contact-btn.png) 0 0 no-repeat}


/* set up the normal unhovered images in the links */
.menu2 li a#home {width:86px; height:31px; background:url(../images/home-btn.png) 0 0 no-repeat;}
.menu2 li a#about {width:108px; height:31px; background:url(../images/about-btn.png) 0 0 no-repeat;}
.menu2 li a#locate {width:165px; height:31px; background:url(../images/locate-btn.png) 0 0 no-repeat;}
.menu2 li a#links {width:75px; height:31px; background:url(../images/links-btn.png) 0 0 no-repeat;}
.menu2 li a#contact {width:128px; height:31px; background:url(../images/contact-btn.png) 0 0 no-repeat;}

.menu2 li a#homeCurrent {width:86px; height:31px; background:url(../images/home-btn.png) no-repeat 0 -31px;}
.menu2 li a#aboutCurrent {width:108px; height:31px; background:url(../images/about-btn.png) no-repeat 0 -31px;}
.menu2 li a#locateCurrent {width:165px; height:31px; background:url(../images/locate-btn.png) no-repeat 0 -31px;}
.menu2 li a#linksCurrent {width:75px; height:31px; background:url(../images/links-btn.png) no-repeat 0 -31px;}
.menu2 li a#contactCurrent {width:128px; height:31px; background:url(../images/contact-btn.png) no-repeat 0 -31px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu2 a:hover {visibility:visible;} /* for IE6 */
.menu2 li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu2 li a#home:hover, .menu2 li:hover a#home {width:86px; height:36px; background:url(../images/home-btn.png) no-repeat 0 -31px;}
.menu2 li a#about:hover, .menu2 li:hover a#about {width:108px; height:36px; background:url(../images/about-btn.png) no-repeat 0 -31px;}
.menu2 li a#locate:hover, .menu2 li:hover a#locate {width:165px; height:36px; background:url(../images/locate-btn.png) no-repeat 0 -31px;}
.menu2 li a#links:hover, .menu2 li:hover a#links {width:75px; height:36px; background:url(../images/links-btn.png) no-repeat 0 -31px;}
.menu2 li a#contact:hover, .menu2 li:hover a#contact {width:128px; height:36px; background:url(../images/contact-btn.png) no-repeat 0 -31px;}