#dropDownMenu {
	color:#fff;
}

#dropDownMenu a{
  color: #fff;
  background-image:url('../images/arrowyellow.png');
  background-repeat: no-repeat;
  background-position: right;
  text-decoration:none;
}

#dropDownMenu a:hover{
  color: #666;
}

#profile_footer {
	margin-left: 235px;
}

#profile_footer p a{
	color:#FFFFFF;
	text-decoration:none;
	background-image:url('../images/arrowyellow.png');
	background-repeat: no-repeat;
	background-position: right;
}

#profile_footer p a.activeProfile {
  color: #666;
}

#profile_footer p a:hover{
  color: #666;
}

#profile_footer p {
	margin-bottom:5px;
}

.closeProfile {
	position:absolute;
	margin-left:590px;
	margin-top:110px;
	text-indent:-9999px;
	background-image:url(../images/portnav_close.gif);
	display:block;
	height:12px;
	width:90px;
}

.closeProfile:hover {
	background-position:0px 12px;
}

#person_content {
	color:#fff;
	height: 435px;
	margin-left:235px;
}