#profiletab
{
	/* background-color: #74B1E5; */
	height: 30px;
	vertical-align: middle;
	position:relative;
	border-bottom: 1px solid #CCCCCC;
}

#profiletab a
{
	color:#FFFFFF;
	font-weight:bold;
}

#profiletab li
{
	margin: 0px; 
	padding: 0px; 
	list-style:none;
	position: absolute;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	border-bottom-style: none;
}

/* #profiletab-activities {left: 1px; width: 125px; 	background-color: #CCCCCC;} */
#profiletab-profile {left: 1px; width: 125px; 	background-color: #CCCCCC;}
#profiletab-dailyfix {left: 135px; width: 125px; 	background-color: #CCCCCC;}
#profiletab-activities {left: 270px; width: 125px; 	background-color: #CCCCCC;}
#profiletab-photos {left: 405px; width: 125px; 	background-color: #CCCCCC;}

.profile_active_subtab 
{
	/* background-image: url('../images/tabs/profile_active_subtab.jpg'); 
	background-repeat: no-repeat;
	background-position: top;*/
}

#profiletab .profile_active_subtab a
{
	color:#666666;
}

.profileajaxmenu
{
	float:right;
	padding: 5px;
	cursor:pointer;
}

.hidden
{
	display: none;
}

.displayed
{
	display: '';
}


.profile_active_subtab
{
	 background-image: url('../images/tabs/profile_active_subtab.jpg'); 
	background-position:bottom;
	background-repeat: no-repeat;


}