/*
horizontal dropdown css
*/
.navBar {
height: 21px;
width: 970px;
z-index: 1000;
font-family: Arial, Verdana, Sans-serif;
font-size: 12px;
font-weight: bold;
letter-spacing: -.05px;
clear:  both;
position: relative;
top:-11px;
}
.collapsed, .expanded {
float: left;
display: inline;
}
.collapsed .dropContainer {
visibility: hidden;
}
.expanded .dropContainer {
visibility: visible;
}

/* bar nav text */
.collapsed .navItem {
color: #112235;
text-shadow: #FFF 1px 1px 1px;
}

/* rollover bar nav text */
.expanded .navItem {
color: #104988;
text-shadow: #FFF 1px 1px 1px;
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: #EBEBEB;
filter:alpha(opacity=90);
-moz-opacity:.9;
opacity:.9;
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: #214D78;
text-decoration: none;
width: 100%;
}

.dropContainer .dropItemHi {
background-color: #214D78;
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;
}
