.mynavbar {
  position: relative;
  width: 750px;
  height: 39px; /* corresponds to 'line-height' of a.navbartitle below */
  margin: 0; border: 0; padding: 0;
  background-color: #ffffff; 
}
a.navbartitle {
  display: block; 
  float: left;
  color: #ffffff;
  
  font-family: Arial, Geneva,  Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0; border: 0; padding: 0;
  line-height: 30px; /* corresponds to 'top' value of .submenu below */
  text-align: center;
  text-decoration:none;
}
a.navbartitle:hover {
color:#FFFF00;
  text-decoration:underline;
}
/* menu title widths */
#t1 { width: 95px; }
#t2 { width: 95px; }
#t3 { width: 115px; }
#t4 { width: 115px; }
#t5 { width: 90px; }
#t6 { width: 90px; }
#t7 { width: 90px; }
.submenu {
	position:absolute;
  z-index: 2;
  top: 79px; /* corresponds to line-height of a.navbartitle above */
  padding: 0; margin: 0; 
	width:126px; /* If adjust this, then adjust width of .submenu below a too */
	color: #01495f;
	background-color:  #ffffff;
	border: 1px solid #999999; /* box around entire sub-menu */
  font-family:  Arial, Geneva,  Helvetica, sans-serif;
	font-size: 11px;
}
/* Fix IE formatting quirks. */
* html .submenu { width: 115px; } /* IE needs narrower than width of .submenu above */
/* End */

#domains_submenu {   visibility: hidden;  }
#linux_submenu {   visibility: hidden;  }
#windows_submenu {   visibility: hidden; }
#services_submenu {  visibility: hidden; }
#clients_submenu {   visibility: hidden; }
#support_submenu {  visibility: hidden; }

.submenu a
{
  display: block;
  color: #01495f; 
  background-color: #ffffff;
  width: 126px; /* This should be width of .submenu above minus right-side padding on next line */
  padding: 5px 0px 4px 0px;
  text-decoration: none;
  background-color: #eef7fb; 
  border-bottom: #999999 solid 1px; 
  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: #ffffff; /* text color for submenu items */
  background-color: #999999;
  border-bottom: #ff9900 solid 1px; 
}
