﻿#css-menu { position: absolute; bottom: 0px; left: 0px; width: 930px; height: 25px; margin-bottom: 0px; background: url(/images/menu-off.jpg) center center repeat-x; background-color: #514f4f; }
.dropmenu { width: auto; font-weight: normal; font-family: Verdana; font-size: 11px; height: 26px; }
.dropmenu ul { width: auto; padding-top: 4px; padding-bottom: 6px; margin-top: 0px; text-align: left; }
.dropmenu ul li { display: inline; padding: 0px; }
.dropmenu ul li a { color: #fff; padding-top: 6px; padding-bottom: 6px; padding-left: 8px; padding-right: 8px; text-decoration: none; border-right: 1px solid #c9c9c9; }
.dropmenu ul li a:hover, .dropmenu ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/ background: url(/images/menu-on.jpg) center center repeat-x; /*THEME CHANGE HERE*/ color: #fff; }
.dropmenu ul li a:visited { color: #fff; }
/* ######### Style for Drop Down Menu ######### */
.home { position: absolute; top: 0px; z-index: 101; visibility: hidden; }
.dropmenudiv { position: absolute; top: 0px; border-left: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9; border-top: 1px solid #c9c9c9; font: normal 11px Verdana; line-height: 18px; z-index: 101; background-color: #8E9699; width: 200px; visibility: hidden; margin-left: 0px; color: #fff; }
.dropmenudiv a { width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #c9c9c9; padding: 3px 0px 3px 0px; text-decoration: none; font-weight: normal; color: #fff; }
* html .dropmenudiv a { /*IE only hack*/ width: 100%; color: #fff; }
.dropmenudiv a:hover { background-color: #514F4F; color: #fff; }
.dropmenudiv a:visited { color: #fff; }