#menu_container {
    background:#000 url(../siteimages/navigation.png) no-repeat left top;
    width:750px;
    padding: 0;
	font: 0.90em/1.1em "trebucht ms", tahoma, Verdana, Arial, sans-serif;
    margin: 0 0 10px 0;
    float: left;
}
		
.menu {
    padding:0; 
    margin:0; 
    oldbackground: #00426B;
    background: red;
    min-width:750px; 
    list-style-type:none;
    white-space:nowrap;
}

.menu li {
    float:left;
    min-width:40px;
}
.menu a {
    position:relative;
    display:block; 
    text-decoration:none; 
    min-width:40px; 
    float:left; 
}
  
* html .menu a {
    width:40px;
}
  
.menu a span {
    display:block; 
    color:#ffffff; 
    background:#000 url(../siteimages/navigation.png) no-repeat left top;
    border:0px #000000; 
    border-width:2px 1px; 
    text-align:center; 
    padding:5px 8px; 
    cursor:pointer;
}
  
* html .menu a span {
  width:80px; 
  cursor:hand; 
  w\idth:40px;
  }
.menu a b {
    display:block; 
    min-height :27px; 
    margin: 0 0 0 0;
    text-decoration:none; 
    border-bottom:0px;
  }

.menu a u {
    display:block; 
    min-height :27px; 
    margin: 0;
    text-decoration:none; 
    border-bottom:1px solid #cc3333;
  }

.menu a em {
  display:none;
  }
.menu a:hover {
  background:#cc3333;
  }
.menu a:hover span {
  color:#fff; 
  background:#cc3333;
  }
.menu a:hover em {
  display:block; 
  overflow:hidden; 
  }
  
  
#navcontainer { width: 180px; }

#navcontainer ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px 3px 3px 10px;
width: 150px;
background-color: #369;
border-bottom: 1px solid #eee;
}


#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #036;
color: #fff;
}

ul#navlist li#active a
{
background: #611111;
color: #ffffff;
}


