.navContainer {
	width: 888px;
	height: 29px;
	text-align: left;
	background: url('../images/header_graybar.jpg') repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	float: none;
	clear: both;
	z-index: 120;
}

.navLinkContainer {
/*	width: 100%; */
	height: 100%;
	margin-left: 40px;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#navLink {
	margin: 0px;
	padding: 0px;
}

#navLink li {
	list-style: none;
	float: left;
}

/* Top Menu Item (Home, About Us, ...) */
#navLink li a {
	height: 22px; 
	line-height: 22px;
	margin-top: 2px;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	float: left;
	overflow: hidden;
	display: block;

}

/* Mouse over the top menu item */
#navLink li a:hover, #navLink li.hover a {
        background-color: #363636;
}

/* The top menu item is the active top menu link (you're in that section) */
#navLink li a:active, #navLink li.active a {
        background-color: #363636;
}

/* subnavigation section */
#navLink li ul {
	display: none;
}

/* This is the outer container for the individual sub-menu items... */
#navLink li:hover ul, #navLink li.hover ul {
        width: 195px;
	margin: 0px;
	padding: 0px;
        position: absolute;
	top: 24px;
	border-top: 1px solid #acacac;
        display: block;
	float: none;
	clear: both;
}

/* The "cells" of the popup sub-menu specific to the "li" tag */
#navLink li:hover li, #navLink li.hover li {
	height: 25px; /* needed for IE to recognize the height of each "cell". */
border-bottom: 1px solid #acacac;
	float: none; 
	clear: both;
}

/* The "cells" when hovering over the top menu item, this is the sub-menu popup */
#navLink li:hover li a, #navLink li.hover li a {
	width: 100%;
	height: 25px;
	line-height: 23px;
        margin: 0px;
        padding: 0px;
	text-indent: 12px;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	background-color: #262626;
	border-bottom: 1px solid #acacac;
	filter: alpha(opacity=85); opacity: 0.85; -moz-opacity: 0.85;
}

/* Hovering over a sub-menu item. */
#navLink li li a:hover {
	background-color: #969696;
}

/* Navigation */

