@charset "utf-8";
/* CSS Document */

/*------------------------------ styles for General Antique Button starts on line  129 ish----------------------------*/


/*---------------------------------------- Styles left bottle Navigation:-------------------------------------------*/
/* nav functionality styles: */
	ul#navbar{
	width:127px;
	line-height:2em;/**needs to match height**/
	background-color:background:#b6c4d4;
	
	}
	ul#navbar, ul#navbar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	ul#navbar li{
	padding:0;
	margin:0;
	float:left;
	width:127px;
	position: relative;
	}
	ul#navbar li a {
	/*width:200px;*/
	}
	ul#navbar li ul {
	display: none;
	position: absolute; 
	top: 0;/*needs to match the line-height (and height) of ul#navbar*/
	left: 127px;
	padding:0px;
	margin:0px;
	}
	ul#navbar li ul li {
	width:100%;
	}
	ul#navbar li:hover ul, ul#navbar li.over ul {
	display: block; 
	}

/* nav look/feel styles */
	ul#navbar a{
	font-size:12px;
	display:block;
	text-indent:5px;
	width:100%;
	background:#032044;
	color:white;
	text-decoration:none;
	border-top:white solid 1px;
	}
	ul#navbar a.root-a{
	border:none;
	background:#993300;
	}
	ul#navbar a.root-a:hover{
	border:none;
	background:orange;
	}
	ul#navbar a:hover{
	background:#999999;
	}
	ul#navbar a:hover{
	background:#b6c4d4;
	color:#000000;
	}
	/*button 1*/
	li#beer, li#beer ul{width:127px; }
	li#beer a.root-a{ border:none; text-indent:-999em; background:url(/images/beerNav.jpg) 0 0 no-repeat; width:127;height:48px;}
	li#beer a.root-a:hover{ background:url(/images/beerNav.jpg) -127px 0 no-repeat;}
	/*button 2*/
	li#soda, li#soda ul{width:127px;}
	li#soda a.root-a{ border:none; text-indent:-999em; background:url(/images/sodaNav.jpg) 0 0 no-repeat; width:127;height:48px;}
	li#soda a.root-a:hover{ background:url(/images/sodaNav.jpg) -127px 0 no-repeat;}
	/*button 3*/
	li#stoneware, li#stoneware ul{width:127px;}
	li#stoneware a.root-a{ border:none; text-indent:-999em; background:url(/images/stonewareNav.jpg) 0 0 no-repeat; width:127;height:47px;}
	li#stoneware a.root-a:hover{ background:url(/images/stonewareNav.jpg) -127px 0 no-repeat;}

	/*button 4*/
	li#liquor, li#liquor ul{width:127px;}
	li#liquor a.root-a{ border:none; text-indent:-999em; background:url(/images/liquorNav.jpg) 0 0 no-repeat; width:127;height:49px;}
	li#liquor a.root-a:hover{ background:url(/images/liquorNav.jpg) -127px 0  no-repeat;}
	
	/*button 5*/
	li#medicine, li#medicine ul{width:127px;}
	li#medicine a.root-a{ border:none; text-indent:-999em; background:url(/images/medicineNav.jpg) 0 0 no-repeat; width:127;height:48px;}
	li#medicine a.root-a:hover{ background:url(/images/medicineNav.jpg) -127px 0  no-repeat;}	
	/*button 6*/
	li#food, li#food ul{width:127px;}
	li#food a.root-a{ border:none; text-indent:-999em; background:url(/images/foodNav.jpg) 0 0 no-repeat; width:127;height:49px;}
	li#food a.root-a:hover{ background:url(/images/foodNav.jpg) -127px 0 no-repeat;}
	
	/*button 7*/
	li#glassware, li#glassware ul{width:127px;}
	li#glassware a.root-a{ border:none; text-indent:-999em; background:url(/images/glasswareNav.jpg) 0 0 no-repeat; width:127;height:48px;}
	li#glassware a.root-a:hover{ background:url(/images/glasswareNav.jpg) -127px 0 no-repeat;}
/*button 8*/
	li#household, li#household ul{width:127px;}
	li#household a.root-a{ border:none; text-indent:-999em; background:url(/images/householdNav.jpg) 0 0 no-repeat; width:127;height:49px;}
	li#household a.root-a:hover{ background:url(/images/householdNav.jpg) -127px 0 no-repeat;}
		
	
#sub li a{padding-left:5px;
width:160px;}

#sub2 li a{padding-left:5px;
width:175px;}

#sub3 li a{padding-left:5px;
width:225px;}

#sub4 li a{padding-left:5px;
width:115px;}

#sub5 li a{padding-left:5px;
width:115px;}
   
#sub6 li a{padding-left:5px;
width:140px;}


