#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  display: block;
  height: 36px;
  /*text-transform: uppercase;*/
  font-size: 14px;
  font-weight: bold;
  background: transparent url('images/offnew.jpg') repeat-x top left;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  border-bottom: 4px solid #5d7587;
  border-top: 1px solid #74b0c6;
  width: auto;
}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu li a {
  display: block;
  float: left;
  color: #f4ba1d;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 14px 0 14px;
  height: 24px;
  background: transparent url('images/dividernew.jpg') no-repeat top right;
}
#cssmenu li a:hover {
  background: transparent url('images/hovernew.jpg') no-repeat top right;
  color: #e7b224;
}

#topicmain{
  margin: 10px 25px 0 0px;

}

#topicmain ul {
  margin: 0;
  padding: 0 12px 0 12px;
  list-style-type: none;
  position: absolute;
  display: block;
  height: 30px;
  /*text-transform: uppercase;*/
  font-size: 100%;
  font-weight: bold;
  background: transparent url('images/off1.gif') repeat-x top left;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  border-bottom: 4px solid #336666;
  border-top: 1px solid #C0E2D4;
  color: #874B46;
  width:auto;
}
#topicmain li {
  display: block;
  float: left;
  margin: 5px 0 0 0px;
}

#buttomread{
float: right;
}
#buttomread ul {
  margin: 0;
  padding: 0 6px 0 6px;
  list-style-type: none;
  position: relative;
  display: block;
  /*font-weight: bold;
  height: 30px;*/
  text-transform: uppercase;
 /* font-size: 95%;*/
 /* background: #5d7587;*/
  font-family: Helvetica, Arial, Verdana, sans-serif;
  width: auto;
}
#buttomread li {
  display: block;
  float: left;
  margin: 5px 0 0 0px;
}

#buttomread li a {
  text-decoration: none;
  color:#346699;
  /*font-size: 14px;;
  font-weight: bold;*/
}
#buttomread li a:hover {
  color: #fc7030;
}

#hh2tab{
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  display: block;
  height: 30px;
  /*background: transparent url('images/footernew.jpg') repeat-x top left;
  border-bottom: 2px solid #3b5998;
  border-top: 1px solid #C0E2D4;*/
  width: 101%;
  background-color:#e6eff8;
  background: transparent url('images/footernew.jpg') repeat-x top left;
  border-bottom: 2px solid #6383c6;
  border-top: 2px solid #74b0c6;
  
}
#hh2tab .h2hleft{
  display: block;
  float: left;
  margin: 6px 0px 0px 6px;
  padding: 0;
  /*color:#203360;
  font-size: 140%;*/
  font-weight: bold;
  font-family: Helvetica, Arial, Verdana, sans-serif;  
  width:auto;
  color:#fff;
  font-size:14px;
}
#hh2tab .h2hright{
  display: block;
  float: right;
  margin: 6px 0 0 3px;
  padding: 0;
  width:50%;
}
