body {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	/* background-color: RGB(177,134,129); */
	 background-color: RGB(148,102,96);
}
.treeview ul { /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	/* adjust to hebrew **/
    direction: rtl;
	text-align: right;
	color: white;
	font-weight: bold;
}
.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	/* background: white url(list.gif) no-repeat right center; */
    background: transparent url(list.gif) no-repeat right center;
	list-style-type: none;
	/* padding-left: 22px; 
    margin-bottom: 3px;*/
    /* adjust to hebrew **/
    padding-right: 22px;
	direction: rtl;
	text-align: right;
	padding-top: 6px;
	color: white;
	font-weight: bold;
}

.treeview li.submenu { 
    /* Style for LI that contains sub lists (other ULs). */
	/* background: white url(closed.gif) no-repeat right 1px; */
    background: transparent url(closed.gif) no-repeat right 8px;
	cursor: hand !important;
	cursor: pointer !important;
	margin-top: 10px;
	/* adjust to hebrew **/
    direction: rtl;
	text-align: right;
	color: white;
	font-weight: bold;
}
.treeview li.submenu ul { 
    /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}
.treeview .submenu ul li { 
    /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}
/********/

.menuStyle {
	width : 800px;
	/*height : 600px;*/
	min-height:600px;
	margin : 0;
	margin-top : 160px;
	text-align : right;
	direction : rtl;
	font-family : Arial, Helvetica, sans-serif;
    background-color: RGB(177,134,129);
/*	background-repeat:repeat;*/
	background-position : 50% 0%;
	color: white;
}

/*	 .menuStyle {
	width: 800px;
	height: 600px;
	margin:0px;
	margin-top:160px;
	text-align: right;
	direction: rtl;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16;
    background: transparent;
	background-color: RGB(177,134,129);
	color: white;
}*/

.pageTitle {
	text-align: center;
	direction: rtl;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18;
	font-weight: bold;
	color: white;
}
.header_style {
	width: 800px;
}
img {
	border:0;
	padding:0;
	margin:0;
}
a {
	color: white;
}
.lectures_table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* align: center; */
	color: white;
}
.credits {
	text-align: right;
	line-height: 18px;
	color: white;
	padding:10px;
}
.eng {
	text-align: left;
	direction:ltr;
	color: white;
	padding:10px;
}
.help_div {
	text-align: right;
	line-height: 28px;
	color: white;
	padding:40px;
}
