@charset "utf-8";
/* CSS Dropdowns */
/* PC IE6 */
* html .dropContainer {width:1px;}
.dropDownFN {background-repeat:repeat-x;height:22px;cursor:pointer;}
.dropDownFN .dropLabel {width:88px;height:17px;padding:5px 0 0 4px;text-align:left;}
.dropDownFN .dropLeft {float:left;background-repeat:no-repeat;width:3px;height:22px;}
.dropDownFN .dropPlus,.dropDownFN .dropPlusOver {float:right;background-repeat:no-repeat;width:21px;height:22px;}
.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 {margin:46px 0 0 0;width:116px;background-image:url(../images/dropdown_bg.gif);}
.dropDownFN .dropLabel {color:#5d5d5d;}
.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 {margin:2px 0 0 0;width:114px;border:1px solid #53abdc;background:#fff;}
.dropdetail ul {width:114px;}
.dropdetail li {width:114px;height:18px;color:#000;text-align:center;}
.dropdetail .bg1 {background:#fff;color:#5d5d5d;}
.dropdetail .bg1 a {color:#5d5d5d;}
.dropdetail .bg2 {background:#8c8c8c;color:#fff;}
.dropdetail .bg2 a {color:#fff;}

.dropList a {color:#000;}
.dropList a.mnu,.dropList a.mnu:visited {color:#333;}
.dropList a.mnu:hover {background-color:#292929;color:#cdcdcd;}

