
/*
חייבים לתת צבע רקע לתפריט הנפתח
.second_ul
אחרת הוא נעלם כאשר הוא מעל טקסט
*/ 
 

 
/*  First Menu Elements */ 



#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	width: 500px;
	
	
}


.top_li {

	float: right;
	display: inline;
	padding-left:5px;
	padding-right:5px;
	position: relative;
	text-align:right;
	padding-right: 20px;
	padding-left: 20px;

}

#hmenu {

margin-right: 0;
padding-right: 0px;

}


#hmenu a:link, #hmenu a:visited  
{
	
	color:#803644;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
} 

#hmenu a:hover 
{
	/*background-color:#B9BF97;*/
	color:#803644;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
} 




/*   Drop Down menu elements      */



.second_ul {    /* second-level UL */
 
    display: none;
	position: absolute;
	top: 12px;
	right: 20px;
	width: 120px;
	list-style: none;
	background-color: white;
	
	border-top: 6px solid #B9BF97;
	
  	padding-left: 3px;
	
	padding-right: 0px;
					
}



.li_second {

border-bottom: 1px solid white;
line-height: 25px;
padding-right:5px;
background-color: #803645;
color: white;

}


.li_second a:link, .li_second a:visited  
{
color: white;
font-family: Arial, sans-serif;
font-size: 12px;
text-decoration: none; 
font-weight: normal; 
Letter-spacing:0/04em; 
} 

.li_second a:hover 
{color: white;
}



li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	/*background-color: #F5F0EA;*/	
}










