/* Menu Container */
/* Navigation ( Effect All Pages ) */
#topmenuwrapper {
	z-index:9999; 
	width: 980px;
	float: left;
	right: 0px; 
	padding:0;
	text-align: center;
	position:relative; 
	margin: 0px 0 0 0;
}

#topmenuwrapper table, #topmenuwrapper table tr, #topmenuwrapper table tr td {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Ana Menu için ul */
ul.menulist{
	list-style:none;
	z-index:9999;	
	position:relative; 	
	width: 980px;
	margin: 0px auto;
}

/* Ana Menü İçin li */
ul.menulist li{
	float: left;
	background: url(../img/menu-left.png) no-repeat left;
	position: relative; 
	z-index: 100;
	margin: 0 5px 0 5px;
}
/* ana menü için linkler */
ul.menulist li a {
	display: block; 
	float: left;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	text-decoration: none;
	padding: 9px 20px 10px 20px;
	background: url(../img/menu-right.png) no-repeat right;
}


ul.menulist li:hover, ul.menulist li.active  {
	float: left;
	background: url(../img/menuhover-left.png) no-repeat left;
}

ul.menulist li a:hover, ul.menulist li.active a, ul.menulist li a.highlighted:hover, ul.menulist li a:focus  {
	color: #084569;
	text-decoration: none;
	padding: 9px 20px 10px 20px;
	background: url(../img/menuhover-right.png) no-repeat right;
}


.menulist li a.highlighted {
	color: #084569;
	background: url(../img/menuhover-right.png) no-repeat right;
}


ul.menulist li ul li a.highlighted {
}

.menulist a.subind {
}

.menulist ul a.subind {
}

/* alt menü için ul */
ul.menulist ul{
	list-style:none; 	
	float: none;
	display: none; 
	position: absolute;
	z-index:9999;
	padding:0; 
	list-style:none;  
	left: -1px;
	top: 32px;
	text-align:left; 
	width: 170px;
	background: none;
	border-left: 1px solid #4885AB;
	border-bottom: 1px solid #4885AB;
	border-right: 1px solid #4885AB;
}

ul.menulist ul li, ul.menulist ul li:hover { 
	float: left;
	position: relative;
	width: 100%;
	background: none;
	height:auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul.menulist li ul li a{
	display: block;
	float: left;
	width: 160px;
	padding: 7px 0px 5px 10px;
	margin: 0;
	font-style:normal; 
	background: #fff none;
	font-size:11px;
	font-weight:normal; 
	color:#084569;
}

.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 10px;
	margin: 0;
	background: #4885AB none;
	color:#fff; 
}




/* 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 */

