/* Navigation Menu */
/*
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009 makoto_kw (makoto.kw@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * 
 * Version: 1.0
 */
 
 
ul.HolywellCC_Top {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 960px; /*For KHTML*/
  list-style: none;
  height: 32px;
}
 
ul.HolywellCC_Top.potato-menu-vertical 
{
  width: 250px;
}
ul.HolywellCC_Top.potato-menu:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
ul.HolywellCC_Top.potato-menu li.potato-menu-item {
  margin:0;
  padding:0;
  position:relative;
  list-style:none;
  list-style-position:outside;
  display:inline;
  float:left;
  height: 32px;
  text-transform: uppercase;
}

ul.HolywellCC_Left.potato-menu ul.potato-menu-group{
 	margin: 0;
	padding: 0;
	-webkit-padding-start: 0;
	-webkit-padding-end: 0;
	position: absolute;
	display: none;
	z-index: 1000;
	left: 302px !important;
	top: 0 !important;
  	width: 260px;  	
}

ul.HolywellCC_Left.potato-menu li.potato-menu-item {
  margin:0;
  padding:0;
  position:relative;
  list-style:none;
  list-style-position:outside;
  display:inline;  
  height: 32px;
  text-transform: uppercase;
}

ul.HolywellCC_Left.potato-menu li.potato-menu-item a {
  display:block;
  text-decoration:none;
  white-space:nowrap;
  outline:0;  
  color: #777;
}

ul.HolywellCC_Top.potato-menu li.potato-menu-item a {
  display:block;
  text-decoration:none;
  white-space:nowrap;
  outline:0;
  margin: 0;
  padding: 3px 12px 0 12px;
  color: #000;
  font: normal 11px/32px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;;
  height: 1%; /*For IE*/
}
ul.HolywellCC_Top.potato-menu ul.potato-menu-group {
  margin:0;
  padding:0;
  -webkit-padding-start:0;
  -webkit-padding-end:0;
  position:absolute;
  display:none;
  z-index:2000;
}

ul.HolywellCC_Top li.potato-menu-item {
    font-size:12px;
}
ul.HolywellCC_Top li.potato-menu-has-vertical.expanded > a {
  	background: #B3B629;
	border-bottom: 1px solid #696B18;
}
ul.HolywellCC_Top .potato-menu-group {
    background: none;
}
ul.HolywellCC_Top .potato-menu-group a {
    width: 160px;
}
ul.HolywellCC_Top .potato-menu a {
    padding:5px 12px 5px 12px;
    background: none;
    color: #fff;
    padding-right:20px;
}
ul.HolywellCC_Top.potato-menu a:hover,
ul.HolywellCC_Top.potato-menu li:hover a,
ul.HolywellCC_Top.potato-menu li.iehover a {
    color: white;
    background: url('../images/holywell/backgrounds/nav-bg-on.png') repeat-x top left #0085AA;
}
ul.HolywellCC_Top .potato-menu-has-vertical > a {
    background: #B3B629;
}
ul.HolywellCC_Top .potato-menu-has-holizontal > a {
    background: #333 url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}
ul.HolywellCC_Top .potato-menu-has-vertical > a:hover {
    background: #008eb0; 
}
ul.HolywellCC_Top .potato-menu-has-holizontal > a:hover {
    background: #666 url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}
ul.HolywellCC_Top .potato-menu-vertical {
  clear:both; width:auto; margin-top:10px;
}

ul.HolywellCC_Top .potato-menu-vertical li {
  float: none !important;
}

/* StaffServices */
ul.HolywellCC_Top .potato-menu-vertical {
  background: #fff;
  padding: 0;
}

ul.HolywellCC_Top .potato-menu-vertical li {
  height: auto!important;
  background: #fff;
  border-bottom: 1px solid #B3B629;
}
ul.HolywellCC_Top .potato-menu-vertical li a {
  height: auto !important;
  padding: 0;
  text-transform: none;
  color: #000 !important;
  background: #fff !important;
  background-image: none !important;
  border-bottom: 1px solid #B3B629;
  text-align: left;
  width: 205px;
}

ul.HolywellCC_Top .potato-menu-vertical li a:hover {
  color: #B3B629 !important;
  background: #fff !important;
  border-left: 5px solid #333;
  width: 205px;
}