#solutionsNav
{
	width: 250px;
	height: 150px;
	left: 390px;
	top: 21px;
	position: absolute;
	background-color: #2D4B69;
}

#servicesNav
{
	width: 150px;
	height: 75px;
	left: 500px;
	top: 40px;
	position: absolute;
	background-color: #87241e;
}

#aboutNav
{
	width: 150px;
	height: 75px;
	left: 310px;
	top: 40px;
	position: absolute;
	background-color: #291b58;
}

#productsNav
{
	width: 150px;
	height: 100px;
	left: 410px;
	top: 40px;
	position: absolute;
	background-color: #156437;
}

#contactNav
{
	width: 150px;
	height: 70px;
	left: 675px;
	top: 40px;
	position: absolute;
	background-color: #47304D;
}

#menus
{
	position: relative;	
	width: 793px;
}

.dhtmlMenu
{
	text-align: left;
	padding-left: 4px;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	visibility: hidden;
}

.dhtmlMenu a
{
	color: white;
	text-decoration: none;
}

.dhtmlMenu a:hover
{
	color: Yellow;
	text-decoration: underline;
	width: 100%;
}