.navbar {
	background-repeat: no-repeat;
	height: 40px;
	width: 980px;
	text-decoration: none;
	display: block;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
.navbar ul {
	float: right;
	width: 370px;
}
.navbar ul li {
	float: left;
	line-height: 40px;
	display: block;
	list-style-type: none;
}

/*alt menuyu saklar*/

.navbar ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B5F6A;
	text-decoration: none;
	height: 40px;
	display: block;
	padding-right: 11px;
	padding-left: 11px;
	width: auto;
}
.navbar ul li ul {
    position: relative;
    left:0px;
    display: none;
}
.navbar ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FD1011;
}
/*anamenu üstüne alt menuyu açar*/
.navbar ul li:hover > ul {
	display: block;
	background-color: #FFF;
	height: auto;/*490px*/
	width: 975px;
	z-index: 9999;
	white-space:nowrap;
	position: absolute;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4D545F;
	border-bottom-color: #4D545F;
	border-left-color: #4D545F;
	}


.navbar ul li ul li {
    /*border: thin groove #ccc;*/
	height: 140px;
	width: 127px;
	display: block;
	border: 1px solid #CCC;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
    margin-bottom: 5px;
}
  .navbar ul li ul li:hover {
	border: 1px solid #999;
}
  .navbar ul li ul li a img {
	text-align: center;
	vertical-align: middle;
    display: block;
    
    position: absolute;
}
/**/
.navbar ul li ul li a {
	height: auto;
	width: auto;
	float: left;
	margin-top: 10px;
	background-color: #FFF;
}
.navbar ul li ul li a:hover {

}
.clearfix {
	clear: both;
}
