{
	position: relative;
  width: 100%;
  height: 10px; /* corresponds to 'line-height' of a.navbartitle below */
  margin: 0; border: 0; padding: 0;
  background-color: #000000; 
}


a.navbartitle {
  display: block; 
  float: left;
  color: white;
  background-color:  #000000;
  font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0; border: 0; padding: 0;
  line-height: 23px; /* corresponds to 'top' value of .submenu below */
  text-align: center;
  text-decoration:none;
}
a.navbartitle:hover {
  background-color: #333333;
}
/* menu title widths */
#t1 { width: 90px; }
#t2 { width: 90px; }
#t3 { width: 90px; }
#t4 { width: 90px; }
#t5 { width: 90px; }
#t6 { width: 90px; }
#t7 { width: 90px; }
#t8 { width: 90px; }

.submenu {
	position:absolute;
  z-index: 2;
  top: 240px; /* corresponds to line-height of a.navbartitle above */
  padding: 0; margin: 0; 
	width:80px; /* If adjust this, then adjust width of .submenu below a too */
	color: white;
	background-color:  #000000;
	border-bottom: 1px solid #666666; /* box around entire sub-menu */
  font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
	font-size: 11px;
}
/* Fix IE formatting quirks. */
* html .submenu { width: 89px; } /* IE needs narrower than width of .submenu above */
/* End */

#products_submenu {  left: 0x; visibility: hidden;  }
#about_submenu {  left: 115px; visibility: hidden;  }
#services_submenu {  left: 205px; visibility: hidden; }
#projects_submenu {  left: 295px; visibility: hidden; }
#press_submenu { left: 385px; visibility: hidden; }
#videos_submenu { left: 560px; visibility: hidden; }
#cds_submenu { left: 630px; visibility: hidden; }
#contact_submenu { left: 710px; visibility: hidden; }

.submenu a
{
  display: block;
  color: #CCCCCC; 
  background-color: #666666;
  width: 82px; /* This should be width of .submenu above minus right-side padding on next line */
  padding: 4px 0px 5px 10px;
  text-decoration: none;
  background-color: #000000; 
  border-bottom: #666666 1px solid; 
  border-top: 0; border-left: 0; border-right: 0;
}


ul { position: relative; display: block; }
li { position: relative; display: block; }

.submenubox { 
  margin: 0; padding: 0; border: 0;
}
.submenubox ul
{
  margin: 0; padding: 0; border: 0;
  list-style-type: none;
}

.submenubox ul li { 
  margin: 0; padding: 0; border: 0;
}

.submenubox ul li a:link { }
.submenubox ul li a:visited { }
.submenubox ul li a:hover
{
  color: white; /* text color for submenu items */
  background-color: #000000;
  border-bottom: #666666 1px solid;
 border-top: 0; border-left: 0; border-right: 0; 
}
