.uber{ margin-bottom: 1em; }

.uber ul{ font: 11px Verdana, Arial, Helvetica, sans-serif; background-repeat: repeat; padding: 3px 2px 4px; list-style-type: none; text-align: left; width: 75em; margin: 1px auto 0; }

.uber li{ display: inline; margin: 0; }

.uber li a{ text-decoration: none; padding: 3px 5px 2px; margin: 0 1px 0 0; color: gray; background-attachment: scroll; }
.uber li a:visited{

}

.uber li a:hover{ color: white; }
.uber li a:selected { color: white; }
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{ font: 11px/18px Verdana, Helvetica, Arial, sans-serif; position:absolute; top: 0; border-width: 0 1px; z-index:100; background-color: black; text-align: left; width: 200px; visibility: hidden; border-color: black; border-style: solid; }


.dropmenudiv_e a{ width: auto; display: block; text-indent: 5px; padding: 2px 0; text-decoration: none; color: gray; background-color: black; border-color: #1c1c1c; border-style: solid; border-width: 0 0 1px;
}

* html .dropmenudiv_e a{ /*IE only hack*/
background-color: black; width: 100%;}

.dropmenudiv_e a:hover{ color: white; background-color: #1c1c1c;  /*THEME CHANGE HERE*/

}
.dropmenudiv_e a:visited {  }
.dropmenudiv_e a:selected { color: white; }
