/* Menu Container */
/* Navigation ( Effect All Pages ) */
#topmenuwrapper {
	z-index:99; 
	width: 830px;
	float: left;
	right: 0px; 
	padding:0;
	text-align: center;
	position:relative; 
	margin: 0px 0 0 0;
	
}

/* Ana Menu için ul */
ul.menulist{
	list-style:none;
	width: 570px;
	margin: 0px auto;
}

/* Ana Menü İçin li */
ul.menulist li {
	background: url(../img/menu-ayrac.png) repeat-y right;
	float: left; 
	position: relative; 
}

/* ana menü için linkler */

ul.menulist li a {
	display: block; 
	padding: 8px 19px 7px 19px; 
	margin: 0px 0 0 0;
	color:#fff;
	text-decoration: none; 
	font-size:13px;
}


ul.menulist li a:hover, ul.menulist li a.highlighted:hover, ul.menulist li a:focus {
	color:#ec6550;
	text-decoration:none;
	padding: 7px 19px 10px 19px;
	background: url(../img/opacity-white.png) repeat-x 0px -5px;
}


.menulist a.highlighted {
	color: #fff;
	background: url(../img/opacity-white.png) repeat-x 0px -5px;
}

ul.menulist li ul li a.highlighted {
	color: #000000;
	background: url(../img/opacity-white.png) repeat-x 0px -5px;
}

.menulist a .subind {
	display: none; 
	height:13px; 
	width:7px;
}

.menulist ul a .subind {
	display: block;
	float: right;
}

/* alt menü için ul */
ul.menulist ul, ul.menulist ul li ul {
	list-style:none; 
	display: none; 
	position: absolute; 
	padding:0; 
	list-style:none;  
	left: -1px;
	top: 30px;
	text-align:left; 
	width: 170px;
	border-left: 1px solid #7C2016;
	border-bottom: 1px solid #7C2016;
	border-right: #AC1A1A;
}

ul.menulist ul li ul {
	margin: -25px 0 0 170px;
}


ul.menulist ul li, ul.menulist ul li ul li { 
	float: none;
	background:#fff;
	background: url(../img/opacity-black.png);
	height:auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul.menulist li ul li a, ul.menulist li ul li ul li a {
	display: block;
	font-style:normal; 
	font-size:11px;
	font-weight:normal; 
	color:#bbcbd4;
	padding: 7px 0px 5px 5px;
	margin: 0 0 0 0;
}

.menulist li ul li a:hover, .menulist li ul li a .highlighted:hover, .menulist li ul li ul li a:hover, .menulist li ul li ul li a .highlighted:hover, .menulist li ul li ul li a:focus {
	display: block;
	padding: 7px 0px 5px 6px;
	color:#fff; 
	background: url(../img/opacity-black.png);
}




/* Mozilla fix */
.menulist ul>li:last-child { 
	margin-bottom: 1px; 
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a { float: left;}
.menulist ul a { float: none; padding:5px; height:auto; }/* \*/
.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 */

