
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slidetabsmenu {
	float:right;
	width:100%;
	font-size:14px;

	line-height:normal;
	margin: 8px 0 0 0;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/

}

#slidetabsmenu ul{
	list-style-type: none;
	margin:0;
	padding:0;

}

#slidetabsmenu li{
	display:inline;
	padding:0;

}

#slidetabsmenu a {
	float:right;
	background:url(http://www.pornodecasa.com/images/grey-red/tab-left.png) no-repeat left bottom;
	background-position:0% -70px;
	margin: 0 0 0 0px;
	padding:0 0 0 13px;
	font:bold 12px/28px Arial, Helvetica, sans-serif;
	color:#fff;
	border-bottom: 1px solid #353535;
}

#slidetabsmenu a span {
	float:right;
	cursor:pointer;
	display:block;

	background:url(http://www.pornodecasa.com/images/grey-red/tab-right.png) no-repeat right bottom;
	background-position:100% -70px;
	padding: 0px 20px 0px 11px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
	color: #fff;
}

#slidetabsmenu #current a {
	background-position:0 0px;
}

#slidetabsmenu #current a span {
	background-position:100% 0px;
	color: #fff;
}

#slidetabsmenu a:hover {
	background-position:0% -35px;
}

#slidetabsmenu a:hover span {
	background-position:100% -35px;
	}





