@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:1000000000;
}

.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:	293px;
	top:	-13px;
}

.dropdownMensImageDiv {
	position:absolute;
	z-index:1;
	left:	191px;
	top:	-17px;
}

.ddWomensBackground{
	width:446px;
	height:262px;
	position:absolute;
	z-index:0;
	/*background-color: #181b17;*/
	/*background-image:url('/images/topNav/dropdowns/ddBackground.png');*/
	background-color: #151515;	
	background-repeat:repeat-x;
	opacity:.9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	behavior:url(/layout/css/summer/2010/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('/images/topNav/dropdowns/ddBackground.png');*/
	background-color: #151515;	
	background-repeat:repeat-x;
	opacity:.9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	behavior:url(/layout/css/summer/2010/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('/images/topNav/dropdowns/ddBackground.png');*/
	background-color: #151515;
	background-repeat:repeat-x;
	opacity:.9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	behavior:url(/layout/css/summer/2010/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('/images/topNav/dropdowns/ddBackground.png');*/
	background-color: #151515;
	background-repeat:repeat-x;
	opacity:.9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	behavior:url(/layout/css/summer/2010/iepngfix.htc);
}

.ddFeaturesContainer {
	position:relative;
	color:#adadad;
	z-index:2;
	display:block;
	width:178px;
	height:80px;
}