




/* CSS drop downs */
.dropDown, #contentRight table .dropDown, .dropDownFN, #contentRight table .dropDownFN {
	background-image: url(/index/men/img/dropdown_bg.gif);
	color: #000;
}

.dropDown .dropLabel, .dropDownFN .dropLabel {
	color:#377374;
}

.dropDown .dropLeft, .dropDownFN .dropLeft {
	background-image: url(/index/men/img/dropdown_left.gif);
	background-repeat: no-repeat;
}


.dropDown .dropPlus, .dropDownFN .dropPlus {
	background-image: url(/index/men/img/dropdown_plus.gif);
	background-repeat: no-repeat;
}

.dropDown .dropPlusOver, .dropDownFN .dropPlusOver {
	background-image: url(/index/men/img/dropdown_plus_over.gif);
	background-repeat: no-repeat;
}

/* drop down table styles */	

.dropList {
	border: 1px solid #6fa2a6;
	background: #f0f4f3;
	
}

.dropList table {
	border-color:#6fa2a6;
}

.dropList td, .tbar .dropList td {			
	border-bottom: 1px solid #6fa2a6;
	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: #377374;
}

.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: #b3cdce;
	color: #FFF;
}

