/* 	CSS Document 
	profile menu's for student/company
*/

/* 	START MAIN BLOCK
*/

#profileMenuMain{
	width: 100%;
	height: 33px;
	background-image: url(../images/bgMenuProfileMain.gif);
	text-align: center;
	line-height: 33px;
	color: #282828;
	font-size: 13px;
	margin-bottom: 10px;
}

#profileMenuMain a{
	color: #979898;
	font-weight: normal;
}

#profileMenuMain a.mainActive{
	color: #282828;
	font-weight: bold;
}

#profileMenuSub{
	width: 100%;
	height: 33px;
	text-align: center;
	line-height: 33px;
	font-size: 11px;
	color: #3d3d3d;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

#profileMenuSub a{
	color: #979898;
	font-weight: normal;
}

#profileMenuSub a.subActive{
	color: #000000;
	font-weight: normal;
}

