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

.subframe	{
	position: relative;
	display: block;
	
	border: 1px solid #DBDADA;
	left:10px;
	background-image: url(bgfade.gif);
	background-repeat: repeat-x;
	background-position: left top;
background-color: #ffffff;
}

.subframe	a{
	margin : 1px;
	height:17px;
	padding-top: 8px;
	padding-left: 4px;
	color: #000000;
	font-size: 15px;
/*
border:1px ridge #DCDBDB;
*/

	
}

.subframe	a:hover{
	margin : 1px;
	padding-top: 6px;
background:url(but.gif);
padding-left: 3px;

	border: 1px solid #DBDADA;
color:#FFFFFF;

	
}


.itemx 	{
	width:210px;
}

.itemx a	{
	text-decoration: none;
	color:#030;
	display: block;
	padding-left: 5px;
	height: 25px;
	padding-top: 9px;
	margin-bottom: 1px;
	text-indent: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030;


}

.itemx a:hover	{
	color: #FFFFFF;
	background-color: #030;

}

.item .fwdarr	{
	position: absolute;
	top: 2px;
/*	right: 4px; */
	right: 4px;
}
.itemx .fwdarr	{
	position: absolute;
	top: 6px;
/*	right: 4px; */
	right: 4px;
	display:none;
}



.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;
}
.item	{
	text-align: left;
	white-space: nowrap;

}

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

}
