




/* CSS drop downs */
.dropDown, #contentRight table .dropDown, .dropDownFN, #contentRight table .dropDownFN {
	background-image: url(/index/fashion/img/dropdown_bg2.gif);
	color: #000;
}

.dropDown .dropLabel, .dropDownFN .dropLabel {
	color:#66669a;
}

.dropDown .dropLeft, .dropDownFN .dropLeft {
	background-image: url(/index/fashion/img/dropdown_left2.gif);
	background-repeat: no-repeat;
}


.dropDown .dropPlus, .dropDownFN .dropPlus {
	background-image: url(/index/fashion/img/dropdown_plus2.gif);
	background-repeat: no-repeat;
}

.dropDown .dropPlusOver, .dropDownFN .dropPlusOver {
	background-image: url(/index/fashion/img/dropdown_plus_over2.gif);
	background-repeat: no-repeat;
}

/* drop down table styles */	

.dropList {
	border: 1px solid #6a69a2;
	background: #eeeff3;
	
}

.dropList table {
	border-color:#6a69a2;
}

.dropList td, .tbar .dropList td {			
	border-bottom: 1px solid #6a69a2;
	color: #000;
}	


.dropList a, #left .dropList a, .dynamicDropList a {
	color: #333;
}

.dropList a.mnu,  .dynamicDropList a.mnu,.dropList a.mnu:visited, #left .dropList a.mnu, #left .dropList a.mnu:visited, #contentLeft .dropList a.mnu, #contentLeft .dropList a.mnu:visited, #left #contentLeft .dropList a.mnu, #left #contentLeft .dropList a.mnu:visited, #contentRight .dropList a.mnu, #contentRight .dropList a.mnu:visited, #left #contentRight .dropList a.mnu, #left #contentRight .dropList a.mnu:visited  {
	color: #66669a;
}

.dropList a.mnu:hover, .dynamicDropList a.mnu:hover,#left .dropList a.mnu:hover, #contentLeft a.mnu:hover, #contentRight a.mnu:hover, #left #contentLeft a.mnu:hover, #left #contentRight a.mnu:hover {
	background-color: #aeafcb;
	color: #FFF;
}

