#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;
	width: 124px;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	height: 33px;
	text-align: center;
	padding-top: 15px;
	/*cursor:hand;*/
	margin-right: 4px;
}
.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-top:20px;
	padding-top:5px;
	margin-left:-135px;
	margin-right:100px;
}
.menuitem a{
    color:#000000; 
}
#contenedor #formacion {
	background-image: url(../gifs/btnFormacionHome.jpg);
	float: left;
	height: 219px;
	width: 279px;
	margin-right: 5px;
}
#contenedor #cursosonline {
	background-image: url(../gifs/btnCursosOnlineHome.jpg);
	float: left;
	height: 108px;
	width: 324px;
}
#contenedor #areacliente {
	background-image: url(../gifs/btnAreaClienteHome.jpg);
	float: left;
	height: 111px;
	width: 324px;
}
