
/**---  Menu Tabs I Sfondo gruppo tabs ---**/

#tabsI {
	float: left;
	width: 100%;
	font-family:verdana;
	font-size: 70%;
	font-weight : bold;
	line-height: normal;
	border-bottom: 1px solid #DD740B;
}

#tabsI ul {
	margin: 0;
	padding: 0px 0px 0 0px;
	list-style: none;
}

#tabsI li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabsI a {
	float: left;
	background: url("http://www.rent-sardinia.com/rs/img/tableftI.gif")
		no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	cursor: hand;
}

/**--- Colore Testo TAB ---**/

#tabsI a span {
	float: left;
	display: block;
	background: url("http://www.rent-sardinia.com/rs/img/tabrightI.gif")
		no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
	cursor: hand;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {
	float: none;
}

/* End IE5-Mac hack */
#tabsI a:hover span {
	color: #FFF;
	cursor: hand;
}

#tabsI a:hover {
	background-position: 0% -42px;
	cursor: hand;
}

#tabsI a:hover span {
	background-position: 100% -42px;
	cursor: hand;
}

#tabsI #current a {
	background-position: 0% -42px;
	cursor: hand;
}

#tabsI #current a span {
	background-position: 100% -42px;
	cursor: hand;
}

.roundcont {
	width: 158px;
	background-color: #f90;
	color: #fff;
}
/**---  Fine Menu Tabs I Sfondo gruppo tabs ---**/

#tabsI .attivo a {
	background-position: 0% -42px;
	cursor: hand;
}

#tabsI .attivo span {
	background-position: 100% -42px;
}

#tabsI .inattivo a {
	float: left;
	background: url("http://www.rent-sardinia.com/rs/img/tableftI.gif")
		no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	cursor: hand;
}

/**--- Colore Testo TAB ---**/

#tabsI .inattivo  a span {
	float: left;
	display: block;
	background: url("http://www.rent-sardinia.com/rs/img/tabrightI.gif")
		no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
	cursor: hand;
}
