#quickbar-container .hover ul {
	display: block;
}

/* -------------------------------
   Container
   ------------------------------- */

#quickbar-container {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	height: 5px;
	width: 100%;
	text-align: left;
}

#quickbar-layout.show{
	display: table !important;
	height: 30px;
}

#quickbar-layout {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	transition: height 2s;
	width: 100%;
	display: none;
}

	#quickbar-layout td {
		border-collapse: collapse;
		border-spacing: 0px;
		border: 0px;
		margin: 0px;
		padding: 0px;
		height: 30px;
		vertical-align: top;
	}

	#quickbar-layout .quickbar-left {
		width: 78px;
	}

	#quickbar-layout .quickbar-right {
		width: 16px;
	}

	#quickbar-layout .quickbar-middle {
		background-image: url(/qsPortal/Themes/Default/Images/quickbar-bg.png);
		background-repeat: repeat-x;
	}

	#quickbar-layout .quickbar-refdate {
		width: 180px;
		font: 12px Arial,Helvetica,sans-serif;
		padding-top: 4px;
	}

		#quickbar-layout .quickbar-refdate .refdate-previous {
		}

		#quickbar-layout .quickbar-refdate .refdate-next {
		}


/* -------------------------------
   =PRIMARY NAVIGATION
   ------------------------------- */

#quickbar-nav {
	/*position: absolute;*/
	/*z-index: 101;*/
	font-family: Tahoma, Arial, sans-serif;
	height: 30px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	/*vertical-align: top;*/
}
/*
  * html #quickbar-nav {
	height: 1%;
  }
*/
#quickbar-right {
	cursor: pointer;
}

#quickbar-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

	#quickbar-nav ul li {
		margin: 0px;
		padding: 0px;
		border: 0px;
		float: left;
		display: inline;
		position: relative;
	}

		#quickbar-nav ul li a {
			display: inline-block;
			height: 20px;
			line-height: 20px;
			margin: 3px 0px 0px 0px;
			padding: 0px 5px 0px 5px;
			text-decoration: none;
			font-size: 12px;
			color: #333333;
		}

			#quickbar-nav ul li a:hover {
				background-color: #333333;
				color: #eeeeee;
			}

			#quickbar-nav ul li a.active,
			#quickbar-nav ul li a.active:hover {
				background-color: #ffffff;
				color: #333333;
			}

	/* SECOND LEVEL NAV ITEM */

	#quickbar-nav ul ul {
		display: none;
		position: absolute;
		width: 200px;
		top: 25px;
		margin: 0px;
		padding: 0px;
		border: 0px;
  border: 0px;
		background-color: #eeeeee;
		z-index: 101;
		box-shadow: 0px 0px 3px #999999;
	}

		#quickbar-nav ul ul li {
			display: block;
			width: 100%;
			margin: 0px;
			padding: 0px;
			border: 0px;
		}

			#quickbar-nav ul ul li a {
				display: block;
				overflow: hidden;
				margin: 0px 0px 0px 0px;
				padding: 0px 5px 0px 5px;
			}

				#quickbar-nav ul ul li a.active,
				#quickbar-nav ul ul li a.active:hover {
					background-color: #333333;
					color: #ffffff;
				}

			#quickbar-nav ul ul li hr {
				display: block;
				width: 100%;
				border: 0px;
				border-top: 1px solid #FFFFFF;
			}

/* THIRD LEVEL NAV  */
#quickbar-nav ul ul li ul {
	top: 0;
	left: 250px;
	z-index: 5;
}

/* subnav arrow images */
a.has-subnav {
	/*background-image: url(/images/subarrows.gif);*/
	background-repeat: no-repeat;
	background-position: 98% 0;
}

	a.has-subnav:hover {
		/*background-image: url(/images/subarrows.gif);*/
		background-position: 98% -60px;
	}

#quickbar-nav ul ul a.active-has-subnav,
#quickbar-nav ul ul a.active-has-subnav:hover {
	color: #000;
	/*background: #dbe4ef url(/images/subarrows.gif) no-repeat 98% -120px;*/
}
