div.element_TopNav {
	height: 55px;
	background-image:url('../images/topnav.jpg');
	background-repeat: no-repeat;
}

div.TopNav_Group {
	position: absolute;
	top: 117px;
}

div.TopNav_Group .Label {
	height: 50px;
}

div.TopNav_Group .Label td.TopNav_LabelCell {
	padding: 0px 0px 0px 15px;
	vertical-align: middle;
	font-family: georgia, "times new roman", serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #FFF;
	border-bottom: 3px solid #4A4A4C;
}

div.TopNav_Group .Label td.TopNav_LabelCell.current, 
div.TopNav_Group .Label td.TopNav_LabelCell.on {
	cursor: pointer;
	color: #E8CF00;
	border-bottom: 3px solid #E8CF00;
}

div.TopNav_Group .Items {
	display: none;
}

div.TopNav_Item {
	font-family: georgia, "times new roman", serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 24px;
	color: #5E6E66;
}

div.TopNav_Item.on {
	cursor: pointer;
	color: #F78F1E;	
}

/* ---[ NAV ITEM POSITIONING ]--- */

div.TopNav_Group#Assurance {
	width: 100px;
	margin-left: 75px;
}

div.TopNav_Group#Assurance div.Items{
	padding: 0px 0px 10px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/top_nav_item_100.jpg);
	background-position: bottom; 
}

div.TopNav_Group#Advisory {
	width: 150px;
	margin-left:200px;
}

div.TopNav_Group#Advisory div.Items{
	padding: 0px 0px 10px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/top_nav_item_150.jpg);
	background-position: bottom; 
}

div.TopNav_Group#CorporateFinance {
	width: 100px;
	margin-left: 310px;
}

div.TopNav_Group#CorporateFinance div.Items{
	padding: 0px 0px 10px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/top_nav_item_100.jpg);
	background-position: bottom; 
}

div.TopNav_Group#Tax {
	width: 175px;
	margin-left: 435px;
}

div.TopNav_Group#Tax div.Items{
	padding: 0px 0px 10px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/top_nav_item_175.jpg);
	background-position: bottom; 
}

div.TopNav_Group#Industries {
	width: 175px;
	margin-left: 505px;
}

div.TopNav_Group#Industries div.Items{
	padding: 0px 0px 10px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/top_nav_item_175.jpg);
	background-position: bottom; 
}

div.TopNav_Group#PersonalApproach {
	width: 150px;
	margin-left: 625px;
}

div.TopNav_Group#PersonalApproach div.Items {
	padding: 0px 0px 10px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/top_nav_item_150.jpg);
	background-position: bottom; 
}

div.TopNav_Group#Resources {
	width: 115px;
	margin-left: 755px;
}

div.TopNav_Group#Resources div.Items{
	padding: 0px 0px 10px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/top_nav_item_160.jpg);
	background-position: bottom; 
}