override everything we want to change (not just remove it). This is on
PIE, but shouldn't cause issues on other browsers.
/* Contains the menu */
#menu {
margin: 5px;
+ width: 100pc;
background: #eeeeFF;
color: #000000;
border: 1px solid #000066;
#menu .logo {
display: none;
}
+#menu .logo img {
+ display: none;
+}
#menu ul {
margin: 5px;
padding: 5px 0px 5px 0px;
text-align: center;
list-style: none;
-}
+}
+#menu br {
+ display: none;
+}
/* Contains the main page - including header and footer */
#main {
+ margin-left: 0px;
padding: 0px;
+ position: relative;
}
/* Contains the header */
background: #eeeeff;
border-bottom: 5px solid #000066;
color: #000066;
+ text-align: left;
}
#contents h2 {
padding: 4px;
#topnav {
margin: -15px -10px 0px 0px;
padding: 0px;
+ text-align: left;
background: transparent;
color: #000000;
}