/* commented backslash hack v2 \*/
* html {overflow:hidden;}
/* end of hack */

/* drop down menus - use with showhide.js */
#dropdowncontainer { z-index: 100; font-family: Tahoma,Arial,sans-serif; font-weight: normal; font-size: 10px; 
		line-height: 14px; color: #ffffff; }
#DropDown_Menu1 { position: fixed; height: auto; z-index: 100; background-color: #11007A; border: solid 1px silver; }
* html #DropDown_Menu1 { position: absolute; }
#DropDown_Menu2 { position: fixed; height: auto; z-index: 100; background-color: #11007A; border: solid 1px silver; }
* html #DropDown_Menu2 { position: absolute; }
#DropDown_Menu3 { position: fixed; height: auto; z-index: 100; background-color: #11007A; border: solid 1px silver; }
* html #DropDown_Menu3 { position: absolute; }
#DropDown_Menu4 { position: fixed; height: auto; z-index: 100; background-color: #11007A; border: solid 1px silver; }
* html #DropDown_Menu4 { position: absolute; }
#DropDown_Menu5 { position: fixed; height: auto; z-index: 100; background-color: #11007A; border: solid 1px silver; }
* html #DropDown_Menu5 { position: absolute; }
#DropDown_Menu6 { position: fixed; height: auto; z-index: 100; background-color: #11007A; border: solid 1px silver; }
* html #DropDown_Menu6 { position: absolute; }
#DropDown_Menu7 { position: fixed; height: auto; z-index: 100; background-color: #11007A; border: solid 1px silver; }
* html #DropDown_Menu7 { position: absolute; }

#dropdowncontainer a { font-family: Tahoma,Arial,sans-serif; font-weight: normal; font-size: 10px; 
		line-height: 14px; color: #ffffff; display: block; text-decoration: none; 
		padding: 2px; font-weight: bold; }
#dropdowncontainer a:hover { color: red; background-color: #11007A; font-weight: bold; }
