#topbg{
  background-position: right;
	background-repeat: repeat-y;
}
#srch{
  font-family: Trebuchet MS;
  font-size: 13px;
  font-weight: bold;
  color: #069B6F;
}
#topmenu{
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #D3D3D3;
  background: #FFFFFF;
	padding: 2px 20px;
}
#topmenu a{
  font-family: Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #0057A2;
  padding: 4px 10px 4px 10px;
  background: url('images/menutri.gif');
  background-repeat: no-repeat;
  background-position: center left;
}
#topmenu a:visited{
  font-family: Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #0057A2;
  padding: 4px 10px 4px 10px;
  background: url('images/menutri.gif');
  background-repeat: no-repeat;
  background-position: center left;
}
#topmenu a:hover{
	color: #069B6F;
  background: url('images/menutri_r.gif');
  background-repeat: no-repeat;
  background-position: center left;
}
#topmenu .menufloat{
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #999999;
	visibility: hidden;
	top: 126px;
	text-align: left;
	z-index: 20;
	font-size: 10px;
	left: 440px;

}
#topmenu .menufloat a{
	padding: 1px;
	font-size: 11px;
	display: block;
	background: #EFEFEF;
	border-bottom: 1px solid #999999;
	text-transform: none;
}
#topmenu .menufloat a:visited{
	padding: 1px;
	font-size: 11px;
	display: block;
	background: #EFEFEF;
	border-bottom: 1px solid #999999;
	text-transform: none;
}
#topmenu .menufloat a:hover{
	background: #DDDDFF;
}
#footer{
  background: #FFFFFF;
  padding: 4px;
  color: #0A4C96;
	font-size: 11px;
}
#footer a{
  font-weight: bold;
  color: #0A4C96;
  text-decoration: none;
}
#footer a:visited{
  font-weight: bold;
  color: #0A4C96;
  text-decoration: none;
}
#footer a:hover{
  color: #069B6F;
}
