/********** leftmenucs STYLE ********/

/* If everything is poking out the right, look at the text align on the container div */

 
ul.leftmenucs {
	width: 150px !important;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	position: absolute !important;
	z-index: 9999;
	cursor: default;
	display: none;
	background-color: #fff;
	color: #666;
	margin-left: 10px !important;
}

ul.leftmenucs li {
	width: 140px !important;
	-moz-user-select: none;
	padding: 3px 10px 3px 10px !important;
	margin: 0 !important;
	color: #666;
	font-size: 100%;
	background: #fff;
	text-decoration: none;
	cursor: default;
	text-align: left;
}

ul.leftmenucs li.selected {
	background-color: #666;
	color: #fff;
}

a.leftmenucs {
	display: block;
	width: 150px;
	font-size: 100%;
	text-decoration: none !important;
	cursor: default;
	color: #666 !important;
	text-align: left;
	background-color: #fff;
	margin-left:10px
}

a.leftmenucs div {
	text-align: left;
	background: transparent url(../imgs/cmsite/menu/downarrow.gif) no-repeat right center;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	overflow: hidden;
	-moz-user-select: none;
	line-height: 200%;
}




ul.product {
	width: 180px !important;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	position: absolute !important;
	z-index: 9999;
	cursor: default;
	display: none;
	background-color: #666;
	color: #fff;
}
ul.product li {
	width: 170px !important;
	-moz-user-select: none;
	padding: 3px 0 3px 10px !important;
	margin: 0 !important;
	color: #fff;
	font-size: 85%;
	background: #666;
	text-decoration: none;
	cursor: default;
	text-align: left;
}
ul.product li.selected {
	background-color: #CCCCCC;
	color: #444;
}
ul.product li.outOfStock {
	color: #999;
}
a.product {
	display: block;
	width: 180px;
	font-size: 85%;
	text-decoration: none !important;
	cursor: default;
	color: #666 !important;
	text-align: left;
	background-color: #fff;
	/*margin-left:10px*/
}
a.product div {
	text-align: left;
	background: transparent url(../imgs/cmsite/menu/downarrow.gif) no-repeat right center;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	overflow: hidden;
	-moz-user-select: none;
	line-height: 2em;
	height: 2em;
	width: 170px;
}




ul.shipSel {
	width: 280px !important;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	position: absolute !important;
	z-index: 9999 !important;
	cursor: default;
	display: none;
	background-color: #666;
	color: #fff;
}
ul.shipSel li {
	width: 270px !important;
	-moz-user-select: none;
	padding: 3px 0 3px 10px !important;
	margin: 0 !important;
	color: #fff;
	font-size: 93% !important;
	background: #666;
	text-decoration: none;
	cursor: default;
	text-align: left;
}
ul.shipSel li.selected {
	background-color: #CCCCCC;
	color: #444;
}
ul.shipSel li.outOfStock {
	color: #999;
}
a.shipSel {
	display: block;
	width: 280px;
	font-size: 93% !important;
	text-decoration: none !important;
	cursor: default;
	color: #666 !important;
	text-align: left;
	background-color: #fff;
	/*margin-left:10px*/
	
}
a.shipSel div {
	text-align: left;
	background: transparent url(../imgs/cmsite/menu/downarrow.gif) no-repeat right 3px;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 23px;
	overflow: hidden;
	-moz-user-select: none;
	line-height: 2em;
	height: 2em;
	width: 247px;
	border: 1px solid #ccc;
}

