.dropDown {
	width: 158px;
	height: 16px;
	margin: 6px 0 0 4px;
	padding: 0 0 0 3px;
	color: #cccccc;
	background: url(../img/dropDownBG.png) no-repeat 0 0;
	overflow: hidden;
	cursor:pointer;
}
/*\*/ * html .dropDown { background: url(../img/dropDownBGIE56.gif) no-repeat 0 0; } /**/
.popUpMain {
	position: relative;
	top: -47px;
	left: 5px;
	height: 100%;
	margin: 0 5px 0 0;
	padding: 0;
	color: #000000;
	display: block;
	z-index: 100;
}
.popUpSub {
	position: relative;
	top: -25px;
	left: 5px;
	height: 100%;
	margin: 0 5px 0 0;
	padding: 0;
	color: #000000;
	display: block;
	z-index: 100;
}
.popUpDisabled {
	display: none;
}

.catContainer {
	margin: -50px 0 0 0;
	padding: 0;
}
.listItem {
	height: 15px;
	margin: 0 0 0 -30px;
	padding: 0 0 2px 0;
	list-style: none;
	color: #000000;
	cursor: pointer;
}
.listItem:hover {
	list-style: none;
	height: 15px;
	color: #82aaff;
	cursor: pointer;
}
.ddContainer {
	margin: 5px;
	float: left;
}
.popUpContainer {
	clear:both;
}
.buttonContainer {
	float:left;
}
.ddOuterContainer {
	float:left;
}
.plusIcon {
	float: left;
	margin: 4px 0 0 5px;
}
.slideActive {
	padding: 0 6px 0 0;
	overflow: hidden;
}
.slide {
	overflow: hidden;
}

.menuBottom {
	height: 25px;
}
.ddTop {
	width: 148px;
	height: 12px;
	margin: 0 0 -12px 0;
	background: url(../img/ddTop.png) no-repeat;
}
/*\*/ * html .ddTop { background: url(../img/ddTopIE56.gif) no-repeat 0 0; } /**/
.ddMid {
	width: 148px;
	background: url(../img/ddMid.png) repeat-y;
}
/*\*/ * html .ddMid { background: url(../img/ddMidIE56.gif) repeat-y 0 0; } /**/
.ddBot {
	width: 148px;
	height: 12px;
	margin: -12px 0 0 0;
	background: url(../img/ddBot.png) no-repeat;
}
/*\*/ * html .ddBot { background: url(../img/ddBotIE56.gif) no-repeat 0 0; } /**/
	


@media only screen and (max-device-width: 1024px) {
	.ddTop {
		width: 148px;
		height: 12px;
		margin: 0 0 -13px 0;
		background: url(../img/ddTop.png) no-repeat;
	}
}
