/* CSS Document */

body    { color: white; font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; behavior: url("csshover.htc")   }
// body a:hover   { color: #F0CAA6 }
body a:hover   { color: #DBC7C8 }
hr { color: white; background-color: white; height: 5px; }

h1, h2  { color: white; font-size: 18px; font-family: Verdana, "Trebuchet MS"; font-weight: bold }

li a:visited, a { color: white; text-decoration: none }
li a:hover  { color: yellow }

.copyright  { text-align: right }
	

/* CSS style sheets for navigation */

ul /*all lists */    { 
	color: #666666; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: normal; 
	background-color: #666666; 
	list-style: none; 
	margin: 0; 
	padding: 0 
}

li{ /* all list items */ 
	color: white; 
	font-size: 20px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	background-color: #666666; 
	position: relative; 
	float: left;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	width: 10em;
	padding: 4px;
	border: solid 3px white;
}

li li {
	width: 11em; 
	font-size: 17px; 
	}
	
li > ul     { top: auto; left: auto;}
 
li:hover ul, li.over ul 
{
	display: block
	}

#content {
	clear: left;
}
