.basictab {
	font-size:13px;	/* Font size of main menu items */
	background: url(images/menu.jpg);
	height:30px;	/* Height of main menu */
	position:relative;	/* Don't change this position attribute */
}

.basictab ul {
	margin: 0px;
	padding: 0;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height: 30px;
	line-height: 30px;
	list-style: none;
}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	text-decoration: none;	
	border:0px;
	display: block;
	padding: 0px 8px;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	height:31px;
	line-height: 31px;
}


.basictab li a:hover, .basictab li a.current{
	background: #57BFBE url('images/fundal_meniu.jpg') repeat-x top;
	
}


.tabcontainer{
	clear: left;
	width:100%;
	font-size: 11px;
	line-height:25px;
	height:25px;	
	margin: 0px 0px;
	border: 0px;
	padding: 0px 0px;
	background: #57BFBE;
	height: 25px;
}

.tabcontent{
	display:none;
}

.tabcontent a {
	font-size: 11px;
	line-height:25px;
	font-weight:bold;
	height:25px;
	color: #FFF;
	margin:0px 5px 0px 5px;
}

#s_comunitate {
	padding-left: 150px;
}

#s_utile {
	padding-left: 250px;
}
#s_fun {
		padding-left: 295px;
}
#s_friends {
	padding-left: 343px;
}
#s_mesaje {
	padding-left: 410px;
}
#s_aplicatii {
	padding-left: 100px;
}
#s_profil {
	padding-left: 200px;
}