/* Nav */
#nav {
	background: transparent;font-size:12px; width:100%; color: #fff;
	margin: 0px; padding: 0px 3px; height: 24px; z-index: 10;
}

dl { padding: 0px; margin: 0px; list-style-type: none;}
dt { position: relative; width:60px; text-align: center; float: left;}
dt ul { display: none; position: absolute; top: 24px; left: -40px;   list-style-type: none;border-top:1px solid #1f3451;}

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

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

/*Main-Menu Style */
dl dt a:link,
dl dt a:visited {
	cursor:pointer;border-right: 1px solid #3c5f8b; border-left: 1px solid #122038; padding-top: 5px; padding-bottom: 5px; color: #b8c4d3;font-weight:bold; text-decoration: none; display: block;
}

dl dt a:hover {background-image:url(http://msr.org.il/sites/msr/_media/images/all/menu_orange_background.gif); color: #f9d6b3; display: block; border-right: 1px solid #7c3c02;  border-left: 1px solid #7f3e02;}

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

/*Sub-Menu Style*/
dl dt ul li a:link,
dl dt ul li a:visited{
	cursor:pointer;width: 160px; z-index: 8; background: #e2e2e2; border-bottom: 1px solid #1f3451; border-right: 1px solid #1f3451;border-left: 1px solid #1f3451;color: #1e334e; text-decoration: none; display: block; font-size: 85%; font-weight:normal;text-align: left; padding-left: 5px; filter:alpha(opacity=95); -moz-opacity:0.95; opacity:0.95;
}

dl dt ul li a:hover {
	font-weight:normal;background: #f27700; border-bottom: 1px solid #1f3451; border-right: 1px solid #1f3451;border-left: 1px solid #1f3451; color: #1e334e; text-decoration: none; display: block;
}
