#menu ol li{
    display: block;  
}
#menu ol li a{ 
	text-decoration:none;
}
#menu ol li ul {
    display: none;
/*    top: 155px;
    left: 618px;*/
} 
#menu ol li:hover ul {
    display:block; 
	position:absolute;
}
#menu ol li:hover {
	background-position:bottom;
}
#menu ol li:hover ul li ul {
    display: none;
}
.menubar{
	width: 900px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.bar{
	float: left;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	height: 33px;
	text-align: center;
	padding-top: 8px;
	/*cursor:hand;*/
	margin-right: 10px;
	margin-left: 10px;
}

.bar:hover{
	color:#003366;
	text-decoration: underline;
	background-position: bottom;
} 

.bar a{
	color:#FFFFFF;
	text-decoration: none;
}
.bar a:hover{
	color:#003366;
}
.textoprueba {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

.menuitem{
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight: bold;
	color:#000000;
	float:left;
	width: 90px;
	height: 20px;
	margin-left:-135px;
	margin-right:100px;
}
.menuitem a{
	color:#000000;
}
.respuesta2 {
	float: left;
	width: 20px;
}
.botonEnvio {
	float: left;
	width: 100px;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.contenedorCampo {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #333333;
	float: left;
	width: 650px;
}
#a_menubar_menubar_5 {
  color: #083182;
  font-size: 1.1em;
}
