.wshTopContainer
{
  background-color: #EEE6C9;
  /*width: 975px;*/
  width: 990px;
  /*height:150px;*/
  height:126px;
}

.wshBannerContainer
{
  vertical-align: middle;
}

.wshTopBanners
{
  background-color: #EEE6C9;
  /*height: 80px;*/
  /* height: 121px;*/
  height: 97px;
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
}

.wshBannerZone
{
  background-color: #EEE6C9;
}

.wshBannerTopLeft
{
  /*width: 416px;*/
  width: 220px;
  padding-top: 6px;
  float: left;
  background-color: #EEE6C9;
  padding-left: 0px;
}

.wshBannerTopLeft a
{
  background-color: #EEE6C9;
}

.wshBannerTopLeft img
{
  background-color: #EEE6C9;
}

.wshBannerTopRight
{
  /*width: 478px;*/
  width: 724px;
  /*float: right;*/
  background-color: #EEE6C9;
  padding-top: 4px;
  padding-right: 0px;
  margin-left: 262px;
  overflow:hidden;
}

.wshBannerTopRight a
{
  background-color: #EEE6C9;
}

.wshMenuContent
{
  clear: both;
  height: 28px;
  border-top:solid 1px #ffffff;
  border-bottom:solid 1px #ffffff;
}

.wshMenuItem
{
  float: left;
	background-color: #874727;
	background-image: url(/images/brown_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
  height: 21px;
	padding-top: 7px;
	text-align: center;
}

.wshMenuContent a
{
	background-color: #874727;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: normal;
	color: #FFFFFF;
}

.wshMenuItem:hover
{
  background-image: url(/images/gray_shadow.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: left top;
	cursor: pointer; cursor: hand;
}

.wshMenuSeparator
{
  float: left;
  width: 1px;
}

