#XlogMenu {
 position: relative; 
 cursor:default;
}

.XlogMenu {
 position: relative;
}

.Xlog_SubMenu {
  background-color: transparent;
  border: 0px solid;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index:100; 

}
 
a.menuItem {  
  background-color: #ffffff;
  color: #000000;
  cursor: default;
  display: block;
  font-family: "±¼¸²";
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  white-space: nowrap;
  width:165px
}
 
a.menuItem:hover {
  background-color: #E8F3ED;
  color: #000000;
  cursor: hand;
}
 
.menuItemSep {  
  border-top: 1px solid #E9E9E9;
  margin: 0px 0px 0px 0px;  
}

a.L_menuItem {  
  color: #000000;
  cursor: default;
  display: block;
  font-family: "±¼¸²";
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  white-space: nowrap;
  width:190px
}

a.L_menuItem:hover {
  color: #000000;
  cursor: hand;
}
 