
.navBar {
	height: 28px;
	width: 738px;
	background: #ccc url(../images/navbg3.gif) top left no-repeat;
	z-index: 1000;
	font-weight: bold;
	clear:  both;
	position: relative;
	font-family: lucida, sans-serif; 
  text-transform: lowercase;
  font-size: 10pt;
}

.collapsed, .expanded {
	float: left;
	display: inline;
}
.collapsed .dropContainer {
	visibility: hidden;
}
.expanded .dropContainer {
	visibility: visible;
}
.collapsed .navItem {
	color: #06c;
	padding: 5px 8px 3px 18px;
}
.expanded .navItem {
	color: #06c;
	background: none; 
	background-color: #ffe857;
	cursor: pointer;
	padding: 5px 8px 3px 18px;
	margin: 0px;
}

.navItem, .anchorItem {
    position: relative;
    display: inline;
    height: 28px;
    top: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../images/pipe.gif);
    background-repeat: no-repeat;
} 

.dropContainer {
	position: relative;
	width: 10px;
	overflow: visible;
}
.dropMenu, .anchorDropMenu, .dropMenu2 {
	position: absolute;
	top: 10px;
	width: 166px;
	clear: both;
	background-color: #eee;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 800;
	color: #c00;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;

}

.dropMenu .dropItem, .dropMenu .dropItemHi, .anchorDropMenu .dropItem, .title, .anchorDropMenu .dropItemHi {
	position: relative;
	padding: 2px 2px 2px 6px;
	border-top: 1px solid #ddd;
	cursor: default;
	text-transform: capitalize;

}

.title, .title a {
	background-color: #69c;
	color: #fff;
}
.dropMenu .dropItemHi a, .dropMenu .dropItem a, .dropMenu .dropItemHi_s a, .dropMenu .dropItem_s a {
	display: block;
	padding: 2px 0px 2px 0px;
	color: #06c;
	width: 100%;
	background-color: #eee;

}
.anchorDropMenu .dropItem {
	/*cursor: pointer;*/
	color: #F00;
}
.dropContainer a {
	color: #000;
	text-decoration: none;
}
.dropContainer a:hover {
	color: #000;
	background-color: #ffe857;
	
}
.anchorDropMenu a, .anchorDropMenu a:link {
	display: block;
	padding: 2px 0px 2px 0px;
	width:100%;
	color: #F00;
	text-decoration: none;
}
.anchorDropMenu a:hover {
	color: #cc0;
}
.rule {
	height: 4px;
	line-height: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #6aaef6;
}
img.tier2Arrow {
	position: absolute;
	left: 152px;
	top: 4px;
}
 