/* Menu containers for the drop down menus */ #menucontainer { position: absolute; z-index:1; } #menuitem { float: left; } /* Drop down CSS Menu stuff */ .NavToItem { display: block; } .NavToItems a.NavToItem, a.NavToItem:visited { font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; text-align: center; display: block; padding: 1px 1px 1px 1px; border-left: 1px; border-right: 1px; border-top: 0px; border-bottom: 1px; border-style: solid; border-color: white; line-height:20px; margin: 0px 0px 0px 0px; } a.NavToMenuTitle, a.NavToMenuTitle:link, a.NavToMenuTitle:visited,{ color: #fffffa; text-decoration: none; text-align: center; display: block; border-right: 1px; border-left: 0px; border-top: 1px; border-bottom: 1px; border-color: white; border-style: solid; line-height:30px; width:125px; background-color: #f77c00; font-weight: bold; font-size:10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; } a.NavToMenuTitle:hover, a.NavToMenuTitle:active { background-color: #000000; color: #fffffa; } .HideNavToMenu .NavToItems { display: none; } .HideNavToMenu, .ShowNavToMenu { width:125px; background-color: #f77c00; opacity: .5; filter: alpha(opacity=92); -moz-opacity: .9; } .ShowNavToMenu .NavToItem { width:125px; left:100px; } a.NavToItem:hover, a.NavToItem:active { font-weight:bold; background-color: #000000; color: #fffffa; } #menu_var { position: relative; background-color:#000000; padding: 0px 0px 0px 0px; border-left: 0px; border-right: 0px; border-top: 1px; border-bottom: 1px; border-style: solid; border-color: white; width:100%; height:32px; font: normal 1px; } #menu_balk { position: relative; top:1px; background-color:#f77c00; padding: 0px 0px 0px 0px; border-left: 0px; border-right: 0px; border-top: 0px; border-bottom: 1px; border-style: solid; border-color: white; width:100%; height:5px; font: normal 1px; } #content { position: relative; top:0px; }