.horbar	{
	color: black;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 9px 4px 9px;
}

.horbaritem a {
	display: block;
	text-decoration: none;
}

.horbaritem a:link {
	color: #ffffff;
	text-decoration: none;
}

.horbaritem a:visited {
	color: #ffffff;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #99a34d;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
}


.verbar	{
	padding: 0px;
	color: #747272;
	background-color: #D5D4D4;
	background-image: url(../images/backgrounds/leftMenuBG.jpg);
	background-repeat: repeat-y;
	width:227px;
	border: 0px;
	border-color: white;
}


.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	background-image: url(../images/backgrounds/bg_topNav.jpg);
	background-repeat: repeat;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #D5D4D4;
	width:220px;
	background-image: url(../images/backgrounds/bg_topNav.jpg);
	background-repeat: repeat;
}

.item	{
	text-align: left;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
}
.item:hover {
	
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;

}

.item a:link	{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.item a:visited	{
	color: #ffffff;
	text-decoration: none;
}

.item a:hover	{
	color: #99a34d;
	text-decoration: none;
}

.item a:active	{
	color: #747272;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 7px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-image: url(../images/borders/navSeparator.jpg);
	margin: 0px 0px 0px 0px;	/* top right bottom left */
	height: 2px;
	font-size: 1px;
	line-height: 0px;
}

