@charset "utf-8";
/* CSS Document */

#divNavBar{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#336;
	background-image:url(/images/bgNavBar.gif);
	width:777px;
	height:52px;
	padding-left:1px;
	text-transform: uppercase;
}

#divNavBar a:link {
	color:#336;
	text-decoration: none;
}

#divNavBar a:visited {
	text-decoration: none;
	color:#336;
}

#divNavBar a:hover {
	text-decoration: none;
	color:#336;
}

#divNavBar a:active {
	text-decoration: none;
	color:#336;
}

#divHome{
	width:69px;
	height:52px;
	float:left

}

#divApart{
	width:101px;
	height:52px;
	float:left

}

#divOffers{
	width:105px;
	height:52px;
	float:left

}

#divEvents{
	width:85px;
	height:52px;
	float:left

}

#divAssessments{
	width:104px;
	height:52px;
	float:left

}

#divSearch{
	width:104px;
	height:52px;
	float:left

}

#divContact{
	width:81px;
	height:52px;
	float:left

}

#divGuide{
	width:125px;
	height:52px;
	float:left
}

.left{
	width:2px;
	height:52px;
	background-image:url(/images/bg_left.gif);
	float:left;
}

.right{
	width:3px;
	height:52px;
	float:left;	
	background-image:url(/images/bg_right.gif);
}