/* CSS Document */

/* div */

#top{
width: 953px;
height: 100px;
background-image:url(header.jpg)
}

#content{
width: 800px;
margin-left:150px;
}

#menu{
	height:320px;
	width:150px;
	float:left;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}

#footer{
width: 953px;
height: 150px;
background-image:url(footer.jpg);
clear:both;
float:left;

}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
	
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: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul{ display: block; }
	
p{
padding-top: 1px;
}
