/* CSS Document */



/*---------Menu layer---------------*/

/*------------MENU------------*/
/*---------------------------------------------------------------*/
/* code supplyied by: */
/* http://ago.tanfa.co.uk/css/examples/menu/tutorial-v.html#vs7  */
/*---------------------------------------------------------------*/
/* dreamweaver ile template page yaratamk icin    http://www.entheosweb.com/website_design/dreamweaver_template.asp   */
/*-------------------------------------------*/

/* menu sutununu inceltme*/

#menu {
	left:5px;
	top:153px;
	width:137px;
	height:431px;
	z-index:43;
	float: left;
    display: block;
}

/*align all to left*/
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

/*header black - also making like a table view*/
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;

}

#menu h2 {
color: #fff;
background: #F60;
text-transform: uppercase;
}

#menu a {
color: #000;
/* oruc - menu no 1 - background color*/
background: #FC3;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}
/*positioning pop out*/
/*note: looooks freaky!!!*/
#menu ul ul ul {
position: absolute;
top: 0;
left: 0;

}

/*absolutely positioning*/

#menu li {
position: relative;

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;

}

/*hider all pop outs*/
/* but h over doesn`t work */
div#menu ul ul ul 
{display: none;}

/*allow them appear*/
/* but all appear - even sub of the sub */
div#menu ul ul li:hover ul 
{display: block;}

/*blocking sub of the sub*/
/*but no way they don`t appear at all */
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

/**/
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/*---------------------------------------------------------------*/
/* code supplyied by: */
/* http://ago.tanfa.co.uk/css/examples/menu/tutorial-v.html#vs7  */
/*---------------------------------------------------------------*/
/* dreamweaver ile template page yaratamk icin    http://www.entheosweb.com/website_design/dreamweaver_template.asp   */
/*-------------------------------------------*/

/* -------------------------------------- */
/*           end         */
/* -------------------------------------- */


