#nav{
	height: 38px;
	background-image: url('../images/nav_bg.jpg');
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
}
#nav #home,#nav #company,#nav #shared,#nav #reseller,#nav #dedicated,#nav #clientarea,#nav #contact, #nav #vps{
	padding: 11px 0px 0px 15px;
	float: left;
	text-align: center;
}
#nav #home{
	width: 60px;
}
#nav #vps{
	width: 40px;
}
#nav #company{
	width: 55px;
}
#nav #shared, #nav #reseller, #nav #dedicated{
	width: 105px;
}
#nav #dedicated{
	width: 110px;
}
#nav #clientarea{
	width: 80px;
}
#nav #contact{
	width: 60px;
}
#nav a:hover{
	color: #000000;
}