/* ------------- menu ----------------------------------- */
   
#menu{
  padding:0 0 0 0; 
  width:898px;
  height:60px;
  background:#989898;
  overflow:hidden;
}

#menu ul{
  list-style-type:none;
  margin:0;
  padding:0;
  width:698px;
  background:#B40019;
  float:left;
}

#menu ul li{
  position: relative;
  padding:0;
  float:left;
  list-style-type:none;
}


#menu ul li a {
  display:block;
  font-size:1.1em;
  font-weight:bold;
  text-decoration:none;
  margin:0;
  padding:8px 8px 8px 8px;
  float:none;
  color:white;
  background:#B40019;
}

#menu ul li a:hover {
  background:#DE4653;
}

#menu ul.blue-menu{
  width:200px;
  background:#291F66;
}

#menu ul.red-menu{
  width:200px;
  background:#B40019;
  height:30px;
}

#menu ul.blue-menu li a {
  background:#291F66;
}

#menu ul.blue-menu li a:hover {
  background:#2564A9;
}