.verbar	{
	color: black;
/*	background-color: #dcdad5; removed to make menu transparent */
	background-color: transparent;
/*	border: 2px outset #cecac1; remove the outline */
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 5;
}

.subframe	{
	position: relative;
	display: block;
/*	background-color: #999966; */
	background-image: url("http://www.privilegedplanet.com/graphics/brownSubmenuBackground.gif");
	border: 1px outset #cc9999;
}

.item	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	border-style: solid;
	border-color: transparent;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
}

.item a:visited	{
	color: #000000;
}

.item a:hover	{
	color: #ffffff;
	background-color: transparent;
	border-style: solid;
	border-color: #cc9999;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

.item a:active	{
	color: #ff0000;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}
