/*
horizontal dropdown css
*/
#navBar {
	width: 1000px;
	text-align:center;
	height: 19px;
/*	background: #ccc url('/images/topnav_background.jpg') top left repeat-x;* */
	z-index: 1000;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .2px;
	clear:  both;
	position: relative;

}
.collapsed, .expanded {	
	float: left;
	cursor: pointer;
	height:19px;
}
.collapsed .dropContainer {
	visibility: hidden;
}
.expanded .dropContainer {
	visibility: visible;
}

/* bar nav text */
.collapsed .navItem {
	display:inline;
	color: #FFF;
}

/* rollover bar nav text */
.expanded .navItem {
	display:inline;
	color: #99DAB3;
}
#navMore {
	position: absolute; 
	left: 712px;
}
.navItem, .anchorItem {
	padding-left: 0px;
	padding-right: 22px;
	/* added
	top: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: none;
	background-repeat: no-repeat; */
	/* added */
} 

.navItem img {
	/* added
	position: absolute;
	left: 0px;
	top: 0px; 
	vertical-align: middle;*/
	/* ----- */
}

.anchorItem {
	width: 68px;
}
.navItem a {
	color: #003366;
	text-decoration: none;
}
.navItem a:hover {
	color: #6A8D16;
}
.dropContainer {
	z-index: 1000;
	position: relative;
	/*width: 10px;*/
	overflow: visible;
}
.dropMenu, .anchorDropMenu, .dropMenu2 {
	text-align:left;
	position: absolute;
	left: 0px;
	top: 4px;
	width: 166px;
	clear: both;
	background-color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom: 1px solid #8EA4B9;
	border-right: 1px solid #8EA4B9;
	border-top: 1px solid #8EA4B9;
	border-left: 1px solid #8EA4B9;
	font-size:11px;
}
.dropMenu .dropItem, .dropMenu .dropItemHi, .anchorDropMenu .dropItem, .anchorDropMenu .dropItemHi {
	position: relative;
	padding-left: 4px;
	padding-right: 3px;
	border-top: 1px;
	border-left: 1px;
	color: #e9e9e9;
	/*cursor: default;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/* remove on final */
	cursor: pointer;
}
/*  link color */
.dropMenu .dropItemHi a, .dropMenu .dropItem a, .dropMenu .dropItemHi_s a, .dropMenu .dropItem_s a {
	display: block;
	padding: 2px 0px 2px 0px;
	color: #064599;
	text-decoration: none;
	width: 100%;
	letter-spacing: .4px;
}

.dropContainer .dropItemHi {
	background-color: #064599;
	border-top: 1px;
	border-left: 1px;
	/*cursor: pointer;*/
	color: #FFF;
}

.dropContainer a {
	color: #CCC;
	text-decoration: none;
}
.dropContainer a:hover {
	color: #FFF;
}

.rule {
	height: 2px;
	line-height: 1px;
	border-top: 1px solid #aaa;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
}

