

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {  
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  color: #333;    
  background: #efefef;
}

div.menuBar {  
  border: 0px solid #ccc;
  padding: 0px 2px 4px 2px;
  text-align: left;  
 
}

div.menuBar a.menuButton {  
  border: 0px solid #e0e0e0;
  color: #333;
  cursor: pointer;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {  
  border: 1px outset #000;
  color: #333;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {  
	background: #e6e6e6;
  border: 1px solid #ccc;
  left: 0px;
  padding: 0px 0px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
  border-bottom: 3px solid #16b1dd;
}

div.menu a.menuItem {
  color: #303030;
  
  display: block;
  /*padding: 8px 5px 6px 8px; */
  padding: 6px 5px 6px 13px;
  text-decoration: none;
  white-space: nowrap;  
  line-height:20px;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
 
  color: #009ecb;
}


div.menu a.menuItemService {padding-left:14px;}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {  
  position:absolute;
  right: 1px;
}

div.menu a.menuItem2 span.menuItemArrow {  
  position:absolute;
  right: 1px;
  text-decoration:none;
}
div.menu a.menuItem2 span.menuItemArrow:hover {  
  position:absolute;
  right: 1px;
  text-decoration:none;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

div.menu a.menuItem2 {
  color: #fff;
  
   background-color:#16b1dd;
  display: block;
  padding: 6px 1em;
  text-decoration: none;
  white-space: nowrap;
  cursor:default;
}

div.menu a.menuItem2:hover{
  text-decoration:none;
}
 div.menu a.menuItemHighlight {
  text-decoration:none;
}