
/* 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; position: relative; }
#DropDown_Menu1 { position: absolute; height: auto; z-index: 100; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu2 { position: absolute; height: auto; z-index: 100; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu3 { position: absolute; height: auto; z-index: 100; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu4 { position: absolute; height: auto; z-index: 100; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu5 { position: absolute; height: auto; z-index: 100; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu5_1 { position: absolute; height: auto; z-index: 110; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu5_2 { position: absolute; height: auto; z-index: 110; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu5_3 { position: absolute; height: auto; z-index: 110; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu5_4 { position: absolute; height: auto; z-index: 110; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu5_5 { position: absolute; height: auto; z-index: 110; border: solid 1px #A8A7A7; background-color: #e5e5e5; }
#DropDown_Menu5_6 { position: absolute; height: auto; z-index: 110; border: solid 1px #A8A7A7; background-color: #e5e5e5; }

#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 #A8A7A7; border-right: solid 1px #A8A7A7; padding: 2px; }
#dropdowncontainer a:hover { color: #0074cb; background-color: white; cursor: pointer; }

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