﻿.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 0px 0px;
border-right: 0px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 11px Verdana;
width: 250px; /*width of sub menus*/
padding: 5px;
text-align:left;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/*rollover images cabecera
a.rollover {
	display: block;
	width: 150px;
	height: 44px;
	text-decoration: none;
	background: url("webvamp.jpg");
	}

a.rollover:hover {
	background-position: -150px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
*/


#HomeImage
{
	display: block;
	width: 114px;
	height: 29px;
	text-decoration: none;
	background: url("../images/btn/home.gif");
	background-repeat:no-repeat;
}

#HomeImage:hover
{
	background-position: 0px -29px;
}
#HomeImage:active
{
	background-position: 0px -29px;
}

#NosotrosImage
{
	display: block;
	width: 101px;
	height: 29px;
	text-decoration: none;
	background: url("../images/btn/nosotros.gif");
}
#NosotrosImage:hover
{
	background-position: 0px -29px;
}

#NosotrosImage:active
{
	background-position: 0px -29px;
}


#ProductosImage
{
	display: block;
	width: 98px;
	height: 29px;
	text-decoration: none;
	background: url("../images/btn/productos.gif");
}

#ProductosImage:hover
{
	background-position: 0px -29px;
}

#ProductosImage:active
{
	background-position: 0px -29px;
}

#AgenciasImage
{
	display: block;
	width: 102px;
	height: 29px;
	text-decoration: none;
	background: url("../images/btn/agencias.gif");
}

#AgenciasImage:hover
{
	background-position: 0px -29px;
}

#AgenciasImage:active
{
	background-position: 0px -29px;
}


#ClientesImage
{
	display: block;
	width: 98px;
	height: 29px;
	text-decoration: none;
	background: url("../images/btn/clientes.gif");
}

#ClientesImage:hover
{
	background-position: 0px -29px;
}

#ClientesImage:active
{
	background-position: 0px -29px;
}

#EventosImage
{
	display: block;
	width: 93px;
	height: 29px;
	text-decoration: none;
	background: url("../images/btn/Eventos.gif");
}

#EventosImage:hover
{
	background-position: 0px -29px;
}

#EventosImage:active
{
	background-position: 0px -29px;
}



#ContactenosImage
{
	display: block;
	width: 113px;
	height: 29px;
	text-decoration: none;
	background: url("../images/btn/contactenos.gif");
}

#ContactenosImage:hover
{
	background-position: 0px -29px;
}

#ContactenosImage:active
{
	background-position: 0px -29px;
}

#MercadoImage
{
	display: block;
	width: 118px;
	height: 29px;
	text-decoration: none;
	background: url("../images/btn/bet_info_mercados.gif");
}


#MercadoImage:hover 
{
	background-position: 0px -29px;
}

#MercadoImage:active
{
	background-position: 0px -29px;
}

#RetoImage
{
	display: block;
	width: 75px;
	height: 29px;
	text-decoration: none;
	background: url("../images/btn/reto.gif");
}

#RetoImage:hover,#MercadoImage:hover
{
	background-position: 0px -29px;
}

