.menuDroper{
	display:block;
	width:100%;
	height:20;
	position:relative;
}
.menuDroper A , A.menuDroper{	/* תפריט ראשי */
	display:block;
	width:150;
	height:18;
	font-size:15;
	font-family:Arial;
	color:#EFEFDB;
	text-align:center;
	vertical-align:middle;
	padding:0;
	text-decoration:none;
	margin:0 0 1 0;
	
}
.menuDroper A:HOVER, A.menuDroper:HOVER{ /* תפריט משני עכבר על */
	color:#000000;
}
 .dropedMenu A , #dropedMenuTemp{ /* תפריט משני עכבר על */
 	position:relative;
	display: block;
	border-style:solid;
	border-width:0 0;
	height:20;
	font-size:13;
	font-family:Arial;
	background-color:#8F4837;
	color:#EFEFDB;
	text-align:right;
	vertical-align:middle;
	text-decoration:none;
	padding:0px 3px;
	margin:0;
		
}
 .dropedMenu A:HOVER{ /* תפריט משני  */
	background-color:#A27A4F;
	color:#ffffff;
	
}
.dropedMenu{
	/*border-style:solid;
	border-color:#fcfcfd #fcfcfd #a09fa5 #a09fa5;
	border-width:0 1 1 1;*/
	position:absolute;
	overflow:hidden;
	width:150px;
	top:20;
	overflow:hidden;
	height:1px;
	background-image:url(/images/spacer.gif);
}
