.menu {
  width:230px;
  float:left;
}

.menuTitle {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  color:#fff;
  width:100%;
  height:25px;
  margin-bottom:5px;
  border-bottom:dotted 1px white;	
  width:220px;
}

.menuItem {
  width:210px;
  height:30px;
  line-height:30px;
  display:block;
  text-decoration:none;  
  color:#464e65;
  font-weight:bold;
  cursor:pointer;
  padding-left:5px;
}

.menuItem:hover {
  text-decoration:none;
  background-color:#ebebeb;
}

.submenu{
  height:19px;
  display:block;
  text-decoration:none;  
  color:#464e65;
  font-weight:normal;
  padding-left:15px;
}

.menuItemSub {
  margin:0 8 0 8px;
  height:19px;
  display:block;
  text-decoration:none;  
  color:#464e65;
  text-align:right;
  padding-right:10px;  
}

.menuItemSub:hover {
  color:#000;
  background-color:#fff;
}

.hide {
display: none; 
/*  display: block; */
}

.show {
  display: block;
}
