
#topNavigation { position: relative; margin-left:auto; margin-right:auto; display: block; }
#topNavigation .topMenuItem { background-color: rgb(42,53,171); margin: 0px 1px; float:left; border-left: solid white 1px;}
#topNavigation .topMenuItem:hover { background-color: rgb(128,128,128); }
#topNavigation .topMenuItem .high { background-color: rgb(128,128,128); }
#topNavigation .topMenuItem a { display: inline-block; padding: 5px 10px; color: white; text-decoration: none; font-weight: normal; white-space: nowrap;}
ul.subMenu { display: none;  position: absolute; list-style: none; padding: 0px; margin: 0px; }
#topNavigation .topMenuItem:hover ul { display: block; }
ul.subMenu li { display: block; margin: 0px 0px; clear:left; width:100%; background-color: rgb(42,53,171);}
ul.subMenu li:hover {  background-color: rgb(128,128,128);}
ul.subMenu li a { display: inline-block; padding: 5px 10px; color: white; text-decoration: none; font-weight: normal; font-size: smaller; white-space: nowrap; }

#footer {
    background-color: rgb(56,113,194); height:24px; border: solid 0px red; position: absolute; right:0px; bottom:0px; left:0px;
}

#footerNavigation { position: absolute; right:0px; bottom:0px; display: block; z-index:100; background-color: rgb(42,53,171);}
#footerNavigation ul { list-style: none; padding: 0px; margin: 0px; }
#footerNavigation ul li { background-color: rgb(42,53,171); margin: 0px 1px; float:left; }
#footerNavigation ul li:hover { background-color: rgb(128,128,128); }
#footerNavigation ul li a { display: inline-block; padding: 3px 10px; color: white; text-decoration: none; font-weight: normal; font-size: smaller; white-space: nowrap;}
