/* NAVIGATION */
ul#navList
{
	position: relative;
	width: 155px;	
	height: 100%;
	float: right;	
	z-index: 1000;
}

ul#navList li
{  
	background-color: #FFF;
}

ul#navList li#navFooter
{  
	width: 155px;
	height: 213px;
	background: url(../images/tpl/left_bottom.gif) 0 0 no-repeat transparent;  	
}

.navBtn
{ 
	display: block;  
	height: 33px;
	overflow: hidden;
	padding: 0 0 5px 0;	
	background-color: #FFF;
}

li#btn_cursos a {width:155px; background: url(../images/navigation_es/cursos.gif) no-repeat 0 0; }
li#btn_cursos a:hover {width:155px; background-position: -155px 0; }

li#btn_cerveteca a {width:155px; background: url(../images/navigation_es/cerveteca.gif) no-repeat 0 0; }
li#btn_cerveteca a:hover {width:155px; background-position: -155px 0; }

li#btn_cervezas a {width:155px; background: url(../images/navigation_es/cervezas.gif) no-repeat 0 0; }
li#btn_cervezas a:hover {width:155px; background-position: -155px 0; }

li#btn_contact a {width:155px; background: url(../images/navigation_es/contact.gif) no-repeat 0 0; }
li#btn_contact a:hover {width:155px; background-position: -155px 0; }

li#btn_enlaces a {width:155px; background: url(../images/navigation_es/enlaces.gif) no-repeat 0 0; }
li#btn_enlaces a:hover {width:155px; background-position: -155px 0; }

li#btn_quienes a {width:155px; background: url(../images/navigation_es/quienes.gif) no-repeat 0 0; }
li#btn_quienes a:hover {width:155px; background-position: -155px 0; }

li#btn_servicios a {width:155px; background: url(../images/navigation_es/servicios.gif) no-repeat 0 0; }
li#btn_servicios a:hover {width:155px; background-position: -155px 0; }


li#btn_servicios a#btn_selected,
li#btn_cerveteca a#btn_selected,
li#btn_cervezas a#btn_selected,
li#btn_contact a#btn_selected,
li#btn_enlaces a#btn_selected,
li#btn_quienes a#btn_selected,
li#btn_cursos a#btn_selected
	{width:155px; background-position: -155px 0;}
	

	
ul#navList a#btn_selected:hover
{	
	cursor: default;
} 
/* END NAVIGATION */


