.jqueryslidemenu{
	font: bold 12px Verdana;
	width: 100%;
	position:absolute;
	top:97px;
	z-index:254;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: right;
display: block;
text-indent: -10000px; /* Sacamos el texto de los enlaces del campo de vision */
}

#m1 a { width: 70px; height:47px; display:block; padding: 0; margin: 0; background: url(../images/menu/home.png) no-repeat; }
#m2 a { width: 88px; height:47px; display:block; padding: 0; margin: 0; background: url(../images/menu/btn1.png) no-repeat; }
#m3 a { width: 84px; height:47px; display:block; padding: 0; margin: 0; background: url(../images/menu/products.png) no-repeat; }
#m4 a { width: 156px; height:47px; display:block; padding: 0; margin: 0; background: url(../images/menu/downloads.png) no-repeat; }
#m5 a { width: 95px; height:47px; display:block; padding: 0; margin: 0; background: url(../images/menu/consejo.png) no-repeat; }
#m6 a { width: 103px; height:47px; display:block; padding: 0; margin: 0; background: url(../images/menu/contact.png) no-repeat; }
#m1 a:hover, #m2 a:hover, #m3 a:hover, #m4 a:hover, #m5 a:hover, #m6 a:hover { background-position:0 -47px; }

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
text-decoration: none;
}
	
/*1st sub level menu*/
/*
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}
*/

#submenu {
	position:absolute;
	top:30px;
	text-indent: 0;
	margin:0;
	padding:0;
	border:0;
	width:220px;
}
#submenu li a {
	width:211px;
	float: none;
	padding:4px 4px 0 4px;
	text-indent:0;
	height:20px;
	border-bottom:1px solid #152A55;
	background:#2C467D;
	color:#eee;
	font-weight:normal;
	font-size:11px;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}
#submenu li a:hover {
	background:#233865;
	color:#FFF;
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
}


/*Sub level menu list items (undo style from Top level List Items)*/
/*
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
text-indent:0;
text-indent: 0;
background:#000;
height:20px;
}
*/

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
