@charset "UTF-8";
/* CSS Document */


/*---- things to hide for top and left nav ----*/

#topnav li span {
	display: none;
}

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

#topnav {
	background: url(/global-images/top-nav.jpg) no-repeat;
	width: 617px;
	height: 40px;
	padding: 0;
	margin:0;
	position: relative;
	float:left;
}

#topnav ul{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnav li, #topnav li a{
	position:absolute;
	display:block;
	border-bottom: 0px;
	}	
	
#topnav li.l1 {width:129px; height:40px; left: 0;}
#topnav li.l1 a{width:129px; height:40px;}
#topnav li.l1 a:hover{background: transparent url(/global-images/top-nav.jpg) 0 -40px no-repeat;}

#topnav li.l2 {width:77px; height:40px; left:129px;}
#topnav li.l2 a{width:77px; height:40px;}
#topnav li.l2 a:hover{background: transparent url(/global-images/top-nav.jpg) -129px -40px no-repeat;}

#topnav li.l3 {width:84px; height:40px; left:206px;}
#topnav li.l3 a{width:84px; height:40px;}
#topnav li.l3 a:hover{background: transparent url(/global-images/top-nav.jpg) -206px -40px no-repeat;}

#topnav li.l4 {width:75px; height:40px; left:290px;}
#topnav li.l4 a{width:75px; height:40px;}
#topnav li.l4 a:hover{background: transparent url(/global-images/top-nav.jpg) -290px -40px no-repeat;}

#topnav li.l5 {width:161px; height:40px; left:365px;}
#topnav li.l5 a{width:161px; height:40px;}
#topnav li.l5 a:hover{background: transparent url(/global-images/top-nav.jpg) -365px -40px no-repeat;}

#topnav li.l6 {width:91px; height:40px; left:526px;}
#topnav li.l6 a{width:91px; height:40px;}
#topnav li.l6 a:hover{background: transparent url(/global-images/top-nav.jpg) -526px -40px no-repeat;}

/*----- creates active state of button nav -----*/

.weddings li.l1 {background: transparent url(/global-images/top-nav.jpg) 0 -40px no-repeat;}
.pets li.l2 {background: transparent url(/global-images/top-nav.jpg) -129px -40px no-repeat;}
.gifts li.l3 {background: transparent url(/global-images/top-nav.jpg) -206px -40px no-repeat;}
.kids li.l4 {background: transparent url(/global-images/top-nav.jpg) -290px -40px no-repeat;}
.ecofriendly li.l5 {background: transparent url(/global-images/top-nav.jpg) -365px -40px no-repeat;}
.blog li.l6 {background: transparent url(/global-images/top-nav.jpg) -526px -40px no-repeat;}

/*---- end top navigation ----*/