/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
padding: 3px 0;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0;
font-family: Geneva, Arial, Helvetica, sans-serif; font-size:18px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin: 0px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: #CC99FF url(http://www.clubbingspain.com/2009/imagenes/shade.gif) top left repeat-x;
	width:auto;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs a.selected{ /*selected main tab style */
background-image: url(http://www.clubbingspain.com/2009/imagenes/shadeactive.gif);

}

.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

