@charset "UTF-8";
/* CSS Document */

#navBar {
	behavior: url("hover.htc");
	background: url(../img/nav/navBack.png) no-repeat;
	position: absolute;
	top: 132px;
	left: 22px;
	width: 956px;
	height: 22px;
	margin: 0;
	padding:0;
	float: left;
	z-index: 100;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#navBar h2 {
	background: url(../img/nav/seperator.png) bottom right no-repeat;
	font-size: 85%;
	font-weight: bold;
	display: block;
	margin: 0;
	color: #929496; /* this changes the button text color BEFORE hovering */
	line-height:22px; /* this sets the DROP-DOWN MENU hight */
	padding:0px 25px;
	text-transform: uppercase;
}

#navBar a {
	color: #929496; /* this changes the button text color BEFORE hovering */
	text-decoration: none;
}

#navBar h2:hover {
	background: #000 url(../img/nav/buttonHover.png); /* this changes the button color when hovering */
}

#navBar li li a {
	font-size: 75%;
	font-weight: lighter;
	display: block;
	color: #FFF;
	background: #000 url(../img/nav/sub_sep.gif) bottom left no-repeat;
	width:125px; /* this changes the width of the active drop-down button */
	text-decoration: none;
	line-height:22px;
	padding:0px 0px 0px 15px;
}

#navBar li li a:hover {
	color: #FFF;
	background: #210606  url(../img/nav/hover_sub.gif) center left no-repeat; /* this changes the button color when hovering over sub menu */
}

#navBar li {
	position: relative;
}

#navBar ul ul ul {
	position: absolute;
	top: -242px;
	left: 100%;
}

#navBar ul ul ul.locations {
	position: absolute;
	top: 0px;
	left: 100%;
}

#navBar ul ul {
	position: absolute;
	z-index: 500;
}

div#navBar ul ul {
	display: none;
}

div#navBar ul li:hover ul {
	display: block;
}

div#navBar ul ul,
div#navBar ul li:hover ul ul,
div#navBar ul ul li:hover ul ul {
	display: none;
}

div#navBar ul li:hover ul,
div#navBar ul ul li:hover ul,
div#navBar ul ul ul li:hover ul {
	display: block;
}

.more {
	font-size:85%;
	color: #929496;
}