/*
horizontal dropdown css
*/
.navBar {
	height: 50px;
	width: 900px;
	background: #ccc url('/images/greenbkg.gif') top left repeat-x;
	z-index: 1000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	letter-spacing: 0px;
	clear:  both;
	position: relative;
}
.collapsed, .expanded {
	float: left;
	display: inline;
}
.collapsed .dropContainer {
	visibility: hidden;
}
.expanded .dropContainer {
	visibility: visible;
}

/* bar nav text */
.collapsed .navItem {
	color: #FFFFFF;
}

/* rollover bar nav text */
.expanded .navItem {
	color: #000000;
	cursor: pointer;
}
#navMore {
	position: absolute; 
	left: 712px;
}
.navItem, .anchorItem {
    position: relative;
    display: inline;
    /* added */
    height: 30px;
    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 {
	position: relative;
	width: 10px;
	overflow: visible;
}
.dropMenu, .anchorDropMenu, .dropMenu2 {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 166px;
	clear: both;
	/* transparency */
	background-color: #333;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom: 1px solid #7D5609;
	border-right: 1px solid #7D5609;
	border-top: 1px solid #7D5609;
	border-left: 1px solid #7D5609;
	z-index: 800;
}
.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: #aeda91;
	text-decoration: none;
	width: 100%;
}

.dropContainer .dropItemHi {
	background-color: #416f14;
	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;
}
