/* CSS Document */

/*************************************
Navigation is all on the top
*************************************/

#navigation{
	width:224px;
	margin:0px;
	height:264px;
	padding:0;
	background-image:url(../images/nav_bg.jpg);
	position:relative;
	z-index:99;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active{
	width:224px;
	text-decoration:none;
	display:block;
	position:absolute;
	left:0px;
	text-indent:-54321px;
}

#navigation a:hover, #navigation a:active,  #navigation a:focus{
	background-image:none;
	overflow:visible;
}

#navigation a:hover, #navigation a:active{
	background-image:none;
	
}

a.home, a:link.home, a:visited.home{
	background-image:url(../images/home.png);
	top:0px;
	height:42px;
}

a:hover.home, a:active.home{
	top:0px;
	height:42px;	
}

a.coaching, a:link.coaching, a:visited.coaching{
	background-image:url(../images/coaching.png);
	height:37px;
	top:42px;
}

a:hover.coaching, a:active.coaching{
	height:37px;
	top:42px;
}

a.dev, a:link.dev, a:visited.dev{
	background-image:url(../images/dev.png);
	height:37px;
	top:79px;
}

a:hover.dev, a:active.dev{
	height:37px;
	top:79px;
}

a.bio, a:link.bio, a:visited.bio{
	background-image:url(../images/bio.png);
	height:37px;
	top:116px;
}

a:hover.bio, a:active.bio{
	height:37px;
	top:116px;
}

a.test, a:link.test, a:visited.test{
	background-image:url(../images/testimonials.png);
	height:36px;
	top:153px;
}

a:hover.test, a:active.test{
	height:36px;
	top:153px;
}

a.products, a:link.products, a:visited.products{
	background-image:url(../images/products.png);
	height:37px;
	top:189px;
}

a:hover.products, a:active.products{
	height:37px;
	top:189px;
}

a.contact, a:link.contact, a:visited.contact{
	background-image:url(../images/contact.png);
	height:37px;
	top:226px;
}

a:hover.contact, a:active.contact{
	height:37px;
	top:226px;
}
