﻿/* Navigation */

#nav-buttons {
	margin: 0; 
	padding: 0;
	width: 951px; 
	height: 32px;
	background: url('../img/navbar.gif');
	position: relative;
}

#nav-buttons li a span {
	display: none;
}

#nav-buttons li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}

#nav-buttons a {
	height: 32px; 
	display: block;
}
    
#nav-buttons li {
	height: 32px; 
    display: block;
}

#home {
	left: 0px; 
	width: 85px;
}

#company {
	left: 85px; 
	width: 107px;

	
}

#products {
	left: 192px;
	width:186px;
}
    
#clients {
	left: 378px; 
	width: 84px;

	
}

#pricing {
	left: 462px; 
	width: 83px;

	
}

#contact {
	left: 545px; 
	width: 93px;

	
}
    
#community {
	left: 638px; 
	width: 120px;

	
}

#login {
	left: 758px; 
	width: 193px;

	
} 

/* Hover */
    
#home a:hover, #home a.active {
	background: transparent url('../img/navbar.gif') -0px -32px no-repeat;
}

#company a:hover, #company a.active {
	background: transparent url('../img/navbar.gif') -85px -32px no-repeat;
}

#products a:hover, #products a.active {
	background: transparent url('../img/navbar.gif') -192px -32px no-repeat;
}
    
#clients a:hover, #clients a.active {
	background: transparent url('../img/navbar.gif') -378px -32px no-repeat;
}

#pricing a:hover, #pricing a.active {
	background: transparent url('../img/navbar.gif') -462px -32px no-repeat;
}

#contact a:hover, #contact a.active {
	background: transparent url('../img/navbar.gif') -545px -32px no-repeat;
}
    
#community a:hover, #community a.active {
	background: transparent url('../img/navbar.gif') -638px -32px no-repeat;	
}

#login a:hover, #login a.active {
	background: transparent url('../img/navbar.gif') -758px -32px no-repeat;
}    
    

/* @end */






/* Navigation */

#footer-buttons {
	margin: 0; 
	padding: 0;
	width: 521px; 
	height: 47px;
	background: url('../img/footer.gif');
	position: relative;
}

#footer-buttons li a span {
	display: none;
}

#footer-buttons li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
}

#footer-buttons a {
	height: 47px; 
	display: block;
}
    
#footer-buttons li {
	height: 47px; 
    display: block;
}

#msisv {
	left: 0px; 
	width: 218px;
}

#mssql {
	left: 218px; 
	width: 75px;
}

#quickbooks {
	left: 293px;
	width:74px;
}
    
#dotnet {
	left: 357px; 
	width: 164px;
}


