/*
	NAVIGATION FOR entrepeneurial pages
*/
	
/* top navigation */
#content #topNavigation {
	float:left;
	margin: 29px 0px 25px 129px;
	height: 103px;
}
#content #topNavigation ul {
	list-style:none;
}
#content #topNavigation ul li {
	float:left;
}
#content #topNavigation ul li a {
	display:block;
	text-indent:-3000px;
	overflow:hidden;
}
.home a { width: 114px; height: 45px; background:url('../../images/topnavigation/entrepeneurial/home.png') no-repeat; }
	.home a:hover { background-position:-114px;}
.projects a { width: 127px; height: 45px; background:url('../../images/topnavigation/entrepeneurial/projects.png') no-repeat; }
	.projects a:hover { background-position:-127px;}
.about a { width: 126px; height: 45px; background:url('../../images/topnavigation/entrepeneurial/about.png') no-repeat; }
	.about a:hover { background-position:-126px;}
.contact a { width: 123px; height: 45px; background:url('../../images/topnavigation/entrepeneurial/contact.png') no-repeat; }
	.contact a:hover { background-position:-123px;}
.hire a { width: 129px; height: 45px; background:url('../../images/topnavigation/entrepeneurial/hire.png') no-repeat;}
	.hire a:hover { background-position:-129px;}
