
.expecttabs {
margin:inherit;
}

.expecttabs ul {
  padding-top: 5px;
/*  margin: 0 auto; Don't do this - the 'auto' is screwed up w/ FF for some reason. Do the next 4 lines instead. */ 
  margin:0;
  text-align:center;
  padding-left:0px;
  *padding-left:0;
  background-color: #93d6de;
  border-bottom:black 1px solid;
  border-top:black 1px solid;
  color: White;
  height: 20px;
  width: 900px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
	/*  background: url('../img/bar.jpg') top right no-repeat; -----use this if I have the header creeping into the left part of the nav bar.*/
}

.thisistheoldexpecttabs {
float:right; /*delete this to put the menu in the center!*/
padding-top: 5px;
padding-bottom: 7px;
margin-left: 0;
margin: 0px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
font-family: verdana, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.expecttabs li{ /*in case they aren't hyperlinked, will be white*/
  display: inline;
  background-color: transparent;
  color: White;
  text-decoration: none;
  margin: 0;
}

.expecttabs li a{
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:13px;
  padding-right:13px;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

.expecttabs li a:visited{
color: #000000;
}

.expecttabs li a:hover{
  color: #FFFFFF;
  text-decoration: none;
}

.expecttabs li.selected{
color: #000000;
}

.expecttabs li.selected a{ /*selected main tab style */
color: #000000;
}

.expecttabs li.selected a:hover{ /*selected main tab style */
color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenuclass{
	position:absolute;
	top: -113px;
	border-width: 0 1px;
	font:12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #93d6de;
	width: 150px;
	visibility: hidden;
	left: 437px;
}


.dropmenuclass a{
width: auto;
display: block;
text-indent: 5px;
border: 1px solid #000000;
padding: 2px 0;
text-decoration: none;
font-size: 11px;
font-weight: bold;
color: #000000;
background-color: #93d6de;
}

* html .dropmenuclass a{ /*IE only hack*/
width: 100%;
}

.dropmenuclass a:hover{ 
color: #FFFFFF;
}
