/* CSS Dropdowns */
/* PC IE6 */
* html .dropContainer {width:1px;}
.dropDownFN {background-repeat:repeat-x;height:16px;cursor:pointer;}
.dropDownFN .dropLabel {width:53px;height:14px;padding:2px 3px 0 0;color:#000;text-align:center;}
.dropDownFN .dropLeft {float:left;background-repeat:no-repeat;width:3px;height:16px;}
.dropDownFN .dropPlus,.dropDownFN .dropPlusOver {float:right;background-repeat:no-repeat;width:16px;height:16px;}
.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:75px;background-image:url(../images/dropdown_bg.gif);color:#000;}
.dropDownFN .dropLabel {color:#000;}
.dropDownFN .dropLeft {background-image:url(../images/dropdown_left.gif);background-repeat:no-repeat;}
.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 {width:58px;border:1px solid #7c7c4b;background:#fff;}
.dropdetail ul {width:58px;}
.dropdetail li {height:18px;color:#000;text-align:center;}	
.dropList a {color:#000;}
.dropList a.mnu,.dropList a.mnu:visited {color:#333;}
.dropList a.mnu:hover {background-color:#292929;color:#cdcdcd;}

