div.header div.topBoxHolder {
	height: 65px; 
	}
div.header div.logoHolder {
	float:left;
	padding: 5px;
  	}

.TabContainer 
{
	float:left;
	display:block;
	width:760px;
	height:56px;
	background:url("../images/top-box/TabGreen.gif") 0px 28px repeat-x;
	border-bottom:1px solid #A9D2D2;
}
.TabContainer .LoginPrompt
{
	height:28px;
}
.TabContainer .Tabs
{
	height:28px;
	background:url("../images/top-box/TabGreen.gif") repeat-x;
}

.LoginBox
{
	height:56px;
	background:url("../images/top-box/TabGreen.gif") repeat-x;
}

.HomeLink
{
	width:20px;
	height:28px;
	background:url("../images/top-box/TabGreen.gif") 0px -96px no-repeat;
	vertical-align:middle;
	text-align:left;
}
.TabContainer .Tabs .HomeLinkMain
{
	width:113px;
	text-align:left;
	vertical-align:middle;
}
.HomeLinkLinks
{
	display:table-cell;	
	padding-left:10px;
	vertical-align:middle;
	height:28px;
}
.TabContainer
{
	font-size: 89%;
	color: #4F696A;
	text-decoration: none;
	font-weight: bold;
}
a.TabHomeLink, a.TabHomeLink:link, a.TabHomeLink:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #4F696A;
}
.TabsAreaTab
{
	display:table-cell;
	height:28px;	
	text-decoration: none;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #A9D2D2;
	border-right:1px solid #A9D2D2;
	background-color:#ffffff;
}
.TabsAreaTab:hover
{
	background-color:#e4f1f1;
}
div.header a:link,
div.header a:visited {
	color: #4F696A;
	}
div.header a:hover {
	color: #000000;
	}
.TabOverflow
	{
		display:inline-block;
		height:27px;
		white-space:nowrap;
		vertical-align:middle;
		text-decoration: none;
		background:url("../images/top-box/TabGreen.gif") repeat-x;
	}
.TabOverFlowLink
	{
		display:table-cell;
		vertical-align:middle;
		height:27px;
		padding-left:10px;
		text-decoration: none;
		background:url("../images/top-box/TabGreen.gif") 0px -288px no-repeat;	
	}
.TabOverFlowLink a
	{
		text-decoration: none;	
	}
	.TabLoginTop
	{
		height:4px;
		width:4px;
		float:right;	
		background:url("../images/top-box/TabGreen.gif") -2px -192px no-repeat;	
	}
.LoginInputBox
{
	margin:3px;	
	width:145px;
	height:15px;
	margin-left:8px;
	margin-top:4px;
	margin-bottom:0px;
	color:#666666;
}
.LoginButton
{  
width: 20px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom:-3px;
  background: transparent url(../images/top-box/LoginGo.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

  	
  	
