.verbar	{
	width:190px;
	padding:0 3px 0 0;
	color: white;
	/* background-color: #dcdad5;*/
	/* background:url(/res/images/bgi/nav_left.jpg) no-repeat scroll 0 0;*/
	/* border: 2px outset #cecac1; */
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	width:197px;
	position: relative;
	display: block;
	/*background-color: #dcdad5;*/
	background:url(/res/images/bgi/nav_left.jpg) no-repeat scroll 0 0;
	border-top:2px solid #548c07;
	border-right:2px solid #437b06;
	border-bottom:2px solid #326a05;
	border-left:2px solid #437b06;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, arial, verdana, geneva, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}

.item a	{
	position: relative;
	display: block;
	margin:0;
	padding: 3px 3px 3px 5px;
	text-align:left;
	text-decoration: none;
}

.item a:link	{
	color: #ffffff;
	text-decoration: none;
}

.item a:visited	{
	color: #ffffff;
	text-decoration: none;
}

.item a:hover	{
	color: #a3cd4d;
	background-color: #437b06;
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #437b06;
	border-top: 1px solid #548c07;
	border-bottom: 1px solid #326a05;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

