/* @group navigation */



#navcontainer {
	list-style: none;
	
	position: absolute;
	top: 400px;
	left: 0px;
	
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}
#navcontainer span {
	display: none;
}
#navcontainer a {
	display: block;
	text-indent: -9000px;
	position: absolute;
	outline: none;
}
#navcontainer a:hover {
	background: transparent left bottom;
}
#navcontainer a:hover span{
	display: block;
}
#navcontainer .li_blog {
	width: 164px;
	height: 78px;
	background: url(menu/blog_menu_7.png) no-repeat 0 0px;
	top: 0px;
	left: 80px;
}
#navcontainer a:hover.li_blog  {
	background: url(menu/blog_menu_7.png) no-repeat 0 -84px;
}


#navcontainer .li_portfolio {
	width: 164px;
	height: 78px;
	background: url(menu/portfolio_menu_7.png) no-repeat 0 0px;
	left: -10px;
	top: 0px;
}
#navcontainer a:hover.li_portfolio  {
	background: url(menu/portfolio_menu_7.png) no-repeat 0 -84px;

}


#navcontainer .li_resume {
	width: 164px;
	height: 78px;
	background: url(menu/resume_menu_7.png) no-repeat 0 0px;
	left: 178px;
	top: 0px;
}
#navcontainer a:hover.li_resume  {

	background: url(menu/resume_menu_7.png) no-repeat 0 -84px;
	
}





/* @end */