.bg{
  background:  url(images/bg.png) no-repeat  50% 0%;
}
#nav{
  width: 776px;
  position: relative;
  top: -7px;
  left: 0;
  float: left;
}
#nav td{
  padding-right: 1px;
  vertical-align: top;
}
#nav ul, #nav li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
#nav ul li {
  position: relative;
  width: 100%;
  padding: 6px 0 0 0;
}
#nav ul li a{
  color: #fff;
  position: relative;
  display: block;
  padding: 4px 10px 7px 10px;
  text-align: center;
  line-height: 13px;
  font-weight: bold;
  font-size: 11px;
	line-height: 10px;
}
#nav ul li a span{
	height: 26px;
	vertical-align: middle;
	display: table;
	position: relative\9;
	bottom: 1px;
	*bottom: 0px;
}
#nav ul li a span span{
	display: table-cell;
}
#nav ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#nav ul ul{
  display: none;
  position: absolute;
  top: 39px;
  left: -1px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #ffd1ed;
  padding: 5px 0px 5px 0px;
  width: 150px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#nav ul ul ul{
  top: 0px;
  left: 150px;
  border-top: 1px solid #fff;
}
#nav ul li:hover ul, #nav ul li.shover ul{
  display: block;
}
#nav ul li:hover ul ul, #nav ul li.shover ul ul{
  display: none;
}
#nav ul li ul li:hover ul, #nav ul li ul li.shover ul{
  display: block;
}
#nav ul ul li{
  padding: 0;
  line-height: 16px;
  padding: 0 5px;
  width: 140px;
}
#nav ul ul li a{
  padding: 0;
  text-align: left;
  color: #456cd1;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
}
.topHeader{
  height: 140px;
  background: #25c2c9 url(images/topheader.jpg) no-repeat top;
}
.logo{
  float: left;
}
.blog{
  float: right;
  margin: 5px 10px 0 0;
  width:204px;
}
.header{
  margin-bottom: 5px;
  position: relative;
  width: 1000px;
  background: #ffffff;
  position:relative;
  z-index:10;
}

#navigation{
}
#search {
  float:right;
  width: 217px;
  height: 46px;
  background: url(images/searchbg.png) no-repeat top right;
  position: absolute;
  right: 0;
  top:127px;
  padding: 16px 7px 0 0;
}
.search {
  margin:3px 0 0 0;
  padding:3px;
  background:#ffffff;
  width:168px;
  height:14px;
  color:#000000;
  border:1px #ff0170 solid; 
  float:right;
}
.searchicon {
  margin:3px 0 0 0;
  border-top:1px #ff0170 solid; 
  border-right:1px #ff0170 solid; 
  border-bottom:1px #ff0170 solid;  
  float:right;
}
