/* The Transit Cafe Style Sheet Guide */
/* Designed + Developed by Spoon Creative */
/* Dropdown Menu Elements*/

#dropmenudiv{
	position: absolute;
	background-color: #391D5A;
	border: 1px solid #CC99FF;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height:13px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #CC99FF;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #391D5A;
	color: #EEE600;
}

#navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #391D5A;
}

#navlist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	color: #391D5A;
}

#navlist a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	color: #CC99FF;
}

#navlist li {
	list-style-type: none;
	width: 85px;
}

#navtable {
	background-color: #FFFFFF;
}