﻿/* CSS Dropdowns */
/* PC IE6 */
* html .dropContainer {width:1px;}
.dropDownFN {margin:3px 0 0 0;background-repeat:repeat-x;height:18px;cursor:pointer;}
.dropDownFN .dropLabel {width:49px;height:15px;padding:3px 0 0 0;color:#696969;text-align:center;}
.dropDownFN .dropLeft {float:left;background-repeat:no-repeat;width:3px;height:18px;}
.dropDownFN .dropPlus,.dropDownFN .dropPlusOver {float:right;background-repeat:no-repeat;width:16px;height:18px;}
.dropDownFN .dropClear {clear:both;height:0;}

/* drop down table styles */	
.dropList {position:absolute;overflow:hidden;z-index:5000;}
.dropList table {white-space:nowrap;z-index:4900;}

/* PC IE6 */
* html body .dropList a {
/* hide from IE mac \*/
	width: 100%;
/* end hiding from IE5 mac */ 
}
.dropList a {text-decoration:none;white-space:nowrap;z-index:100;display:block;padding:1px 3px 0;font-size:12px;line-height:18px;}
.dropList a.mnu, .dropList a.mnu:visited {font-size:12px;line-height:15px;}
.dropList a.mnu:hover {font-size:12px;text-decoration:none;}
/* CSS drop downs */
.dropDownFN {width:68px;background-image:url(../images/dropdown_bg.gif);color:#000;}
.dropDownFN .dropLabel {color:#676767;}
.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 */	
.dropList {margin:3px 0 0 0;}
.dropList table {float:left;background:#343434;}
.dropList td {height:18px;color:#9e9e9e;}	
.dropList a {color:#9e9e9e;}
.dropList a.mnu,.dropList a.mnu:visited {color:#9e9e9e;}
.dropList a.mnu:hover {background-color:#292929;color:#cdcdcd;}



/*for search*/
.dropDownFN1 {background-repeat:repeat-x;height:16px;cursor:pointer;}
.dropDownFN1 .dropLabel {width:81px;height:14px;padding:2px 0 0 0;text-align:center;}
.dropDownFN1 .dropLeft {float:left;background-repeat:no-repeat;width:3px;height:16px;}
.dropDownFN1 .dropPlus,.dropDownFN1 .dropPlusOver {float:right;background-repeat:no-repeat;width:14px;height:16px;}
.dropDownFN1 .dropClear {clear:both;height:0;}

/* drop down table styles */	
.dropList1 {position:absolute;overflow:hidden;z-index:5000;}
.dropList1 table {white-space:nowrap;z-index:4900;}

/* PC IE6 */
* html body .dropList1 a {
/* hide from IE mac \*/
	width: 98px;
/* end hiding from IE5 mac */ 
}
.dropList1 a {text-decoration:none;white-space:nowrap;z-index:100;display:block;padding:1px 3px 0;font-size:12px;line-height:18px;}
.dropList1 a.mnu, .dropList1 a.mnu:visited {font-size:12px;line-height:15px;}
.dropList1 a.mnu:hover {font-size:12px;text-decoration:none;}
/* CSS drop downs */
.dropDownFN1 {width:98px;background-image:url(../images/dropdown_bg2.gif);color:#000;}
.dropDownFN1 .dropLabel {color:#6c6c6c;}
.dropDownFN1 .dropLeft {background-image:url(../images/dropdown_left2.gif);background-repeat:no-repeat;}
.dropDownFN1 .dropPlus {background-image:url(../images/dropdown_plus2.gif);background-repeat:no-repeat;}
.dropDownFN1 .dropPlusOver {background-image:url(../images/dropdown_plus2.gif);background-repeat: no-repeat;}

/* drop down table styles */	
.dropList1 {margin:3px 0 0 0;}
.dropList1 table {float:left;background:#343434;}
.dropList1 td {width:98px;height:18px;color:#9e9e9e;}	
.dropList1 a {color:#9e9e9e;}
.dropList1 a.mnu,.dropList1 a.mnu:visited {color:#9e9e9e;cursor:pointer;}
.dropList1 a.mnu:hover {background-color:#292929;color:#cdcdcd;}
