.MAIN_MENU_LINK
{
	font: xx-small/10pt "Arial Narrow", "Helvetica", "sans-serif";
	text-decoration: none;
	color: black;	
}
.MAIN_MENU_LINK A:link {color: black; text-decoration: none;}
.MAIN_MENU_LINK A:visited {color: black; text-decoration: none;}
.MAIN_MENU_LINK A:active {color: black; background-color: white; text-decoration: none;}
.MAIN_MENU_LINK A:hover {color: black; background-color: white; text-decoration: none;}
	
.MAIN_MENU_SEPERATOR
{
	font: 10pt/18px "Verdana", "Arial", "Helvetica", "sans-serif";
	text-decoration: none;
	color: white;
}

.WRAPPER
{
	width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: wrap;	
}

