.contactus ul {
	width: 222px;
	background: #6f6f6f;
}

.contactus li {
	list-style: none; /* turns off the list bullets */
  position: relative;
	font-size: 10px;
  min-height: 30px;
  vertical-align: bottom; /* for IE5-Win */
  color: #FFFFFF;
  margin-left: 4px;
}

.caseStudy ul {
	width: 222px;
  background: #6f6f6f;
}

.caseStudy li {
	list-style: none; /* turns off the list bullets */
  position: relative;
  min-height: 30px;
  border-left: 1px solid #000000; /* side button borders */
  border-right: 1px solid #000000; /* side button borders */
  border-bottom: 1px solid #000000; /* bottom button borders */
  vertical-align: bottom; /* for IE5-Win */
}

.caseStudy ul a {
  	display: block;
  	padding: 5px 10px;
  	vertical-align: bottom; /* needed for IE5-Win */
	font-family: "microsoft sans serif",arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
	vertical-align: middle;
}

.rightvertical ul {
  width: 222px;
  background: #6f6f6f;
  border-top: 1px solid #000000;
} /* Makes top border for 1st button */
 
.rightvertical li {
  list-style: none; /* turns off the list bullets */
  position: relative;
  min-height: 30px;
  border-left: 1px solid #000000; /* side button borders */
  border-right: 1px solid #000000; /* side button borders */
  border-bottom: 1px solid #000000; /* bottom button borders */
  vertical-align: bottom; /* for IE5-Win */
}
 
.rightvertical ul a {
  	display: block;
  	padding: 5px 10px;
  	vertical-align: bottom; /* needed for IE5-Win */
	font-family: "microsoft sans serif",arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
	vertical-align: middle;
}

.liTitle {
	display: block;
  	padding: 5px 10px;
  	vertical-align: bottom; /* needed for IE5-Win */
	font-family: "microsoft sans serif",arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
	vertical-align: middle;
}

.rightvertical ul ul {
  /*background: #fed;*/
  position: absolute;
  left: -3000px;
	width: 155px;
} /* set rightcolumnout BG color and preset the positioning */
 
.rightvertical ul li:hover ul {
  left: 7em;
  top: 4px;
} /* make rightcolumnout appear when the LI is hovered */ 


.gfrcTechMenu {
	width: 222px;
	height: 30px;
	background: #6f6f6f url(images/nav/gfrc-spec.gif) top left no-repeat;
}

.gfrcGalMenu {
	width: 222px;
	height: 30px;
	background: #6f6f6f url(images/nav/gfrc-gal.gif) top left no-repeat;
}

.gfrcTechMenu a {
	font-family: "microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.gfrcGalMenu a {
	font-family: "microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.gfrcTechMenu a:hover {
	color: #ffffff;
}

.left {
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	font-family: "microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	
}

.leftIA {
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	font-family: "microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	
}

.right {
	float: right;
	margin-right: 25px;
	margin-top: 5px;
}

.rightIA {
	float: right;
	margin-right: 25px;
	margin-top: 5px;
	font-family: "microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

