.menu {
	font-family: "Century Gothic", avian, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: blink;
	line-height: 22px;
}
.menu:hover {
	font-family: "Century Gothic", avian, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #D1196F;
	text-decoration: none;
	background-image: url(images/overlay.png);
	display: table-cell;
	line-height: 22px;
	background-repeat: repeat;
}
.menuSelect {
	font-family: "Century Gothic", avian, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #D1196F;
	text-decoration: none;
	line-height: 22px;
}
.divider {
	font-family: "Century Gothic", avian, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.menu-bg {
	background-image: url(images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tinytext {
	font-family: "Century Gothic", avian, Arial;
	font-size: 10px;
	color: #666666;
}
.text {
	font-family: "Century Gothic", avian, Arial;
	font-size: 14px;
	color: #333333;
}
.text-smaller {

	font-family: "Century Gothic", avian, Arial;
	font-size: 13px;
	color: #333333;
}
.tinytextBlack {
	font-family: "Century Gothic", avian, Arial;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}

