
/* 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: #000000; }
#DropDown_Menu1 { position: fixed; height: auto; z-index: 100; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu1 { position: absolute; } 
#DropDown_Menu2 { position: fixed; height: auto; z-index: 100; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu2 { position: absolute; } 
#DropDown_Menu3 { position: fixed; height: auto; z-index: 100; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu3 { position: absolute; } 
#DropDown_Menu4 { position: fixed; height: auto; z-index: 100; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu4 { position: absolute; } 
#DropDown_Menu5 { position: fixed; height: auto; z-index: 100; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu5 { position: absolute; } 
#DropDown_Menu5_1 { position: fixed; height: auto; z-index: 110; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu5_1 { position: absolute; } 
#DropDown_Menu5_2 { position: fixed; height: auto; z-index: 110; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu5_2 { position: absolute; } 
#DropDown_Menu5_3 { position: fixed; height: auto; z-index: 110; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu5_3 { position: absolute; } 
#DropDown_Menu5_4 { position: fixed; height: auto; z-index: 110; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu5_4 { position: absolute; } 
#DropDown_Menu5_5 { position: fixed; height: auto; z-index: 110; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu5_5 { position: absolute; } 
#DropDown_Menu5_6 { position: fixed; height: auto; z-index: 110; border: solid 1px black; background-color: #CCCCCC; }
* html #DropDown_Menu5_6 { position: absolute; } 

#dropdowncontainer a { font-family: Tahoma,Arial,sans-serif; font-weight: normal; font-size: 10px; 
		line-height: 14px; color: #000000; display: block; text-decoration: none; 
		border-bottom: solid 1px black; border-right: solid 1px black; padding: 2px; }
* html #dropdowncontainer a { width: 100%; }
#dropdowncontainer a:hover { color: white; background-color: darkblue; cursor: pointer; cursor: hand; }
* html #dropdowncontainer a:hover { width: 100%; }

a.arrow_black_right { background-image: URL(arrow_black.gif); background-repeat: no-repeat; background-position: 95% 50%; }