@charset "UTF-8";
.Tindle {
	font-family: Helvetica;
	font-size: 13px;
	color: #5D388A;
	font-weight: normal;
	line-height: 25px;
}

.Big {
	font-family: Helvetica;
	font-size: 17px;
	font-weight: bold;
	color: #5D388A;
    line-height: 28px;
}
a:link {
	text-decoration: none;
	color: #5D388A;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5D388A;
}
a:hover {
	text-decoration: none;
	color: #b77afe;
}
a:active {
	text-decoration: none;
	color: #E2CAFF;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
.tindlesinglespace {
	font-family: Helvetica;
	font-size: 13px;
	line-height: 28px;
	color: #5D388A;
}

li ul {
    display: list-item;
}
li:hover > ul {
    display: block;
}
#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}
#navbar ul li {
padding-left:5px;
}

#navbar ul li li {
padding-left:5px;
}
