
/* CSS drop downs */
.dropDown, #contentRight table .dropDown, .dropDownFN, #contentRight table .dropDownFN {
	background  :  #ffffff;
	background-image: url(images/dropdown_bg.gif);
	background-repeat: no-repeat;
	color: #000;
}

.dropDown .dropLabel, .dropDownFN .dropLabel {
	color: #333;
}

.dropDown .dropLeft, .dropDownFN .dropLeft {
	background-image: url(images/dropdown_left.gif);
	background-repeat: no-repeat;
}

.dropDown .dropRight, .dropDownFN .dropRight {
	background-image: url(images/dropdown_right.gif);
	background-repeat: no-repeat;
}

.dropDown .dropPlus, .dropDownFN .dropPlus {
	background-image: url(images/dropdown_plus.gif);
	background-repeat: no-repeat;
}

.dropDown .dropPlusOver, .dropDownFN .dropPlusOver {
	background-image: url(images/dropdown_plus_over.gif);
	background-repeat: no-repeat;
}

/* drop down table styles */	

.dropList {
	clear:both;
	
}

.dropList table {
	background: #EDF4FB;
}

.dropList td, .tbar .dropList td {			

	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: #333;
}

.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: #336699;
	color: #FFF;
}



A {
	font-family:helvetica, arial, sans-serif;
	text-decoration:none;
	color:#666666
}

A:hover {
	font-family:helvetica, arial, sans-serif;
	text-decoration:none;
	color:#999999
}

/* CSS Dropdowns */

/* PC IE6 */
* html body .dropContainer {
	width: 1px;	 }
	
.dropDown, .dropDownFN, .dropDownFNFooter {
	height: 18px;width: 177px;
	cursor: pointer;}

.dropDown .dropLabel, .dropDownFN .dropLabel, .dropDownFNFooter .dropLabel {
	float: left;	margin: 0;	padding: 0px;
	font-weight: normal; text-transform: none; font-size: 11px;}

.dropDown .dropLeft, .dropDownFN .dropLeft,.dropDownFNFooter .dropLeft {
	float: left; background-repeat: no-repeat; width: 1px; height: 18px;
}

.dropDown .dropRight, .dropDownFN .dropRight,.dropDownFooter .dropRight, .dropDownFNFooter .dropRight {
	float: right;	background-repeat: no-repeat;	width: 1px;	height: 18px;
}

.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;
}	

/* PC IE6 */
* html body .dropList a, * html body .dropListFooter a {
/* hide from IE mac \*/
	width: 100%;
/* end hiding from IE5 mac */ 
}

.dropList a, .dropListFooter a, .dropListCompleteCollection a  {
	text-decoration: none;	white-space: nowrap;
	z-index:100;	display:block;
	padding:0 5px 0 10px;	font-weight: bold;
	font-size: 10px; line-height: 14px;
}

.dropList a.mnu, .dropList a.mnu:visited, .dropListFooter a.mnu, .dropListFooter a.mnu:visited, .dropListCompleteCollection a.mnu, .dropListCompleteCollection a.mnu:visited{
	font-size:10px; line-height: 14px;  text-decoration:none;
}

.dropList a.mnu:hover, .dropListFooter a.mnu:hover, .dropListCompleteCollection a.mnu:hover  {
	font-size:10px;	text-decoration:none;
}

