/* General */         
body{
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: black;
	text-align:center;
	background-image: url("Web.gif");
	background-repeat:no-repeat;
}

/* General links */
a:link,a:visited{
	color: black;
	font-weight: bold;
}

a:hover{
	color: #B74213;
}
/*Pargraphs*/

p {
	color: #990000;
}
ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background:#CC9900;
	padding: 5px;
	border-bottom: 0;
	}

ul {
	margin: 0;
	padding: 0px 20px 80px 200px ;
	list-style: none;
	width: 150px;
	}
li:hover ul { display: block; }


li ul {
	position: absolute;
	left:90px;
	top: 0;
	display: none;
	}



