.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	filter: Alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}

.subframe	{
	position: relative;
	display: block;
	border: 1px solid #666b6c;
	background-color: #666b6c;
}

.itemsub	{
/*	margin: 2px 2px 2px 2px;	 top right bottom left */
	text-align: left;
	white-space: nowrap;
	font-size: 11px;
}

.itemmenu	{
/*	margin: 2px 0px 2px 1px;	top right bottom left */
	text-align: left;
	white-space: nowrap;
	font-size: 11px;
/*	border: 1px solid #000000;*/
/*	border-right: 0px;*/
	}

.itemmenu a,.itemsub a	{
	padding: 3px;
	position: relative;
	display: block;
	text-decoration: none;
}

.itemmenu a:link, .itemsub a:link	{
	color: #ffffff;
	text-decoration: none;
}

.itemmenu a:visited, .itemsub a:visited	{
	color: #ffffff;
	text-decoration: none;
}

.itemmenu a:hover {
	color: #ffffff;
	background-color: #666b6c;
	text-decoration: none;
}

.itemsub a:hover	{
	color: #ffffff;
	background-color: #818683;
	text-decoration: none;
}
.itemmenu a:active,.itemsub a:active	{
	color: #ff0000;
	text-decoration: none;
}

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

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

