/* Menu Container */
/* Navigation ( Effect All Pages ) */
#TopNavigation { width:731px;  z-index:9999999; position:absolute; margin:0; padding:0; position:relative;  }

/* UL LI Menu */
.menulist, .menulist ul {
	margin:0;
	padding:0;
	padding-left:15px;
	list-style:none;
	font-family:"verdana, arial", sans-serif;
	letter-spacing:1px;
	font-size:11px;
	color:#000000;
	font-weight:bolder; /* General Typ */
	margin-top:5px;
}
.menulist ul {
	display: none;
	position: absolute;
	margin:0;
	padding:0;
	list-style:none;
	font-family:"arial", sans-serif;
	letter-spacing:1px;
	font-weight:bolder;
	font-size:11px;
	color:#000000;
	font-style:normal;
	left: -1px;
	width: 195px;
	top: 1em;
	margin-top:5px;  /*açýlýr 1. menünün yukardan yüksekliði*/
	/* General Typ */ text-align:left;
	border: 01px solid #436400;
}

.menulist ul ul { top: -1px; margin-top:1px; left: 195px; /* Önerilen, Bir üstteki geniþlik kadar - ilk açýlan menü*/ }
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: -1px;
	margin-left:15px;
	padding-left:0px;
	height:20px;
}
.menulist ul li {
	float: none;
	margin: 0;
	padding:0;
	margin-bottom:0px;  /* background-color:#ff6600;*/
	background-color:#F4FFDD;
	border-bottom:1px #000000 solid;
	height:auto;

}
.menulist ul li a {
	height:25px;
	font-style:normal;
	font-size:11px;
	font-weight:bold;
	padding:7px 0 3px 5px;
	margin:0;
	color:#000000
} /*Alt menü li*/
.menulist ul>li:last-child { margin-bottom: 1px; /* Mozilla fix */}

.menulist a {
	display: block;
	padding:0 5px 0 0px;/* menü aralıgı iki link arasındaki genişlik */
	color:#000000;
	text-decoration: none;/* Yükseklik verildiðinde IE6'da bozulma var. Vermezsen Firefox link boþluðu problemi  -  ANA MENÜDE PADDING */
}

.menulist a:hover {
	color: #4F3500;
	text-decoration:none;
	margin:0; /*Üst menüde rollover*/
}


.menulist li ul li a:hover, .menulist li ul li a .highlighted:hover, .menulist li ul li a:focus {
	color:#000000;
	margin:0;
	background-color:#FFFFFF;
	

}


.menulist li ul li a.highlighted {
	color: #000000;
	background-color:#999;
}
.menulist a .subind {display: none; height:11px; width:6px;}
.menulist ul a .subind {display: block;float: right;}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a { float: left;}
.menulist ul a { float: none; padding:15px; height:auto; font-size:12px; color:#444;}/* \*/
.menulist a { float: none;}

/* HACKS: IE/Win: * html affects <=IE6, *:first-child+html affects IE7. */
*:first-child+html .menulist ul li { float: left; width: 100%;}
* html .menulist ul li { float: left; height: 1%;}
* html .menulist ul a { height: 1%;}
/* End Hacks */
