﻿.Menu
{/*  לבדוק האם יש שימוש אם אין למחוק!!!!!!   */
	border-collapse: collapse;
	padding-right: 4px;
}
.SelectedMenuEntry_Onload
{/*Highlights the menu entry matching the current page*/
	background-color: #696865;
	text-indent: 5px;
}

A.Menu:link	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.Menu:visited	{	
	text-decoration:	none;
	color:	white;
	}
	
A.Menu:hover	{	
	text-decoration:	none;
	color:	#ECE8C1;
	}
	
/* --- Menu Style --- */
DIV#NavMenu UL {
		padding: 0;
		margin: 0px; 
		width: 150px; 
		border-bottom: #CCCCCC 1px solid; 
		list-style-type: none;
		background: #484744;
}
DIV#NavMenu UL LI {
	position: relative
}
DIV#NavMenu LI UL {
		display: none; 
		right: 149px; 
		position: absolute; 
		top: 0px
}
DIV#NavMenu UL LI A {
			border-right: #CCCCCC 1px solid;
			border-left: #CCCCCC 1px solid;
			border-bottom: #CCCCCC 0px solid;
			border-top: #CCCCCC 1px solid;
			display: block;
			/*the paddings are the dimentions of the menu cells*/
			padding-left: 2px;
			padding-right: 5px;
			padding-bottom: 3px;
			padding-top: 3px;
			/*BACKGROUND: #484744; /*Also fixes bug in IE6*/
			color: white;
			text-decoration: none
}
/* Fix IE bug */
 * HTML DIV#NavMenu UL LI {
				float: left; 
				height: 1%
}
 * HTML DIV#NavMenu UL LI A {
				height: 1%
}
/* End of Fix*/
DIV#NavMenu UL LI A:hover {
	background: #696865; 
	color: #ECE8C1;
	padding-right: 10px;
}
DIV#NavMenu LI UL LI A {
	padding-right: 5px; 
	padding-left: 2px; 
	padding-bottom: 3px; 
	padding-top: 3px
}
LI:hover UL, DIV#NavMenu LI.MenuLIover UL {
				display: block
}
#nav
{/*my fix for the problem with resizing the window*/
	position: relative
}
/* --- End of Menu Style --- */
/* Menu from http://www.alistapart.com/articles/horizdropdowns/ */