/* bottom nav */
ul#bottomNav{
	list-style: none;
	margin: 0;
	padding: 0;
    white-space: nowrap;
	text-align:center;
	font: bold 11px Arial, Helvetica, sans-serif;
  }
  
ul#bottomNav li{
	display: inline;
	margin: 0 5px;
	}
	
ul#bottomNav a{
	text-decoration: none;
	padding: 0 0 1px;
	color: #FFF;
	}
	
ul#bottomNav a.current{
	color:#CCC;
	}
	
ul#bottomNav a:hover{
	color: #CCC;
	}

/* top nav */

ul#topnav {
	float:right;
	margin: 0; 
	padding: 0; 
	list-style: none;
	font-size: 12px;
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/a_bg.jpg) repeat-x left top;
	}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden; 
	float: left; 
	height:56px;
	}
ul#topnav a, ul#topnav span {
	padding: 14px 12px;
	float: left;
	text-decoration: none; 
	color: #fff;
	clear: both;
	height: 28px;
	line-height: 28px;
	background-color: #1d1d1d;
	font-weight:bold;
	}
ul#topnav a {	color: #7bc441; }
ul#topnav span { display: none; }

ul#topnav.v2 span{
	background: url(../images/a_bg.jpg) repeat-x left top;
	}
ul#topnav.v2 a{
	color: #555;
	background: url(../images/a_bg.jpg) repeat-x left bottom;
	}


/* sub nav */

.dunyagenclik{
	width: 260px; 
	}

.dunyagenclik .headerbar{
	font: bold 12px;
	color: white;
	background: #606060 ;
	margin-bottom: 0;
	padding: 7px 0 7px 11px;
	}

.dunyagenclik .headerbar a, .dunyagenclik .headerbar a:hover{
	font-weight:bold;
	color: white;
	}

.dunyagenclik .headerbar a:hover{
	color: white;
	text-decoration:none;
	}

.headerbar{
	font-size:12px;
	font-weight:bold;
	}

.dunyagenclik ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; 
	}

.dunyagenclik ul li{
	padding-bottom: 1px;
	}

.dunyagenclik ul li a{
	font: normal 12px;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 11px; 
	text-decoration: none;
	}

.dunyagenclik ul li a:visited{
	color: black;
	}

.dunyagenclik ul li a:hover{ 
	color: white;
	background: #EE164B;
	}

.dunyagenclik ul li a.active{
	font-weight:bold;
	}