﻿/*	Credits: Dynamic Drive CSS Library
	URL: http://www.dynamicdrive.com/style/
	http://www.dynamicdrive.com/style/csslibrary/item/css-tabs-menu/
*/
.basictab{
position:absolute;
		top:-19px;
		left:-127px;
		list-style:none; /*set to left, center, or right to align the menu as desired*/
}
.basictab li {list-style:none; /*set to left, center, or right to align the menu as desired*/
}
.basictab li a {display: block;
		height:57px;
		width:87px;
		background-image:url(../Immagini/sfum_bottom.jpg);
		background-repeat:no-repeat;
		color:#FFFFFF;
		text-align:center;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		text-align:center;
		line-height:15px

	

}
.basictab li a:visited {
display: block;
		height:57px;
		width:87px;
		background-image:url(../Immagini/sfum_bottom.jpg);
		background-repeat:no-repeat;
		color:#FFFFFF;
		text-align:center;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		text-align:center;
		line-height:15px
	
}
.basictab li a:hover {display: block;
		height:57px;
		width:87px;
		background-image:url(../Immagini/active_button.jpg);
		background-repeat:no-repeat;
		color:#00568B;
		text-align:center;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		text-align:center;
		line-height:15px
	
}
.basictab li a:active {display:block;
		line-height:15px;
		height:57px;
		width:87px;
		color:#00568B;
		background-image:url(../Immagini/active_button.jpg);
		background-repeat:no-repeat;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		text-align:center;
	
}
.basictab li.selected a {display:block;
		line-height:15px;
		height:57px;
		width:87px;
		color:#00568B;
		background-image:url(../Immagini/active_button.jpg);
		background-repeat:no-repeat;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		text-align:center;
	/*selected tab effect*/

}

/*** Classi aggiunte per gestire il plugin jquery.tabs.js ***/
.tabs-hide {
	display: none;
}
