/* 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: 3000; border: solid 1px black; background-color: #EFEFEF; }
* html #DropDown_Menu1 { 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: #000000; }
* html #dropdowncontainer a:hover { width: 100%; }

a.arrow_black_right { background-image: URL(arrow_black.gif); background-repeat: no-repeat; background-position: 95% 50%; }