/* Styles and bug fixes required for Menu */

ul {
    margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	font-size: 16px;
	font-family: Arial Narrow, Helvetica, sans-serif;
}

ul li {
	position: relative;
}

li:hover ul, li.over ul { 
	display: block;
}

ul li a {
	display: block;
	text-decoration: none;
	padding: 1px;
	height: 18px;
	background:url("../Presentacion/Imagenes/arrow-off.gif") no-repeat 0 50%;
}

/* Fix IE \*/
* html ul li {float: left; height: 1%;}
* html ul li a {height: 1%;}
/* End */

.menubar {
	border: none;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 50px;
}

.menubar:hover {
	color: #FFFFFF;
	font-weight: bold;
	background:url("../Presentacion/Imagenes/arrow-on.gif") no-repeat 0 50%;
}
.digisys {
	border: none;
	color: #CCCCCC;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

.digisys:hover {
	color: #FFFFFF;
	font-weight: bold;
	background:url("../Presentacion/Imagenes/arrow-on.gif") no-repeat 0 50%;
}
