.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {  /*dropdown text*/
	color: #000000;
	font: bold 11px Verdana, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	padding-left: 2px;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus { /*menubar text, dropdown hover text*/
	color: #ffffff;
	font: bold 11px Verdana, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	padding-left: 2px;
}

.itemBorder {
	border: 1px solid #6e2447;
} /*dropdown border*/

.itemText { /*don't know what this is*/
	text-decoration: none;
	color: #FFFFcc;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
} 

/*********************/

