@charset "UTF-8";
/* CSS Document */


		/*############################################################ */
		/*##############  life sub-CATEGORIES Categories  ############ */
		/*############################################################ */
#aboutme {
	margin-left:0px;
	margin-top:148px;
	width:83px;
	height:10px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background: url(images/nav/aboutme.png)	0px -10px no-repeat;
	overflow:hidden;

}


#aboutme a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	/*default 													*/
	background: url(images/nav/aboutme.png) 0px 0px  no-repeat;
	
	/*the other one is pressed 									
	background: url(images/nav/graphical.png) 0px -70px  no-repeat; */
	
	/*I'm Pressed								  
	background: url(images/nav/graphical.png) 0px 35px  no-repeat;*/  
	}
#aboutme span {
	display: block;
	margin:0; padding: 0px 0 0 0px;
	}
#aboutme a:hover {
	background-image: none;
	}
	
	
	
	

#resume {
	margin-left:0px;
	margin-top:15px;
	width:83px;
	height:10px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background: url(images/nav/resume.png)  0px -10px no-repeat; 
	overflow:hidden;

}

#resume a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	/*default 													*/
	background: url(images/nav/resume.png) 0px 0px  no-repeat;
	
	/*the other one is pressed 									
	background: url(images/nav/graphical.png) 0px -70px  no-repeat; */
	
	/*I'm Pressed								  
	background: url(images/nav/graphical.png) 0px 35px  no-repeat;*/  
	}
#resume span {
	display: block;
	margin:0; padding: 0px 0 0 0px;
	}
#resume a:hover {
	background-image: none;
	}
	
	