@charset "iso-8859-1";

#menu {
}

#menu li {
	width: 186px;
	height: 38px;
}

#menu li.last {
	height: 46px;
}

#menu img {
	vertical-align: text-top;
}

#menu li.first img {
	margin-top: 0;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size: 38px;
	line-height: 38px;
	padding-left: 16px;
	margin: 0;
}

#menu li.last a:link, #menu li.last a:visited, #menu li.last a:hover, #menu li.last a:active {
	font-size: 46px;
	line-height: 46px;
	padding-left: 16px;
	margin: 0;
}

#menu li a:hover, #menu li.middle a:hover {
	background: url(images/leftMarkLast.gif) 0 top no-repeat;
}

#menu li.first a:hover {
	background: url(images/leftMarkFirst.gif) 0 top no-repeat;
}

#menu li.last a:hover {
	background: url(images/leftMarkLast.gif) 0 top no-repeat;
}

#menu li .active {
	font-size: 46px;
	line-height: 46px;
	padding-left: 16px;
}

/* ========== Destacats ========== */

#titleSpecials {
	margin-top: 40px;
	margin-left: 20px;
}

#menuSpc img {
	vertical-align: text-top;
}

#menuSpc li img {
	margin-top: 0;
}

#menuSpc a:link, #menuSpc a:visited, #menuSpc a:hover, #menuSpc a:active {
	font-size: 57px;
	line-height: 0px;
	padding-left: 35px;
	margin: 0;
}

#menuSpc li a:hover {
	background: url(images/leftMarkDest.gif) 20px 0 no-repeat;
}


#menuSpc li .active {
	font-size: 57px;
	line-height: 0px;
	padding-left: 35px;
	margin: 0;
}

