.zoomoutmenu {
  border: 5px solid #fff;
  position: relative;
  height: 250px;
  width: 980px;
  margin: 0 auto;
  margin:0 0 20px 0;
}

.panels {
  height: 250px;
  width: 980px;
  overflow: hidden;
}

.tabs {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.tabs li {
  float: left;
  display: block;
  width: 196px;
  background-color: #fff;
  text-align: center;
}

.tabs li a {
  display: block;
  text-decoration: none;
  color: #000;
  border-top: 5px solid #fff;
  font-size: 1.3em;
}

.tabs li a:hover {
  border-top: 5px solid #ee8828;
  background-color: #282b8a;
  color: #fff;
  cursor:default;
}

.panel {
  background: #ccc;
  padding: 10px 0 0 0;
  height: 250px;
  position: relative;
}

.panel h2 {
	font-size: 3em;
	color: #fff;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	padding: 15px 0 0 20px;
	margin: 0;
	float: right;
	background:#000;
	height:50px;
	width:550px;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.panel h2 a {
	color: #fff;
	outline:none;
}

#contracting h2, #graphic-logo-design h2 {
	font-size: 3em;
	color: #fff;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	padding: 15px 20px 0 0;
	margin: 0;
	float: left;
	text-align:right;
	background:#000;
	height:50px;
	width:500px;
	filter:alpha(opacity=80);
	opacity:0.8;
}

#services #nav .services-button span {
	color:#282b8a;
	outline:none;
	background: url(../images/nav-button-highlight-bg.gif) 0 0 repeat-x;
	height: 30px;
	width:95px;
}


#website-design {
  background: url(../images/website-design.jpg) no-repeat center center;
}

#seo-internet-marketing {
  background: url(../images/seo-internet-marketing.jpg) no-repeat center center;
}

#graphic-design-branding {
  background: url(../images/graphic-design-branding.jpg) no-repeat center center;
}

#graphic-to-html-css {
  background: url(../images/graphic-to-html-css.jpg) no-repeat center center;
}

#contracting {
  background: url(../images/contracting.jpg) no-repeat center center;
}

#services-nav ul {
	margin:0 0 0 20px;
}

#services-nav li {
	list-style-image: url(../images/bullet-arrow.png);
	color:#282b8a;
}





















