	
/*SUBMENU CSS*/

.contienesubmenu{
width: 16%; /*width of menu*/
float:left;
position:relative;
text-align:left;
margin-left:5px;
border-right: 1px dotted #dadada;
font-family:Arial, Helvetica, sans-serif;
}

.contienesubmenu .headerbar{
color: white;
background: black url(../images/submenu/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.contienesubmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.contienesubmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.contienesubmenu ul li a{
color: #000;
background: url(../images/submenu/lista.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #dadada;
font-size: 90%;
}

.contienesubmenu ul li a:visited{
color: #000;
}

.contienesubmenu ul li a:hover{ /*hover state CSS*/
color: #ccc;
background-color: #ac0303;
}

.contienesubmenu #current a{ /*currently selected tab*/
	background: url(../images/submenu/lista1.jpg) no-repeat center left; /*custom bullet list*/
	background-color: #ac0303; /*Brown color theme*/ 
	border-color: #ac0303; /*Brown color theme*/ 
	color:#ccc;
}


/*SUBMENU VINOS CSS*/

.contienesubmenuvinos{
width: 16%; /*width of menu*/
float:left;
position:relative;
text-align:left;
margin-left:5px;
border-right: 1px dotted #dadada;
font-family:Arial, Helvetica, sans-serif;
z-index:5;
}

.contienesubmenuvinos h3{
color: #fff;
background-color: #ac0303;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
font-size:0.9em;
}

.contienesubmenuvinos h3 a{
color: #fff;
text-decoration:none;
}


.contienesubmenuvinos h3 a:hover{
color: #999;
text-decoration:underline;
}

.contienesubmenuvinos ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.contienesubmenuvinos ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.contienesubmenuvinos ul li a{
color: #000;
background: url(../images/submenu/lista.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #dadada;
font-size: 90%;
}

.contienesubmenuvinos ul li a:visited{
color: #000;
}

.contienesubmenuvinos ul li a:hover{ /*hover state CSS*/
color: #ccc;
background-color: #ac0303;
}

.contienesubmenuvinos #current a{ /*currently selected tab*/
	background: url(../images/submenu/lista1.jpg) no-repeat center left; /*custom bullet list*/
	background-color: #ac0303; /*Brown color theme*/ 
	border-color: #ac0303; /*Brown color theme*/ 
	color:#fff;
}
