﻿@import url("layout.css");
body {
	background-repeat: repeat;
	background-attachment: scroll;
	color: #800080;
}
#container {
	width: 959px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFEE;
}
#masthead {
	text-align: center;
	background-image: url("../images/fej.gif");
	background-attachment: scroll;
	width: 959px; 
	height: 337px;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #dfb8df solid;
	background-color: #776632;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #DD9935;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}










/* CSS Document */

/*--------------------------------- DROP DOWN STYLES----------------------------------*/	
div#nav {
	font-family: "Default";
	font-size: Default;
	margin: 0 auto;
	}
div#nav ul{
	width: 160px;
	}
div#nav ul#toplevel {
	width: 150px;
	}
	
div#nav ul, 
div#nav li {
	/*height: 26px;*/
	border: 0px;
	margin: 0px;
	padding: 0px;
	top:0px;
	width: 150px;
	}

/* Controls height of <a> element. Height and padding must total height set above. */

div#nav li a {
	color: #002266;
	/*padding: 5px 0 0 0;*/
	/*height: 21px;	*/
	border: 0px;
	width:100%;


	}
div#nav  ul#toplevel a {
	padding-bottom:4px;
	padding-top:3px;


}
div#nav  ul#toplevel ul li a {
	padding-bottom:0px;
	padding-top:3px;

}
/* Controls width of toplevel menu tabs. */

div#nav li {		
	width: 150px;
	}

div#nav ul#toplevel li {
		
	width: 150px;

	}
	
 /* Font Definitions */
span.menuimage{
	position:absolute;
	left:140px;
	top:5px;
	BACKGROUND-IMAGE: url(http://www.iszlamonline.net/images/menunyil.gif);
	BACKGROUND-REPEAT: no-repeat;
	width: 10px;
	height: 9px;
}
span.l1{
	padding-right:15px;
	cursor: pointer;
	cursor: hand;
}
div.menuimage2{
	position:absolute;
	left:285px;
	top:8px;
	BACKGROUND-IMAGE: url(http://www.iszlamonline.net/images/menunyil.gif);
	BACKGROUND-REPEAT: no-repeat;
	width: 10px;
	height: 9px;
}

/* Controls overlap of submenu items. To have no overlap,
	set left to same value as width of submenus set above and set
	top (div#nav ul.deltanav) to 0. */

ul.deltanav,
ul.deltanavdrop {
		
	}
	
div#nav ul.deltanav,
ul.deltanavdrop {		
	/*top: 6px;*/
	top: 0px;
	left: 154px;
	}
	
div#nav ul.deltanav li a,
div#nav ul.deltanavdrop li a {		
	text-align: left;
	}
	
/*div#nav li,*/
div#nav ul li a {
	/*background: #222222;*/
	/*width: 150px;	*/
display: block;
background:#DD9935;
border-top:4px solid #FDB948;
border-left:4px solid #FBD34B;
border-right:2px solid #AA7733;
border-bottom:2px solid #AA7733;

	}

div#nav li:hover,
div#nav li a:hover,
div#nav a:hover,
div#nav li.hover {
	/*width: 150px;		*/
	background:#CC5500;


	}

div#nav ul li a:hover {
	background:#CC5500;
display: block;
background:#FFFB91;
border-top:4px solid #DD9935;
border-left:4px solid #FDB948;
border-right:2px solid #DD9935;
border-bottom:2px solid #DD9935;
	}
div#nav li a:hover {		
	background: #CC5500;

	}	

div#nav ul.cssbetanav li ,
div#nav ul.deltanav li ,
div#nav ul.deltanavdrop li ,
div#nav ul.cssbetanavdrop li  {
background: #A1A1E5;
width: 320px;
border-top: #CDCDF1;
border-left:#CDCDF1;
border-right:#62628C;
border-bottom: #505073;		

}

div#nav ul li:hover{
	/*width: 149px;		*/
	}
	
	
/* ================================================= */
/* DO NOT EDIT THESE OR THE DROP DOWNS WON'T WORK!!! */
/* ================================================= */

/* ALL LISTS */

div#nav {
	position: relative;
	width: 100%;
	z-index: 999;
		
	}

div#nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	/*my changes*/
	text-align: left;
		

	}
	
ul#toplevel {
	width: 100%;
	}

div#nav li {
	float: left;
	position: relative;
		
	}
      

/* SECOND LEVEL LISTS */

div#nav li ul.cssbetanav,
div#nav ul.deltanav { 
	position: absolute;
	display: none;
		
	}
	
div#nav li ul.cssbetanav {
	left: 0;
	/* my changes */
		
	left: 154px;
	
	}
	
div#nav li a {
	text-decoration: none;
	display: block;
		

	}
		
div#nav li:hover ul.cssbetanav,
div#nav li:hover > ul.deltanav { 
		
	display: block;
	z-index: 1000;

	}
	
ul.cssbetanavdrop {
	position: absolute;
	display: block;
	left: 154px;
	}
	
ul.deltanavdrop {
		
	display: block;
	position: absolute;
	/*my changes*/
	left: 154px;
	}
	
div#nav li ul.deltanavdrop,
div#nav li ul.deltanavdrop li,
div#nav li ul.deltanavdrop li a {
	z-index: 1001;
		
	}

 /* Font Definitions */
 @font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Garamond;
	panose-1:2 2 4 4 3 3 1 1 8 3;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	unicode-bidi:embed;
	font-size:12.0pt;
	font-family:"Times New Roman";}

p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
	{margin:0in;
	margin-bottom:.0001pt;
	unicode-bidi:embed;
	font-size:10.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
a:hover {
	background: #FFB266;
}




