/* CSS Dropdowns */
/* PC IE6 */
* html .dropContainer {width:1px;}
.dropDownFN {height:15px;cursor:pointer;}
.dropDownFN .dropLabel {width:93px;height:13px;padding:2px 0 0 0;color:#2c2d2c;overflow:hidden;}
.dropDownFN .dropLeft {float:left;background-repeat:no-repeat;width:10px;height:15px;}
.dropDownFN .dropPlus,.dropDownFN .dropPlusOver {float:right;background-repeat:no-repeat;width:20px;height:15px;}
.dropDownFN .dropClear {clear:both;height:0;}

/* drop down table styles */	
.dropList {position:absolute;overflow:hidden;z-index:5000;}

/* PC IE6 */
* html body .dropList a {
/* hide from IE mac \*/
/* end hiding from IE5 mac */ 
}
.dropList a {text-decoration:none;white-space:nowrap;z-index:100;float:left;padding:1px 3px 0;font-size:12px;line-height:18px;}
.dropList a.mnu, .dropList a.mnu:visited {line-height:15px;}
.dropList a.mnu:hover {font-size:12px;text-decoration:none;}
/* CSS drop downs */
.dropDownFN {width:123px;background:#accd2d url(../images/drop_bg.gif) no-repeat left top;color:#000;}
.dropDownFN .dropLabel {color:#2c2d2c;}
.dropDownFN .dropLeft {}
.dropDownFN .dropPlus {background-image:url(../images/dropdown_plus.gif);background-repeat:no-repeat;}
.dropDownFN .dropPlusOver {background-image:url(../images/dropdown_plus.gif);background-repeat: no-repeat;}

/* drop down table styles */	
.dropdetail {margin:2px 0 0 0;width:121px;border:1px solid #2c2d2c;background:#c9d9d2;}
.dropdetail ul {width:121px;}
.dropdetail li {height:18px;color:#000;text-align:center;}	
.dropList a {color:#000;}
.dropList a.mnu,.dropList a.mnu:visited {color:#333;}
.dropList a:hover {background-color:#292929;color:#cdcdcd;}

