a:link, a:active, a:visited{
	color:#278400;
}
a:hover{
	text-decoration:none;
}
a.navLink:link, a.navLink:active, a.navLink:visited{
	display:block;  float:left; margin-right:25px;
	height:19px; padding-top:5px;
}
a.navLink:hover{
	color:#4e851c;
}
a#blogLink:link, a#blogLink:active, a#blogLink:visited{
	width:34px;
	background:url(../../images/navbar/blogOut.gif) no-repeat;
}
a#blogLink:hover{
	background:url(../../images/navbar/blogOver.gif) no-repeat;
}
a#pipLink:link, a#pipLink:active, a#pipLink:visited{
	width:164px;
	background:url(../../images/navbar/projects_in_progressOut.gif) no-repeat;
}
a#pipLink:hover{
	background:url(../../images/navbar/projects_in_progressOver.gif) no-repeat;
}
a#photographyLink:link, a#photographyLink:active, a#photographyLink:visited{
	width:105px;
	background:url(../../images/navbar/photographyOut.gif) no-repeat;
}
a#photographyLink:hover{
	background:url(../../images/navbar/photographyOver.gif) no-repeat;
}
a#compLink:link, a#compLink:active, a#compLink:visited{
	width:160px;
	background:url(../../images/navbar/completed_projectsOut.gif) no-repeat;
}
a#compLink:hover{
	background:url(../../images/navbar/completed_projectsOver.gif) no-repeat;
}
a#contactLink:link, a#contactLink:active, a#contactLink:visited{
	width:62px;
	background:url(../../images/navbar/contactOut.gif) no-repeat;
}
a#contactLink:hover{
	background:url(../../images/navbar/contactOver.gif) no-repeat;
}


a#topLogo:link, a#topLogo:link, a#topLogo:link{
	background:url(../../images/logoOff.png); display:block;
	width:381px; height:106px;
}
a#topLogo:hover{
	background:url(../../images/logoOver.png); display:block;
	width:381px; height:106px;
}