/* Nav */
#nav {background: white;font-size:14px; width:600px; color: #ffffff; margin-top:0px;_margin-top:3px;padding:0; _padding-top:13px; z-index: 10;}

.unselected_first {padding-top:10px !important;background-image: url('http://www.golan.org.il/sites/golan/_media/site/menuDrop/dd_top.gif') !important;background-repeat:no-repeat !important;background-position:top right !important;}
.unselected_last {padding-bottom:10px !important;background-image: url('http://www.golan.org.il/sites/golan/_media/site/menuDrop/dd_bottom.gif') !important;background-repeat:no-repeat !important;background-position:bottom right !important;}

dl { padding: 0px; margin: 0px; list-style-type: none;}
dt {position: relative;text-align: center; float:right;}
dt ul { display: none; position: absolute; top: 20px; right: -33px;   list-style-type: none;}

dt > dl { top: auto; right: auto;}

dt:hover ul,
dt.over ul{
	display: block;
}

/*Main-Menu Style */
dl dt a:link,
dl dt a:visited{
	font-weight:normal;

	padding:3px;
	background: transparent; color: #000000;  text-decoration: none; display: block;
}

dl dt a:hover {
	color: #7FB447; display: block;
}

	/*Main-Menu hovering */
	dl dt a:link.selected,
	dl dt a:visited.selected {
		color: #7FB447; font-weight:bold;
	}

	dl dt a:hover.selected {
		color: #000000; font-weight:bold;
	}

/*Sub-Menu Style*/
dl dt ul li a:link,
dl dt ul li a:visited {
	width: 172px;  height:23px; z-index: 8;
	color: #000000;background: #ffffff;
	border-top: 1px solid #ffffff; border-left: 1px solid #EBEBEB; border-right: 1px solid #EBEBEB;
	text-decoration: none; display: block; font-size: 100%; filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95;
	text-align: right; padding-right: 5px;
}

dl dt ul li a:hover {
	color: #7FB447; text-decoration: none; display: block;
}

	/*Sub-Menu Style hovering */

	dl dt ul li a:link.selected,
	dl dt ul li a:visited.selected {
		background: #D8704B; color: #ffffff;  font-weight:bold;
	}

	dl dt ul li a:hover.selected {
		background: #D8704B; color: #ffffff; font-weight:bold;
	}

/* Fix IE. Hide from IE Mac \*/
* html dl dt {height: 1%;  float: right;}
* html dl dt a { height: 1%; }

