#menu {
	text-align: right;
	background-color: #004080;
}

#menu div.barraMenu  {
	font-family: Verdana;
	font-size: 10pt;
	color: White;
	background-color: #004080;
	text-align:right;
	padding-top: 5px;
	padding-right: 5px;
	height:20px;
}


#menu div.barraMenu a.botonMenu {
	color: White;
	position : relative;
	background-color: #191970;
	cursor: pointer;
	text-decoration: none;
	padding : 0 5px 0 5px;
	border-left : 1px solid Silver;
	border-top : 1px solid Silver;
	border-right : 2px solid #DCDCDC;
	border-bottom :2px solid #DCDCDC;
}

#menu div.barraMenu a.botonMenu:hover {
	/*background-color: #6A5ACD;
	*/
	border-left : 2px solid #696969;
	border-top : 2px solid #696969;
	border-right : 1px solid Silver;
	border-bottom :1px solid Silver;
	color : silver;
}

#menu div.barraMenu a.botonMenu:active {
	background-color: #00CED1;
	color: Black;
} 

