.menu {
  width:171px;
  margin-right:10px;
  float:left;

}

.menuTitle {
  font-family:Georgia,Times New Roman, Helvetica, sans-serif;
  height:20px;
  width:140px;
  margin-top:15px;
}

.menuItem {
  margin:0;
  height:22px;
  display:block;
  border-bottom:dotted 1px #bbb; 
  text-decoration:none;  
  color:#385436;
  font-weight:bold;
  line-height:22px;
  cursor:pointer;
  text-indent:10px;
}

.menuItem:hover {
  color:#000;
  background-color:#fff;
}


.submenu{
  margin-left: 20px;
  margin:10 10px 0 10px;
  height:19px;
  display:block;
  border-bottom:dotted 1px #bbb; 
  text-decoration:none;  
  color:#77AB57;
  font-weight:bold;
  line-height:19px;

}

.menuItemSub {
  margin:0 8 0 8px;
  height:19px;
  display:block;
  border-bottom:dotted 1px #00457c; 
  text-decoration:none;  
  color:#008fd3;
  font-weight:bold;
  background-color:#f0f0f0;
  line-height:19px;
  text-align:right;

}

.menuItemSub:hover {
  color:#000;
  background-color:#fff;
}
.hide{
	display: none;
}

.show{
	display: block;
}
