.verbar	{
	color: #CFD3E6;
	width: 187px;
    padding: 0px 0px 0px 0px;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	border: 3px solid #FF0000;
    padding: 0px 0px 0px 0px;
}

.submenu2	{
	position: absolute;
	visibility: hidden;
}

.subframe2	{
	position: relative;
	left: 0;
	top: -1;
	display: block;
	background-color: #edd49d;
	border: 0px solid #000000;
    padding: 0px 0px 0px 0px;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: Trebuchet, verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
    padding: 0px 0px 0px 0px;
	border: 0px solid #FF0000;
}

.item a	{
	color: #283917;
	position: relative;
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	height:22px;
}

.item a:link	{
	color: #283917;
	text-decoration: none;
}

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

.item a:hover	{
	color: #B45717;
	text-decoration: none;
	background-color: #B6A67B;
	background:url("../images/nav_on.jpg");
}

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

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

.itemsub	{
	border: 1px solid #d3a04a;
	text-align: left;
	white-space: nowrap;
	font-family: Trebuchet, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.itemsub a	{
	color: #283917;
	position: relative;
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

.itemsub a:link	{
	color: #283917;
	text-decoration: none;
}

.itemsub a:visited	{
	color: #283917;
	text-decoration: none;
}

.itemsub a:hover	{
	color: #B45717;
	text-decoration: none;
	background-color: #B6A67B;
}

.itemsub a:active	{
	color: #283917;
	text-decoration: none;
}

.itemsub .fwdarr	{
	position: absolute;
	top: 5px;
	right: 3px;
}

.separator	{
	border-top: 1px solid #222222;
	border-bottom: 1px solid #555555;
	margin: 5px 2px 5px 2px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

