#Nav{
	width: 441px;
	height: 30px;
	padding: 8px 45px 0 45px;
	background: url(/images/bg-nav.gif) left top no-repeat;
	position: absolute;
	z-index: 100;
	top: 132px;
	left: 50%;
	margin-left: -430px;
}
#Nav ul{
	margin: 0;
	padding: 0;
}
#Nav ul li{
	list-style: none;
	display: inline-block;
	float: left;
}
#Nav ul li a{
	display: block;
	padding: 5px 0px 9px 0px;
	color: #8d94a0;
	font: bold 11px Trebuchet ms;
	text-decoration: none;
	line-height: 1em;
	text-transform: uppercase;
	float: left;
	text-align: center;
}
#Nav ul li a:hover{
	color: white;
}


#Nav ul li a.linkHome{ width: 54px;}
#Nav ul li a.linkServices{ width: 73px;}
#Nav ul li a.linkMarketing{ width: 84px;}
#Nav ul li a.linkPortfolio{ width: 83px;}
#Nav ul li a.linkSupport{ width: 71px;}
#Nav ul li a.linkCompany{ width: 76px;}


/*---------------*/
#dropmenudiv{
	position:absolute;
	z-index:1001;
	padding: 10px 0 0 0;
	margin-top: 5px;
	text-transform: uppercase;
	background: #0b0e11;
}
#dropmenudiv a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #8d94a0;
	padding: 10px 0;
	margin: 0px;
	font: normal normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(/images/bg_navon.gif) center bottom no-repeat;
}
#dropmenudiv a:hover{ /*hover background color*/
	background: url(/images/bg-hover.gif) center bottom no-repeat;
	color: white;
	/*border-bottom: 1px solid #363e46;*/
}