.dropMenu {
	background: #B7AFA3;
	filter: alpha(opacity = 100);
	border: 1px solid #6D929B;
}

.topItem1 {
	background-color: #8BBBBB;
	background-image: url(close.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-left: 3px;
	height: 22px;
	cursor: pointer;
	text-decoration: none;
	color: #565656;
	font-weight: bold;
	font-family: "GOTHIC";
}

.topItem1Over {
	padding-left: 3px;
	background-color: #8BBBBB;
	background-image: url(open.gif);
	background-position: right center;
	background-repeat: no-repeat;
	height: 22px;
	cursor: pointer;
	text-decoration: none;
	color: #565656;
	font-weight: bold;
	font-family: "GOTHIC";
}

.dropMenu1 {
	background: #EDF2E9;
	filter: alpha(opacity = 100);
	border: 1px solid #3366CC;
}

.subMenu1 {
	display: block;
}

.subItem1 {
	height: 21px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #565656;
}

.subItem1 a {
	text-decoration: none;
	color: #565656;
}

.subItem1Over {
	padding-left: 20px;
	cursor: pointer;
	font-weight: bold;
}

.subItem1Over  a {
	color: #003399;
	text-decoration: none;
}

item_count {
	font-size: x-small;
	color: black;
	text-decoration: none;
}

.item_count {
	font-size: x-small;
	color: black;
	text-decoration: none;
}

.item_count a {
	font-size: x-small;
	color: black;
	text-decoration: none;
}

/*style for select A manufacturer*/
#manutitle {
	text-align: center;
	font-size: 1.40em;
	background-color: #FFFFFF;
}

/* Stlye for Misc, Bargain and Recent Acq. */
.dummyItem {
	background-color: #8bbbbb;
	background-image: url(right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-left: 3px;
	height: 22px;
	cursor: pointer;
	text-decoration: none;
	color: #565656;
	font-weight: bold;
	font-family: "GOTHIC";
	margin-top: 2px;
}

.dummyItem a {
	text-decoration: none;
	color: #565656;
}