.verbar	{
	color: #CFD3E6;
	text-align:left;
	width:155px;
	height:22px;
    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: 0;
	display: block;
	width: 185px;
    padding: 0px 0px 0px 0px;
}

.item	{
	width: 155px;
    background:url("../images/nav_off.gif");
	text-decoration: none;
	text-indent: 5px;
	margin: 0 0 0 0;
	height: 22px;
    font-family:verdana, arial, helvetica;
    font-size:13px;
	font-weight: bolder;
    text-align:left;
	white-space: nowrap;
    color:#135b30;
}

.item a	{
	width: 155px;
	height: 23px;
	display: block;
    color:#135b30;
	position: relative;
	text-decoration: none;
}

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

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

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

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

.item .fwdarr	{
	position: absolute;
	top: 8px;
	right: 4px;
}


.itemsub	{
	text-align: left;
	color:#F3D75E;
	height: 21px;
	white-space: nowrap;
	font-family: verdana, arial, helvetica;
	font-weight:bolder;
	font-size: 12px;
}

.itemsub a	{
	background-color:#135b30;
	height: 21px;
	border: 1px solid #000000;
	position: relative;
	left: 0px;
	display: block;
	color:#c9b53b;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

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

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

.itemsub a:hover	{
	color:#135b30;
	background-color:#c9b53b;
}

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

.itemsub .fwdarr	{
	position: absolute;
	top: 6px;
	right: 4px;
}



.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;
}

