﻿.basictab ul{
	margin:5px 0px 5px 0px;
	padding:1px 0px 1px 0px;
	font: bold 13px Verdana;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	cursor:pointer;	
}

.basictab li{
	display: inline;
	margin: 0;	
	vertical-align:middle;	
}

.basictab li a{
	text-decoration: none;
	padding:4px 10px 4px 10px;
	margin-right: 4px;
	border: 1px solid white;	
	color:white;
	vertical-align:middle;	
}

.basictab li a:visited{
	color:white;
}

.basictab li a:hover, .basictab li a.current{	
	background-image:url('./_Imagini/MenuSecundarBackground.jpg');
	color: white;
}

.basictab li a:active{
	color: white;
}

.tabcontainer
{
	clear: left;
	margin-left:20px;
	width:98%; /*width of 2nd level sub menus*/
	height:25px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/	
}
	
.tabcontent
{	
	display:none;	
}

.tabcontent a
{	
	font-family:Verdana;
	font-size:11px;		
	color:White;
	text-decoration:none;
}
.tabcontent a:hover
{	
	font-family:Verdana;
	font-size:11px;			
	color:#F87217;
	text-decoration:none;
}