body {
      background-color:#878585;
	  }

#container {
	height: 800px;
	width: 2150px;
	background-image: url(imagesW/sitedesign/websitesback2.png);
	background-repeat: no-repeat;
}
#container #websites {
	height: 380px;
	position: relative;
	z-index: 300;
	top: 260px;
	left: 150px;
	width: 2150px;
	margin-bottom: 0px;
;
}
#container #websites img {
	margin-right: 20px;
}


#container #websites h3 {
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
	margin-left: 270px;
	margin-bottom: 50px;
	color: #878585;
}


#container #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 140px;
	height: 140px;
	text-align: center;
	color: #333333;
	position: relative;
	top: 340px;
	left: 1070px;
	z-index: 100;
}
a:link, a:visited {
     font-weight: bold;
	 text-decoration: none;
	 color: #333;
	 }
a:hover {
	 color: #7f0f17;
	 text-decoration: none;
	 }
 ul {
	display: none;
}
#menu:hover ul {
    display: block;
	border: 1px solid #eee;
	margin: 20px;
	padding: 5px;
	width: 80px;
	list-style-type: none;
	}
li {
   margin: 0;
   padding: 3px;
   border-bottom: 1px solid #fff;
   }
