
.pToolbar .menu {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  top: 1.5em;
  left: 0;
  }
.pToolbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

.pToolbar ul li {
	position: relative;
    margin:0;
	}
	
.pToolbar li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.pToolbar a,
.pToolbar a:link,
.pToolbar a:visited {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #4870AC; /* IE6 needs this */
  padding: .1em 1em;
  border: none;
}
.pToolbar .menu a.hasKids {
  background: #4870AC url(../images/controlimages/toolbar_rightarrow.gif) center right no-repeat;
  cursor: default;
} 
.pToolbar a:hover,
.pToolbar a.active,
.pToolbar .pTool a:hover,
.pToolbar .pTool a.active {
  color: #fff;
  background-color: #3366cc;
  }
/* Fix IE. Hide from IE Mac \*/
* html .pToolbar ul li { float: left; height: 1%; }
* html .pToolbar ul li a { height: 1%; }
.pToolbar .pTool {
  float: left;
}
/* End */

.pToolbar {
  background: #4870AC;
  position: relative;
  height: 1.5em;
  z-index: 2;
  color: #fff;
  border-top: solid 1px #fff;
}
.pToolbar .pTool {
/*  float: left;*/
  z-index: 2;
  position: relative;
  border-right: solid 1px #fff;
  height: 1.5em;
}
.pToolbar .menu a,
.pToolbar .menu a:link,
.pToolbar .menu a:visited {
  padding: 3px;
  border: 1px solid #ccc;
  border-bottom: 0;
  }
.pToolbar li.off a,
.pToolbar li.off a:link,
.pToolbar li.off a:visited,
.pToolbar li.off a:hover,
.pToolbar li.off a.active,
.pToolbar .pTool li.off a:hover,
.pToolbar .pTool li.off a.active {
  background-color: #B8BCC4;
  color: #6E6E6E;
  }
/* (Thanks ALA) www.alistapart.com */