/* Main Nav styles */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav ul {position:absolute; z-index:500;}
#nav ul li.top {}
#nav ul li.top a {cursor:pointer;}
#nav ul li.top a span {}
#nav ul li.top a span.down {}
#nav ul li.top a:hover,
#nav ul li.top a:hover span,
#nav ul li.top a:hover span.down,
#nav ul li.top:hover > a,
#nav ul li.top:hover > a span,
#nav ul li.top:hover > a span.down,
#nav ul li.top:hover > a.current {
	color: #fff; 
	text-shadow: -1px -1px 1px #ce5d16; 
	background-position: left top;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}


/* Default list styling */
#nav ul li:hover {position:relative; z-index:1;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul ul, 
#nav ul li:hover ul ul,
#nav ul li:hover ul li:hover ul ul,
#nav ul li:hover ul li:hover ul li:hover ul ul,
#nav ul li:hover ul li:hover ul li:hover ul li:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding: 0; 
	list-style:none;
}

#nav ul li:hover ul {
	left: 0; 
	top: 44px; 
	background: #e18335 url('../media/bg_dropDown.gif') repeat-x left top; 
	padding: 8px 0;
	width: 235px; 
	height: auto; 
	z-index:1; 
	border: 1px solid #db742c;
	
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
	
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
}

#nav ul li:hover ul li {
	display: block; 
	position: relative; 
	width: 235px;
	height: auto; 
}

#nav ul li:hover ul li a {
	display: block; 
	width: 195px; 
	text-decoration: none; 
	background: transparent;
	height: auto;
	font: normal 14px/30px HelveticaNeue, Helvetica, arial, sans-serif;
	text-transform: none;
	color: #fff;
	padding: 0 20px;
	border: none;
	text-shadow: -1px -1px 1px #e17923;
}

/* Define widths of drop-downs */

#nav ul li:hover ul#phoneDrop,
#nav ul li:hover ul#webDrop {

}


#nav ul li:hover ul#phoneDrop,
#nav ul li:hover ul#phoneDrop li {
	width: 225px
}

#nav ul li:hover ul#phoneDrop li a {
	width: 185px
}

#nav ul li:hover ul#webDrop,
#nav ul li:hover ul#webDrop li {
	width: 208px
}

#nav ul li:hover ul#webDrop li a {
	width: 168px
}

#nav ul li:hover ul#aboutDrop {
	left: auto;
	right: 0;
	-webkit-border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	border-radius: 3px 0 3px 3px;
}

/* Hover styles */

#nav ul li:hover ul li a:hover {
	background: #dd782e;
	border: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#nav ul li:hover ul li:hover > a {
	background: #dd782e;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#nav ul li:hover ul li:hover ul li:hover > a {
	background: #dd782e;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
} 

/* Fly-out */

#mainNav li:hover ul li:hover ul,
#mainNav li:hover ul li:hover ul li:hover ul,
#mainNav li:hover ul li:hover ul li:hover ul li:hover ul,
#mainNav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left:310px; 
	top:-10px; 
	background: url(/media/bg_dropDown.png) no-repeat bottom; 
	padding: 10px 0; 
	border: 0; 
	border-left: 0; 
	border-top: 0; 
	white-space:nowrap; 
	width:310px; 
	z-index:400; 
	height:auto;
}

/* Bubbles */

.bubble {position:relative; z-index:500; height: 26px;}
.bubble a {cursor:pointer;}
.bubble a.button span {}
.bubble a.button span.down {}
#bar a.button:hover,
.bubble a.button:hover,
.bubble a.button:hover span,
.bubble a.button:hover span.down,
#bar .bubble:hover > a.button
.bubble:hover > a.button,
.bubble:hover > a.button span,
.bubble:hover > a.button span.down,
.bubble:hover > a.button.current {
	color: #fff;
	text-shadow: -1px -1px 0 #111;
	background: #4f4f4f;
	border-color: #222;
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 150%, from(#2f2f2f), to(#222) );
	background-image: -moz-linear-gradient(0% 150% 90deg, #222, #2f2f2f );
	
	-moz-box-shadow: 1px 1px 5px rgba(255,255,255,0.1);
	-webkit-box-shadow: 1px 1px 5px rgba(255,255,255,0.1);
	box-shadow: 1px 1px 5px rgba(255,255,255,0.1);
}

.bubble > a {
	color: #ccc;
}


/* Default list styling */
.bubble:hover {position:relative; z-index:1;}

/* keep the 'next' level invisible by placing it off screen. */
.bubble ul, 
.bubble:hover ul ul,
.bubble:hover ul li:hover ul ul,
.bubble:hover ul li:hover ul li:hover ul ul,
.bubble:hover ul li:hover ul li:hover ul li:hover ul ul {
	position:absolute; 
	left: -9999px; 
	top: 34px; 
	width: 180px; 
	height:0; 
	margin:0; 
	padding: 0; 
	list-style:none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransfrom.Microsoft.
		Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
}

.bubble:hover ul {
	left: -2px; 
	top: 24px; 
	background: #fff; 
	padding: 0 0 3px 0;
	width: 185px; 
	height: auto; 
	z-index:1; 
	border-color: 1px solid rgba(0,0,0,0.2);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	
	opacity: 1;
	-ms-filter: "progid:DXImageTransfrom.Microsoft.
		Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	
  -webkit-transition: top 0.2s ease, opacity 0.2s ease;
  -moz-transition:    top 0.2s ease, opacity 0.2s ease;
  -ms-transition:     top 0.2s ease, opacity 0.2s ease;
  -o-transition:      top 0.2s ease, opacity 0.2s ease;
}

.bubble:hover ul li.arrow {
	margin-top: -7px;
	margin-bottom: 5px;
	height: 7px;
	background: url('../media/bg_dropDown_arrow.png') no-repeat 12px 0;
}

.bubble:hover ul li {
	display: block; 
	position: relative; 
	width: 165px; 
	height: auto;
	font: normal 12px/24px Helvetica, arial, sans-serif;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	color: #999;
	padding: 0 10px; 
	border-top: 1px solid #efefef;
	padding-top: 1px;
}

.bubble:hover ul li.first,
.bubble:hover ul li:first-child {
	padding-top: 0;
	border-top: none;
}

.bubble:hover ul li a {
	display: inline;  
	text-decoration: none; 
	background: transparent;
	height: auto;
	border: none;
	text-shadow: none;
	text-align: left;
	color: #19637f; 
}

/* Define widths of drop-downs */


.bubble:hover ul#emailDrop {
	left: 5px; 
	top: 27px;
	width: 126px 
}

.bubble:hover ul#emailDrop li  {
	width: 106px
}



/* Hover styles */

.bubble:hover ul li a:hover {
	color: #de7417;
	text-decoration: underline;
	border: 0;
}

