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

img {
	border:0;
}

.dropdownImageLink{
	display:block;	
	padding-bottom:10px;
}

.dropdown {
	left:	0px;
	top:	0px;
	position:absolute;
	display:none;
	text-align:left;
	z-index:10;
}

.dropdown a {
	
	/*border-left:		1px solid #993b72;
	border-right:		1px solid #993b72;*/
	
}

.dropdown a:hover {
	/*background-color:	#696969;*/
	color:#FFFFFF;
}

.dropdown a.first {
	/*border-top:		1px solid #993b72;*/
}

.dropdown a.last {
	/*border-bottom:		1px solid #993b72;*/
}

.dropdownTable {
	position:relative;
}


.dropdownTableCell {
	
	padding: 20px 0px 20px 0px;
	color:#adadad;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

.dropdownTableCell a {
	color:#adadad;
	text-decoration:none;
}

.dropdownWomensImageDiv {
	position:absolute;
	z-index:1;
	left:	228px;
	top:	-18px;
}

.dropdownMensImageDiv {
	position:absolute;
	z-index:1;
	left:	185px;
	top:	-13px;
}

.ddWomensBackground{
	width:425px;
	height:262px;
	position:absolute;
	z-index:0;
	/*background-color: #181b17;*/
	background-image:url('/layout/home/images/ddBackground.png');
	background-repeat:repeat-x;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	behavior:url('/layout/home/css/iepngfix.htc');
}


.ddWomensContainer {
	position:relative;
	color:#adadad;
	z-index:2;
	display:block;
	width:343px;
	height:257px;
}
	
.ddMensBackground{
	width:360px;
	height:246px;
	position:absolute;
	z-index:0;
	/*background-color: #181b17;*/
	background-image:url('/layout/home/images/ddBackground.png');
	background-repeat:repeat-x;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	behavior:url('/layout/home/css/iepngfix.htc');
}


.ddMensContainer {
	position:relative;
	color:#adadad;
	z-index:2;
	display:block;
	width:234px;
	height:246px;
	
}

.ddKidsBackground{
	width:178px;
	height:120px;
	position:absolute;
	z-index:0;
	/*background-color: #181b17;*/
	background-image:url('/layout/home/images/ddBackground.png');
	background-repeat:repeat-x;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	behavior:url('/layout/home/css/iepngfix.htc');
}
.ddKidsContainer {
	position:relative;
	color:#adadad;
	z-index:2;
	display:block;
	width:178px;
	height:120px;
}
.ddFeaturesBackground{
	width:178px;
	height:80px;
	position:absolute;
	z-index:0;
	/*background-color: #181b17;*/
	background-image:url('/layout/home/images/ddBackground.png');
	background-repeat:repeat-x;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	behavior:url('/layout/home/css/iepngfix.htc');
}

.ddFeaturesContainer {
	position:relative;
	color:#adadad;
	z-index:2;
	display:block;
	width:178px;
	height:80px;
}