body
{
  font-family:Tahoma;
  font-size:11px;
}
div.Header{
  clear: both;
  height: 40px;
  border: 0px solid #FF66FF;
  float: right;
  padding-top: 20px;
}
div.Header_right{
  float: right;
  width: 220px;
  height: auto;
  border: 0px solid #99FF66;
  overflow: hidden;
}
div.Header_right_menu
{
  float: left;
  height: 30px;
  padding-right: 0px;
  border: 0px solid #FF3399;
  text-align: left;
}
div.menu_item{
  float: left;
  font-size:12px;
  color: #FFFFFF;
  border: 0px solid #66CC33;
  padding: 5px 5px 0px 10px;
}
div.menu_item a:link,div.menu_item a:visited
{
  float: left;
  font-size:12px;
  color: #FFFFFF;
  text-decoration: none;
  border: 0px solid #66CC33;
  padding-bottom: 5px;
}
div.menu_item a:hover{
  float: left;
  font-size:12px;
  color: #FFFFFF;
  text-decoration: none;
  background: url(../style/images/menu/h_selected.jpg) 0px bottom repeat-x;
  border: 0px solid #66CC33;
  padding-bottom: 5px;

}
div.menu_item a.menu_h_l:link,div.menu_item a.menu_h_l:hover,div.menu_item a.menu_h_l:visited{
  float: left;
  font-size:12px;
  color: #6DCFF6;
  text-decoration: none;
}
div.Menu {
  height: 28px;
  border: 0px solid #990000;
  float: left;
  width: 750px;
  margin-left: 15px;
  text-transform: uppercase;
}
div.Menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 28px;
  cursor: pointer;
  float: left;
  border: 0px solid #990000;
}
div.Menu ul li {
  display: inline;
  float: left;
  cursor: pointer;
  border: 0px solid #00FF33;
  font-weight: bold;
}
div.Menu ul li a {
  color: #FFF;
  text-decoration: none;
  float: left;
  outline: none;
  cursor: pointer;
  font-weight: bold;
}
div.Menu ul li a span {
  padding: 6px 10px 0px;
  height: 22px;
  float: left;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
}

div.Menu ul li a:hover {
  background:#D30000;
  outline: none;
  cursor: pointer;
  font-weight: bold;
}

div.Menu ul li a:hover span {
  height: 22px;
  padding: 6px 10px 0px;
  outline: none;
  cursor: pointer;
  font-weight: bold;
}

div.Menu ul li a.current{
  background:#E61F22;
  outline: none;
  cursor: pointer;
  font-weight: bold;
}

div.Menu ul li a.current span{
  height: 22px;
  padding: 6px 10px 0px;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
}
div.Search{
  border: 0px solid #FF3300;
  text-align: left;
  padding-left: 7px;
  float: right;
}
div.Search div.filed_text
{
    float:left;
	height:30px;
	border:0px solid #FF3300;
	overflow:hidden;
    overflow: hidden;
    width: 210px;
    font-size: 3pt;
}
div.Search div.filed_s
{
	float:left;
	height:30px;
	border:0px solid #FF3300;
	overflow:hidden;
    width: 24px;
    width: 100%;
}
div.Search div.filed_s input.text_s{
  height:20px;
  width: 200px;
  background: url(../style/images/search_text.jpg) 0px 0px no-repeat;
  font-size:12px;
  color: #000000;
  border: 0px solid #25292E;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  margin-top: 0px;
  float:left;
}
div.Search div.filed_s input.button_s{
    height:25px;
    width:24px;
    background: url(../style/images/search_button.jpg) 0px 0px no-repeat;
    border: 0px;
	cursor:pointer;
    font-size: 12pt;
    float:left;
}
div.banner{
 clear: both;
}
div.sitepath{
  clear: both;
  height: 28px;
  float: left;
  width: 100%;
}
div.sitepath_left{
  background: url(../style/images/bg_sitepath_left.jpg) no-repeat;
  float: left;
  width:5px;
  height: 28px;
}
div.sitepath_left_in{
  background: url(../style/images/bg_sitepath_left_in.jpg) no-repeat;
  float: left;
  width:5px;
  height: 28px;
}
div.sitepath_center{
  background:#fff url(../style/images/bg_sitepath_center.jpg) repeat-x;
  float: left;
  width:990px;
}
div.date_h{
  height: 20px;
  text-align: right;
  color: #6DCFF6;
  font-size: 11px;
  padding-right: 10px;
  padding-top: 8px;
}
div.sitepath_right{
  background: url(images/bg_sitepath_right.jpg) no-repeat;
  float: left;
  width:5px;
  height: 28px;
}
div.sitepath_right_in{
  background: url(images/bg_sitepath_right_in.jpg) no-repeat;
  float: left;
  width:5px;
  height: 28px;
}