div#menu {
  background: #f8f8f8;
  color: #ffffff;
  font-weight : bold;
  text-align : left;
  width:100%;
  height:3em;  
  padding:0px;
 }

div#categorie {
  width:100%;
  text-align : left;
  padding:0;
}
div#menu_bottom {
  font-size: 1em;
  color: #993333;
  text-align : left;
  margin:1em;
  padding:1em;

}


A.menu_bottom { 
  color: #000000;
  font-size: 1em;  
  font-weight: normal;
  text-decoration: none;
  margin:1em;
  
}

A.menu_bottom:hover {
  color: #FFFFFF;
  background:#993333;
  font-size: 1em;  
  font-weight: bold;
  text-decoration: none;
}

div#red {
  width:100%;
  height:2em;
  background:#C70000;
  font-size: 1em;
  color: #FFF;
  font-weight : bold;
  text-align : left;
  margin:0px;
  padding:0px;
}

div#green {
  width:100%;
  height:2em;
  background:#006A00;
  font-size: 1em;
  color: #FFF;
  font-weight : bold;
  text-align : left;
  margin:auto;
  padding:0px;
}

div#blu {
  width:100%;
  height:2em;
  background:#182351;
  font-size: 1em;
  color: #FFF;
  font-weight : bold;
  text-align : left;
  margin:auto;
  padding:0px;
}

div#white {
  width:100%;
  height:2em;
  background:#FFFFFF;
  font-size: 1em;
  color: #000;
  font-weight : bold;
  text-align : left;
  margin:auto;
  padding:0;
}

.where {
  font-size: 1em;
  font-weight : bold;
  text-align : left;
  padding-left:5px;
  padding-top:3px;  
}

div#menu_categoria {
  width:100%;
  height:2.1em;
  background:#c8be9b;
  color:#FFFFFF;
  text-align:right;
  font-size: 1.3em;
  font-weight : bold;
  padding:0;
  margin:0;
}

A.menu_categoria {
  color: #FFFFFF;
  font-size: 14px;
  font-weight : bold;
}

A.menu_categoria:HOVER {
  font-size:14px;
  color: #FFFFFF;
  font-weight : bold;
}

.space_menu_categoria_0 {
display:inline;
white-space:nowrap;
width:15em;
height:2em;
line-height:2em;
background:#C70000;
border:solid 2px;
position:relative;
border-bottom:0;
margin:0 1em 0 0;
text-align:center;
padding:0.5em 3em 0.5em 3em;
}

.space_menu_categoria_1 {
display:inline;
white-space:nowrap;
width:15em;
height:2em;
line-height:2em;
background:#006A00;
border:solid 2px;
position:relative;
border-bottom:0;
margin:0 1em 0 0;
text-align:center;
padding:0.5em 3em 0.5em 3em;
}

.space_menu_categoria_2 {
display:inline;
white-space:nowrap;
width:15em;
height:2em;
line-height:2em;
background:#182351;
border:solid 2px;
position:relative;
border-bottom:0;
margin:0 1em 0 0;
text-align:center;
padding:0.5em 3em 0.5em 3em;
}

