/* CSS Document */

#shop-menu {
	float: left; 
	width: 150px;
	border-right: #c7c7c7 0px solid;
	border-left: #c0c0c0 0px solid;
	border-top: #c7c7c7 1px solid;
	margin: 0 0px 0px 0;
	padding: 0;
	}
#shop-menu h2 {
	line-height: 20px;
	font-size: 11px;
	color:#fff;
	border-bottom: #c7c7c7 1px solid;
	font-weight: bold;
	width: 150px;
	text-indent: 5px;
	padding: 0;
	margin: 0 0px 0px 0;
	}
#shop-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#shop-menu ul {
	padding: 0;
	margin: 0;
	}
	#shop-menu ul a {
	line-height: 19px;
	font-size: 11px;
	color: #4e4e4e;
	text-decoration: none;
	display: block;
	background-color: #f8f8f8;
	border-bottom: #c7c7c7 1px solid;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	text-indent: 6px;
}
		#shop-menu ul a:hover {
			background-color:#eceede;
			}
#shop-menu h3 {
	line-height: 8px;
	font-size: 1px;
	background: url(images/shop-menu_bottom2.gif) top left repeat-y;
	color:#fff;
	border-bottom: #c7c7c7 1px solid;
	font-weight: bold;
	width: 150px;
	text-indent: 5px;
	padding: 0;
	margin: 0 0px 0px 0;
	}
body#home a#nav-1,
body#wholesale a#nav-2,
body#savings a#nav-3,
body#specials a#nav-4,
body#account a#nav-5,
body#about a#nav-6,
body#location a#nav-7,
body#calendar a#nav-8,
body#contact-us a#nav-9,
body#credit a#nav-10,
body#shipping a#nav-11,
body#returns a#nav-12,
body#security a#nav-13,
body#privacy a#nav-14 {
	color: #4e4e4e;
	background: #eaeadc;
}