#menu_new {
  /*border-top: 1px solid #202224;*/
  border-bottom: 1px solid #202224;
  font-family: Arial;
  color: #a5a5a5;
  background-color: transparent;
  text-transform: uppercase;
  text-shadow: #000000 1px 1px 0px;
}

#menu_new li {
  cursor: pointer;
}

.menu_active2, .menu_active2 a {
  color: #bdbdbd;
}
.menu_active4, .menu_active4 a {
  color: #ffb400;
}

#menu_up {
  font-size: 11px;
  line-height: 32px;
  height: 32px;
  background: url('new_menu/bg.png') repeat-x left top;
}

#menu_down_all {
  background: url('new_menu/navigation-submenu.png') repeat-x left top;
}
#menu_down {
  height: 24px;
  font-size: 11px;
  line-height: 24px;
  width:95%;
  float:left;
  background: url('new_menu/navigation-submenu.png') repeat-x left top;
  padding-left: 5px;
}

#menu_down li {
  float: left;
  padding: 1px 7px 0px 7px;
  background-position: 0px 5px;
  height: 24px;
}
#menu_down a {
  color: #d9d9d9;
}
#menu_down a:hover {
  color:#0080FF;
}
.menu_active3,.menu_active3 a {
  color: #ffb400;
}

ul.menu_top {
  margin-left: 5px;
}
ul.menu_top li{
  height: 32px;
  float: left;
}
ul.menu_top li a {
	display: block;
	text-decoration: none;
  padding: 0px 5px;

}
ul.menu_top li.menu_active3 {
  padding-right: 10px;
  background: url('new_menu/navigation-active-end.png') right top no-repeat;
}
ul.menu_top li.menu_active3 a  {
	background: url('new_menu/navigation-active.png') left top no-repeat;
	padding-left: 15px;
  text-shadow: #000000 1px 1px 2px;
}
.menu_active,.menu_active3 a:hover {
  /*background: url('new_menu/navigation-hover.png') repeat-x top center;*/
  background: url('new_menu/navigation-hover2.png') repeat-x top;
}
/*
.menu_active,.menu_active3 {
  padding-right: 10px;
  background: url('new_menu/active.png') right top no-repeat;
}
.menu_active,.menu_active3 a{
	background: url('new_menu/active.png') left top no-repeat;
	padding-left: 20px;
}
.menu_active,.menu_active3 a:hover {
  background: url('new_menu/hover.png') repeat-x top center;
}

*/
.menu_red2 {
  color: lime;
}
#searchbox {
  background-image: url("icons/search_off.png");
  background-repeat: no-repeat;
  background-position: 0.4em 0.2em;
  height: 20px;
  width: 120px;
  padding-left: 2.2em;
  margin-top: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#searchbox:focus {
  background-image: url("icons/search_on.png");
}

