/*- Menu Tabs K--------------------------- */ 	
.tabsK {
	/*float:right;*/
	/*width:100%;*/
	font-size:120%;
	line-height:normal;
}
.tabsK ul {
	margin:0 0 0 12px;
	padding:22px 10px 0 10px;
	list-style:none;
}
.tabsK li {
	display:inline;
	margin:0;
	padding:0;
}
.tabsK a {
	float:left;
	background:url("../img/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
.tabsK a span {
	float:left;
	display:block;
	background:url("../img/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #32270B;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsK a span {float:none;}
/* End IE5-Mac hack */
.tabsK a:hover span {
	color:#FFF;
	background-position:100% -42px;
}
.tabsK a:hover {
	background-position:0% -42px;
}
.tabsK a:hover span {
	background-position:100% -42px;
}
/* la news in home page sotto le special offer*/
.tab-news 
{
	color:#5F4405;
	font-size:120%;
	line-height:normal;
	background: #154279 url("../img/header-sub.jpg") no-repeat top left;
}