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

 
/*  First Menu Elements */ 

#nav {

	list-style: none;
	margin: 0px;
	/*padding: 0px;*/
	padding-right: 118px;
	margin-right: 30px;
	line-height: 12px;	
	
}


.top_li {

	
	float:right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	border-right: solid 1px #008989;
	position:relative;
	background-color:transparent;
	line-height:15px;
	direction:rtl;
	height: 20px;
		
}

.top_li1 {

	
	float:right;
	padding-left: 6px;
	padding-right: 6px;
	position:relative;
	background-color:transparent;
	line-height:15px;
	direction:rtl;
	height: 20px;
	padding-top: 2px;
}


#hmenu {

	list-style:none;
	text-align:right;
	width: 760px;
		
}


#hmenu a:link, #hmenu a:visited  
{
	
	color: #565656;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-decoration: none; 
	font-weight: bold; 
	Letter-spacing:0.02em;
	background-color:transparent;
	display:block;
} 

#hmenu a:hover , #hmenu a:active
{
	color: #008989;
} 


/**********************************/
/*   Drop Down menu elements      */
/**********************************/


.second_ul {    /* second-level UL */
 
    display: none;
	list-style:none;
	margin:0;
	width: 120px;
	position:absolute;
	border-bottom: solid 2px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	top: 18px;
	right: -2px;
		
    margin-top: 2px;
	background-color: white;
	
	padding-right: 1px;
	
							
}

.li_second {

border-bottom: solid 1px #CCCCCC;
border-right: solid 2px #008989;
line-height:18px;
background:#FFFFFF;
padding-right: 2px;
padding-left: 2px;

}


.li_second a:link, .li_second a:visited  
{
color: #565656;
font-family: Arial, sans-serif;
font-size: 12px;
text-decoration: none; 
font-weight: bold; 
} 

.li_second a:hover , .li_second a:active
{
color: #008989;
}



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;*/	
}










