.verbar	{
	color: #CFD3E6;
	text-align:left;
	width:150px;
    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: 150px;
    padding: 0px 0px 0px 0px;
}

.item	{
	width:150px;
    background:url("/images/nav-off.gif");
	text-decoration: none;
	text-indent: 2px;
	margin: 0 0 0 0;
	height: 22px;
    font-family:'Trebuchet MS', verdana, arial, helvetica;
    font-size:13px;
    text-align:left;
 	white-space: nowrap;
    color:#000000;
}

.item a	{
    padding: 3px 0px 0px 0px;
	width: 150px;
	height: 22px;
	display: block;
    color:#000000;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

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

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

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

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

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


.itemsub	{
	text-align: left;
	color:#345550;
	height: 19px;
	white-space: nowrap;
	font-family: 'Trebuchet MS', verdana, arial, helvetica;
	font-weight:bolder;
	font-size: 12px;
}

.itemsub a	{
	background-color:#66669a;
	height: 18px;
	border: 2px solid #000000;
	position: relative;
	left: 0px;
	display: block;
	color:#000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

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

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

.itemsub a:hover	{
	color:#ffffff;
	background-color:#57578a;
}

.itemsub a:active	{
	color:#000000;
	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;
}

