#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  position: relative;
  display: block;
  height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background: transparent url('off.gif') repeat-x top left;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  border-bottom: 4px solid #555555;
  border-top: 1px solid #919191;
}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu li a {
  display: block;
  float: left;
  color: #8c3a3a;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 20px 0 20px;
  height: 24px;
  background: transparent url('divider.gif') no-repeat top right;
}
#cssmenu li a:hover {
  background: transparent url('hover.gif') no-repeat top right;
  color: #8c3a3a;
}

.old {
            color: #A31919 !important;
            background-image: none !important;
            
}
.new {
            color: #00004C !important;
            background-image: none !important;
            
}
        .leftNav
            {
                width: 20%;
                height: 100%;
                float: left;    
            }

        .topPanel
        {
            width: 100%;
            height: 50%;
            float: right;
        }
        .bottomPanel
        {
            width: 80%;
            height: 50%;
            float: right;
        }

        #nav {  
   list-style: none;  
    margin-bottom: 10px;  
    height: 26px;  
    padding: 4px 4px 4px 4px;  
    font-weight: bold;  
}  

#nav a {  
    display: block;  
    padding: 5px;  
    color: #444444;  
    background: #fff;  
    text-decoration: none;  
    border: 1px solid grey;  
}  
  
#nav a:hover {  
    color: #fff;  
    background: #5353ae;  
}  

.noBorders {
    border-left: none !important;
        border-bottom: none !important;
        border-top: none !important;
        border-right: none !important;
}