﻿ul.dropdown {
 position: relative;
 z-index: 60;
 float: right;
 }

ul.dropdown,
ul.dropdown li{
 list-style: none;
 margin: 0;
 padding: 0;
}


/* מחלקה זו מטפלת במראה של הבנים */
ul.dropdown ul {
 list-style: none;
 visibility: hidden;  
 position: absolute;
 right:9px;
 top: 35px;
 /*z-index: 598;*/
 text-align:right; 
 margin-top:0px;
 
}

ul.dropdown li {
 float: right;
 vertical-align: middle;
 zoom: 1;
 border-width: 0 0 0 0;
 text-align:right;
}

ul.dropdown li:hover {
 position: relative;
 /*z-index: 599;*/
 cursor: default;
  
  }

ul.dropdown ul li {
 float: none;
 padding:4px 0 4x;
 font-weight: normal;
}

ul.dropdown li:hover > ul {
 visibility: visible;

}

ul.dropdown li ul li
{ /* זוהי המחלקה המטפלת בעיצוב הנים*/
  
    margin-right:-10px; 
    font-weight: normal;
	background-color:#fff; /* רקע הבנים*/
	
	border: 1px solid #0072A7;
	padding-right:17px; 	
	width:150px;	
}

ul.dropdown li ul li:hover
{ /* זוהי המחלקה המטפלת בעיצוב הנים*/
  
    margin-right:-10px; 
    font-weight: normal;
	background-color: #EDF5F8;	
	border: 1px solid #0072A7;
	padding-right:17px; 	
	width:150px;	
}

/*===========================================================================*/
.td-Selected
{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
color: #EA7F1F;
line-height: 160%;
text-decoration: none;
width: auto;
text-align: center;
background-image: url(../images/but-bg.png);
background-position: left;
background-repeat: no-repeat;
height: 35px;
vertical-align: top;
padding-left: 16px;
padding-right: 16px;
}
     
.td-Selected:hover
{
   	font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
color: #0A2D63;
line-height: 160%;
text-decoration: none;
width: auto;
text-align: center;
background-image: url(../images/but-bg.png);
background-position: left;
background-repeat: no-repeat;
height: 35px;
vertical-align: top;
padding-left: 16px;
padding-right: 16px;
}
     
.td-NotSelected
{
 font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
color: #0A2D63;
line-height: 160%;
text-decoration: none;
width: auto;
text-align: center;
background-image: url(../images/but-bg.png);
background-position: left;
background-repeat: no-repeat;
height: 35px;
vertical-align: top;
padding-left: 16px;
padding-right: 16px;
}


.td-NotSelected:hover
{
 font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
color:  #EA7F1F;
line-height: 160%;
text-decoration: none;
width: auto;
text-align: center;
background-image: url(../images/but-bg.png);
background-position: left;
background-repeat: no-repeat;
height: 35px;
vertical-align: top;
padding-left: 16px;
padding-right: 16px;
}

/* Last Menu-Item Td-Style*/
.tdLast-Selected
{
  font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
color:  #EA7F1F;
line-height: 160%;
text-decoration: none;
width: auto;
text-align: center;
height: 35px;
vertical-align: top;
padding-left: 24px;
padding-right: 20px;
}
     
.tdLast-Selected:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
color: #EA7F1F;
line-height: 160%;
text-decoration: none;
width: auto;
text-align: center;
height: 35px;
vertical-align: top;
padding-left: 24px;
padding-right: 20px;
}
     
.tdLast-NotSelected
{font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
color: #0A2D63;
line-height: 160%;
text-decoration: none;
width: auto;
text-align: center;
height: 35px;
vertical-align: top;
padding-left: 24px;
padding-right: 20px;
}


.tdLast-NotSelected:hover
{
   font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
color: #0A2D63;
line-height: 160%;
text-decoration: none;
width: auto;
text-align: center;
height: 35px;
vertical-align: top;
padding-left: 24px;
padding-right: 20px;
}
/* Sons */
.td-SonNotSelected
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 200%;
	color:#0A2D63; 
	text-align: right;
	text-decoration:none;
}

.td-SonNotSelected:hover
{ 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 200%;
	color:#0A2D63;
	text-align: right;
	text-decoration:none;
 }