/* Navigation
--------------------------------------------------------------------------------------------------- */
#nav1 {
	position: absolute;
	right: 29px;
	top: 40px;
}

/* --- NAV 1 --- */

#nav1 ul {
	margin: 0;
	padding: 0;
}
#nav1 ul li {
	height: 84px;
	line-height: 84px;
	width: 85px;
	float: left;
}
#nav1 ul li a {
	height: 84px;
	line-height: 84px;
	width: 85px;
	display: block;
	text-indent: -9999px;
}

#nav1 ul li#n_home,
#nav1 ul li#n_home a {
	background: url(/english/images/home.gif) no-repeat 0 0;
}
#nav1 ul li#n_home a:hover {
	background-position: -85px 0;
}
#nav1 ul li#n_about,
#nav1 ul li#n_about a {
	background: url(/english/images/about.gif) no-repeat 0 0;
}
#nav1 ul li#n_about a:hover,
body#about #nav1 ul li#n_about a {
	background-position: -85px 0;
}
#nav1 ul li#n_products,
#nav1 ul li#n_products a {
	background: url(/english/images/products.gif) no-repeat 0 0;
}
#nav1 ul li#n_products a:hover,
body#products #nav1 ul li#n_products a {
	background-position: -85px 0;
}
#nav1 ul li#n_production,
#nav1 ul li#n_production a {
	background: url(/english/images/production.gif) no-repeat 0 0;
}
#nav1 ul li#n_production a:hover,
body#products #nav1 ul li#n_production a {
	background-position: -85px 0;
}
#nav1 ul li#n_contact,
#nav1 ul li#n_contact a {
	background: url(/english/images/contact.gif) no-repeat 0 0;
}
#nav1 ul li#n_lang,
#nav1 ul li#n_langt a {
	background: url(/english/images/turkce.gif) no-repeat 0 0;
}
#nav1 ul li#n_contact a:hover,
body#contact #nav1 ul li#n_contact a {
	background-position: -85px 0;
}

body#services #n_services a,
body#features #n_features a,
body#news #n_news a { 
	color:#7AA331; 
}