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

#left_nav{
	/*height: 140px;*/
	/*background: url(/images/menu_bg.png) no-repeat;*/
	font-size: 105%;
	font-weight: bold;
	font-style: italic;
	padding: 1px;
}
#left_nav ul li{
	/*background: url(/images/menu_dots.gif) no-repeat 30px 12px;*/
}

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

#left_nav a, #menu a:visited{
	display: block;
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	border-bottom: dotted 1px #888;
	padding: 0 20px;
}
#left_nav ul li .last_item{
	border: 0;
	line-height: 32px;
}	
#left_nav .active{
	color: #000;
}
#left_nav a:hover{
	background-color: #FFCC33;
}

/*here's the retailer lookup left nav section*/

#lookup{
	/*height: 140px;*/
	/*background: url(/images/menu_bg.png) no-repeat;*/
	font-size: 105%;
	font-weight: bold;
	font-style: italic;
	padding: 1px;
}
#lookup ul li{
	/*background: url(/images/menu_dots.gif) no-repeat 30px 12px;*/
}

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

#lookup a, #menu a:visited{
	display: block;
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	border-bottom: dotted 1px #888;
	padding: 0 20px;
}
#lookup ul li .last_item{
	border: 0;
	line-height: 32px;
}	
#lookup .active{
	color: #000;
}

#lookup a:hover{
	background-color: #FF9966;
}


