

/* Menu */

.menu_header {
  font-size:1.5em;
  clear: both; 
  border-bottom: 1px solid #DDDDDD;
  height: 26px;
  width:100%;
  text-decoration: none;
}
.menu_header_item {
  float: left;
  height:20px;
  vertical-align: top;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #EEEEEE;
  padding: 0px 20px 4px 20px;
  min-width: 120px;
  text-align: center;
}
.menu_header_item_active {
 background: #F7F7F7;
 background: -moz-linear-gradient(
                center bottom,
                rgb(255,255,255),
                rgb(247,247,247)
 );
 background: -webkit-gradient(
                linear,
                left bottom,
                left top,
                from(rgb(255,255,255)),
                to(rgb(247,247,247))
 );
 border-bottom: 0px;
 height: 22px;
}
.menu_header_item_inactive {
 background: #F0F0F0;
 background: -moz-linear-gradient(
                center bottom,
                rgb(237,237,237),
                rgb(247,247,247)
 );
 background: -webkit-gradient(
                linear,
                left bottom,
                left top,
                from(rgb(237,237,237)),
                to(rgb(247,247,247))
 );
 border-bottom: 0px;
 height: 21px;
}
.menu_header_item a {
 color: #666666;
 text-decoration: none;
}
.menu_search_box {
 vertical-align:top;
 border:1px solid #AAAAAA;
 height:20px;
 width:120px;
}
.menu_search_input[type="text"] {
 vertical-align: top;
 height: 20px;
 padding: 1px;
 font-size:15px;
 width: 120px;
 border: 1px solid #DDDDDD;
 color: #AAAAAA;
 margin: 0 0 0;
}
.menu_search_button {
 border:2px solid #DDDDDD;
 margin-left:5px;
 margin-right:5px;
 margin-top:2px;
 vertical-align:top;
}
.menu_subheader {
 font-size: 1.1em;
 clear:both;
 border-left: 1px solid #DDDDDD;
 height:24px;
}
.menu_subheader_item {
  padding: 7px 8px 5px;
  color: #666666;
  font-weight:bold;
  display: inline;
  float:left;
  margin-top:0px;
}
.menu_subheader_item a {
 color: #666666;
 text-decoration: none;
}



