/* CSS Document */

.a a:link, .a a:visited, .a a:active, .a a:hover	{
	background-image: url(images/buttons/home_active.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 82px;
	position: absolute;
	margin-left: 1px;
							}
		
.aa a:link, .aa a:visited, .aa a:active, .aa a:hover	{
	background-image: url(images/buttons/home_inactive.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 82px;
	position: absolute;
	margin-left: 1px;
							}
									
.b a:link, .b a:visited, .b a:active, .b a:hover	{
	background-image: url(images/buttons/about_active.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 84px;
	position: absolute;
	margin-left: 81px;
							}
		
.bb a:link, .bb a:visited, .bb a:active, .bb a:hover	{
	background-image: url(images/buttons/about_inactive.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 84px;
	position: absolute;
	margin-left: 81px;
							}
	
.c a:link, .c a:visited, .c a:active, .c a:hover	{
	background-image: url(images/buttons/portfolio_active.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 107px;
	position: absolute;
	margin-left: 163px;
							}
									
.cc a:link, .cc a:visited, .cc a:active, .cc a:hover	{
	background-image: url(images/buttons/portfolio_inactive.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 107px;
	position: absolute;
	margin-left: 163px;
							}
									
.d a:link, .d a:visited, .d a:active, .d a:hover	{
	background-image: url(images/buttons/testimonials_active.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 147px;
	position: absolute;
	margin-left: 268px;
							}
									
.dd a:link, .dd a:visited, .dd a:active, .dd a:hover	{
	background-image: url(images/buttons/testimonials_inactive.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 147px;
	position: absolute;
	margin-left: 268px;
							}
		
.e a:link, .e a:visited, .e a:active, .e a:hover	{
	background-image: url(images/buttons/pricing_active.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 92px;
	position: absolute;
	margin-left: 413px;
							}
										
.ee a:link, .ee a:visited, .ee a:active, .ee a:hover	{
	background-image: url(images/buttons/pricing_inactive.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 92px;
	position: absolute;
	margin-left: 413px;
							}
		
.f a:link, .f a:visited, .f a:active, .f a:hover	{
	background-image: url(images/buttons/contact_active.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 102px;
	position: absolute;
	margin-left: 503px;
							}
		
.ff a:link, .ff a:visited, .ff a:active, .ff a:hover	{
	background-image: url(images/buttons/contact_inactive.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 102px;
	position: absolute;
	margin-left: 503px;
							}
								
		
.h a:link, .h a:visited, .h a:active	{
	color: #4892B9;
	text-decoration: none;
							}
								
.h a:hover	{
	color: #4892B9;
	text-decoration: underline;
		}
		
.i a:link, .i a:visited, .i a:active	{
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
							}
								
.i a:hover	{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
		}
		
.sortedlink a:link, .sortedlink a:visited, .sortedlink a:active	{
	color: #555555;
	font-size: 10px;
	text-decoration: none;
							}
								
.sortedlink a:hover	{
	text-decoration: underline;
		}
