@charset "UTF-8";

a{
	color:#000;
}

a:visited, #legal a:visited{
	color:#999;
}

a:hover{
	text-decoration:underline;
}

a:active{
	text-decoration:underline;
	color:#999;
}

#legal a{
	color:#FFF;
}

#legal a:visited{
	color:#999;
}

#navBar a img{
	background-image: url(../images/Buttons/navBack.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding: 0 12px 0 12px;
}

#navBar a img:active{
	background-position: center bottom;
}

#navBar a img:hover{
	background-position: center top;
}

#aboutUs #navBar #buttonAbout{
	background-position:center bottom;
}

#services #navBar #buttonServices{
	background-position:center bottom;
}

#pricing #navBar #buttonPricing{
	background-position:center bottom;
}

#contact #navBar #buttonContact{
	background-position:center bottom;
}

#navBar{
	padding:77px 0 0 13px;
}



