.verbar	{
	color: #2C7138;
	background-color: transparent;
}
.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.subframe	{
	position: relative;
	display: block;
	background-color: #763F78;
	border: 3px solid #30753C;
	border-bottom: 1px solid #30753C;
}
.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.item a:link		{ color: #2C7138; 	text-decoration: none; }
.item a:visited	{ color: #2C7138; 	text-decoration: none; }
.item a:hover		{ color: #753E75; 			text-decoration: none;
background-image: url(assets/nav-butter.gif);
 background-repeat: no-repeat;
 background-position: center left;
 }
.item a:active	{ color: #2C7138; 	text-decoration: none; }
.subframe a {border-bottom: 2px solid #30753C; padding-left: 5px;}
.subframe .item a:link		{ color: #FFDB26; background-color: #FA502C;  }
.subframe .item a:visited	{ color: #FFDB26; background-color: #FA502C;  }
.subframe .item a:hover		{ color: #FFDB26; background-color: #753E75; background-image: none;}
.subframe .item a:active	{ color: #FFDB26; background-color: #FA502C;}

.item .fwdarr	{
	position: absolute;
	top: 0px;
/*	right: 4px; */
	right: 0px;
}
.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}