.CGBMenuForSiteItem 
{
	font-family: Arial Narrow;
	font-size: 8pt; 
	font-weight: bold; 
	text-align: center;
	vertical-align: middle;

	 cursor: pointer; 
	 color: Black; 
	 background-color: #c1b9b0;
	 
}
.CGBMenuForSiteItemOver 
{
	font-family: Arial Narrow;
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center;
	vertical-align: middle;

	cursor: pointer; 
	color: White; 
	background-color: #00FF00; 
	
	width: 130px;
}
.CGBMenuForSiteItemDivider 
{
	background-color: #c1b9b0;
}

.CGBMenuArea 
{
	text-align: left;
	background-color: #c1b9b0;
	color: Black;
}
.CGBMenuArea *
{
	margin-left: auto;
	margin-right: 0;
}
.CGBContentWidth
{
	width: 682px;
}
.CGBHeaderArea 
{
	margin: 0;
	padding: 0;
	background-color: #c1b9b0;	
}