#navBar 
{
	color:#fff;
	background:#5666AF url(/images/menubg.jpg) repeat-x;
	border:0px solid #475591;
	z-index:2;
}

.horbar	
{
	margin-left:0;
	white-space:nowrap;
	text-transform:uppercase;
	padding-top:0.25em;
	padding-bottom:0.25em;
	z-index:3;
}

.horbaritem	
{
	text-transform: uppercase;
	white-space: nowrap;
	z-index:4;
}

.horbaritem a 
{
	font-size: 0.9em;
	padding:0.25em;
	padding-right:1em;
}
.horbaritem a:link, .horbaritem a:visited 
{
	font-weight:bold;
	color:#fff;
	background-color:transparent;
	text-decoration:none;
}

.horbaritem a:hover 
{
	background-color:#6F85E3;
}

.verbar	{
	color: black;
	background-color: #B2CA8A;
	border: 2px solid #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index:5;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #807D7A;
	-moz-border-radius: 0 5px 5px 5px; 
	-webkit-border-radius: 0 5px 5px 5px; 
	z-index:6;
}

.item	
{
	position: relative;
	white-space: nowrap;
	z-index:7;
}

.item a ,.item a:visited
{
	display:block;
	color:#575757;
	font-size: 0.9em;
	text-decoration:none;
	padding-top:0.25em;
	padding-bottom:0.25em;
}

.item a:hover 
{
	width:100%;
	color:#fff;
	background-color:#6F85E3;
	text-decoration:none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}
