.CGMenuForSiteItem 
{
	font-family: Arial Narrow, Arial;
	font-size: 8pt;
	font-weight: bold; 
	text-align: center;
	vertical-align: middle;

	 cursor: pointer; 
	 color: Black; 
	 background-color: #c1b9b0;
	 
}
.CGMenuForTopSubSiteItem 
{
	font-family: Arial Narrow;
	font-size: 8pt; 
	font-weight: bold; 
	text-align: left;
	vertical-align: middle;

	 cursor: pointer; 
	 color: Black; 
	 background-color: #c1b9b0;
	 border: none 0;
	 border-bottom: solid 1 #FFFFFF;	 
}
.CGMenuForSubSiteItem 
{
	font-family: Arial Narrow;
	font-size: 8pt; 
	font-weight: bold; 
	text-align: left;
	vertical-align: middle;

	 cursor: pointer; 
	 color: Black; 
	 background-color: #c1b9b0;
	 border: solid 1 #FFFFFF;
	 border-top: none 0;

	 padding-left: 5px;
	 padding-right: 5px;
	 
}
.CGMenuForSiteItemOver 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center;
	vertical-align: middle;

	cursor: pointer; 
	color: White; 
	background-color: #00FF00; 
	
	width: 130px;
}
.CGMenuForSiteItemDivider 
{
	background-color: #c1b9b0;
}

.CGMenuArea 
{
	text-align: left;
	background-color: #c1b9b0;
	color: Black;
}
.CGMenuArea *
{
	margin-left: auto;
	margin-right: 0;
}
.CGContentWidth
{
	width: 682px;
}
.CGHeaderArea 
{
	margin: 0;
	padding: 0;
	background-color: #c1b9b0;	
}


