/* NAV LIST*/
#aboutnavcontainer {
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px solid #FFFFB3;
}


#aboutnav, #aboutnav ul { 
	margin: 0 0 10px 25px;
	padding: 0 0 10px 0;
	list-style: none;
	border: 0px solid #000;
}

#aboutnav li { /* all list items */
	float: left;
	border: 0px solid #ccc;
}

#aboutnav a {
	display: block;
	border: 0px solid red;
	outline: none;
}

/* HIDDEN QUESTIONS MARKS*/
#aboutnav a:hover {border: none;}
#aboutnav a img {height: 0; width: 0; border-width: 0;}
#aboutnav a:hover img {position: absolute; top: -16.65em; left: 2.3em; width: 473px; height: 148px; border: 0px dotted red;}



/* NAV BUTTONS*/
	#aboutnav a.personal {
	background: url(../../images/about/questions/button_personal.gif) top no-repeat;
	width: 128px;
	height: 29px;
	}
	
	#aboutnav a.personal:hover {
	background: url(../../images/about/questions/button_personal_over.gif) top no-repeat;
	}

	#aboutnav .currentpage a.personal {
	background: url(../../images/about/questions/button_personal_on.gif) top no-repeat;
	}
	

	#aboutnav a.family {
	background: url(../../images/about/questions/button_family.gif) top no-repeat;
	width: 115px;
	height: 29px;
	}
	
	#aboutnav a.family:hover {
	background: url(../../images/about/questions/button_family_over.gif) top no-repeat;
	}

	#aboutnav .currentpage a.family {
	background: url(../../images/about/questions/button_family_on.gif) top no-repeat;
	}


	#aboutnav a.writing {
	background: url(../../images/about/questions/button_writing.gif) top no-repeat;
	width: 113px;
	height: 29px;
	}
	
	#aboutnav a.writing:hover {
	background: url(../../images/about/questions/button_writing_over.gif) top no-repeat;
	}

	#aboutnav .currentpage a.writing {
	background: url(../../images/about/questions/button_writing_on.gif) top no-repeat;
	}

	#aboutnav a.writer {
	background: url(../../images/about/questions/button_writer.gif) top no-repeat;
	width: 113px;
	height: 29px;
	}
	
	#aboutnav a.writer:hover {
	background: url(../../images/about/questions/button_writer_over.gif) top no-repeat;
	}

	#aboutnav .currentpage a.writer {
	background: url(../../images/about/questions/button_writer_on.gif) top no-repeat;
	}
	
	
