body 					{font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px;}
a:active                {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #cc0000; text-decoration: none}
a:hover                 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #cc0000; text-decoration: none}
a:link                  {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #FFCC66; text-decoration: none}
a:visited               {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #999966; text-decoration: none}
a:visited:hover         {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #cc0000; text-decoration: none}
.header                 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCC99;
	line-height: 32px;
}
.title                  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	line-height: 32px;
}
.text                   {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #CCCC99}
.text2                   {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #CCCC66}
.credit                  {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; font-style: oblique; font-weight: normal; font-variant: normal; color: CCCC99}
.fall {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; color: #cccc99; background-color: #666666; border: solid 1px;"}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.menu{
	background: black;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: black;
list-style-type: none;
padding-left: 15px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: black;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{
	cursor: default;
}
