
/* 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: absolute; height: auto; z-index: 100; border: solid 1px #3f3f3f; background-color: #051B5F; }
#DropDown_Menu2 { position: absolute; height: auto; z-index: 100; border: solid 1px #3f3f3f; background-color: #051B5F; }
#DropDown_Menu3 { position: absolute; height: auto; z-index: 100; border: solid 1px #3f3f3f; background-color: #051B5F; }
#DropDown_Menu4 { position: absolute; height: auto; z-index: 100; border: solid 1px #3f3f3f; background-color: #051B5F; }
#DropDown_Menu5 { position: absolute; height: auto; z-index: 100; border: solid 1px #3f3f3f; background-color: #051B5F; }

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

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