/* PC IE6 */
.dropContainer {
	width: 177px;padding:5px 20px 0px 0;
	}
	
.dropDown, .dropDownFN, .dropDownFNFooter {
	background-repeat: repeat-x;height: 20px;width: 177px;
	cursor: pointer;}

.dropDown .dropLabel, .dropDownFN .dropLabel, .dropDownFNFooter .dropLabel {
	float: left;	margin: 0;	padding: 2px 0 0 10px;
 text-transform: none;}

.dropDown .dropLeft, .dropDownFN .dropLeft,.dropDownFNFooter .dropLeft {
	float: left; background-repeat: no-repeat; width: 2px; height: 19px;
}

.dropDown .dropRight, .dropDownFN .dropRight,.dropDownFooter .dropRight, .dropDownFNFooter .dropRight {
	float: right;	background-repeat: no-repeat;	width: 2px;	height: 19px;
}

.dropDown .dropPlus, .dropDownFN .dropPlus, .dropDown .dropPlusOver, .dropDownFN .dropPlusOver, .dropDownFNFooter .dropPlus, .dropDownFNFooter .dropPlusOver {
	float: right;	background-repeat: no-repeat;	width: 18px;	height: 18px;
}

.dropDown .dropClear, .dropDownFN .dropClear, .dropDownFNFooter .dropClear {
	clear:both;	height:0;
}


/* drop down table styles */	
.dropList, .dropListFooter, .dropListCompleteCollection {
	position: absolute;	overflow: hidden; z-index: 1000;
}

.dropList table, .dropListFooter table, .dropListCompleteCollection table{
	width: 175px; white-space: nowrap;	padding: 0;	z-index: 900;
}

.dropList td, .tbar .dropList td, .dropListFooter td, .dropListCompleteCollection td {			
	padding: 0;
}	



.dropList a, .dropListFooter a, .dropListCompleteCollection a  {
	text-decoration: none;	white-space: nowrap;
	z-index:100;	display:block;
	padding:3px 5px 3px 10px;	font-weight: bold;
	font-size: 12px; line-height: 18px;
}

.dropList a.mnu, .dropList a.mnu:visited, .dropListFooter a.mnu, .dropListFooter a.mnu:visited, .dropListCompleteCollection a.mnu, .dropListCompleteCollection a.mnu:visited{
line-height: 13px;
}

.dropList a.mnu:hover, .dropListFooter a.mnu:hover, .dropListCompleteCollection a.mnu:hover  {
text-decoration:none;
}

