.menu_dropdown, .menu_dropdown_fake {
  float: left;
}

.menu_dropdown dt {
	padding-left: 1px;
	line-height: 22px;
	width: 107px;
  font-weight: bold; 
  cursor: pointer; 
  vertical-align: middle;
  text-align: center;
  background-image: url(../image/layout/menubg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-left: 1px solid #b4b4b4;
	display: table;
}

.menu_dropdown_fake dt {
	line-height: 22px;
	width: 148px !important;
	width: 147px;
  font-weight: bold; 
  cursor: pointer; 
  vertical-align: middle;
  text-align: center;
  background-image: url(../image/layout/menubg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-left: 1px solid #b4b4b4;
	display: table;
}


.menu_dropdown dt a, .menu_dropdown_fake dt a {
  height: 22px;
}

.menu_dropdown dd, .menu_dropdown_fake dd {
	position: absolute;
  overflow:hidden; 
  display:none; 
  opacity:0;
}

.menu_dropdown ul {
	float: left;
  border:1px solid #b4b4b4; 
  list-style:none; 
  border-top:none;
  width:108px;
  background-color: #fff;
}

.menu_dropdown_fake ul {
	float: left;
  border: 1px solid #b4b4b4; 
  list-style: none; 
  border-top: none;
  width: 148px;
  background-color: #fff;
}


.menu_dropdown li, .menu_dropdown_fake li {
  display: outline;
}

.menu_dropdown a, .menu_dropdown a:active, .menu_dropdown a:visited, .menu_dropdown_fake a, .menu_dropdown_fake a:active, .menu_dropdown_fake a:visited  {
  display:block; 
  text-decoration:none; 
  background: transparent;
  font-size:10px;
  height:22px; 
  text-align: center;
}

/* Menu Item Hover */
.menu_dropdown a:hover, .menu_dropdown a:active, .menu_dropdown_fake a:hover, menu_dropdown_fake a:active {
  color: #000;
  text-decoration: none;
  text-align: center;
  background-image: url(../image/layout/menuOver.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


.menu_dropdown dd ul a:hover, .menu_dropdown_fake dd ul a:hover, .menu_dropdown dd ul a:active, .menu_dropdown_fake dd ul a:active {
  height: 20px;
  background-color: #fff;
  text-decoration: none;
  background-image: none;
  color: #000;
  line-height: 15px;
}

.menu_dropdown dd ul a:link, .menu_dropdown_fake dd ul a:link, .menu_dropdown dd ul a:visited, .menu_dropdown_fake dd ul a:visited{
  height: 20px;
  background-color: #fff;
  text-decoration: none;
  line-height: 15px;
}

.menu_dropdown .underline, .menu_dropdown_fake .underline {
  border-top: 1px solid #b4b4b4;
}

.menu_dropdown dd ul li a:hover, .menu_dropdown_fake dd ul li a:hover {
   background-color: #E1F2F2;
}