#solutionsNav
{
	width: 250px;
	height: 150px;
	left: 390px;
	top: 21px;
	position: absolute;
	background-color: #2D4B69;
}

#demosNav
{
	width: 150px;
	height: 25px;
	left: 550px;
	top: 21px;
	position: absolute;
	background-color: #2D4B69;
}

#aboutNav
{
	width: 150px;
	height: 25px;
	left: 310px;
	top: 21px;
	position: absolute;
	background-color: #2D4B69;
}

#wrapper
{
	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;
	background-color: #28425C;
	width: 100%;
}