/* CSS Document */




.lnav {
	float:left;
	padding: 0;
	width: 33px;
	background:url(http://www.gk.com.tr/images/web2/images/navleft.jpg) no-repeat;
	height: 39px;
}

.rnav {
	float:left;
	padding: 0;
	width: 32px;
	background:url(http://www.gk.com.tr/images/web2/images/navright.jpg) no-repeat;
	height: 39px;
}

/*------------------GENERAL NAV RULES----------------------------*/


#nav, #nav ul {
	width: 1000px;
	list-style: none;
	line-height: auto;
	background: white;
	padding: 0 0 0 0;
	border: solid #999999;
	border-width: 0 0;
	margin: 0 0 0 0;
	text-align: left;
}

#nav a {
	display: block;
	width: 129px;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 39px;
}


#nav li {
	float:left;
	padding: 0;
}
#nav li:hover, #nav li.hover{
	position: static;
}


/*------------------INDIVIDUAL BUTTON CONTROL------------------------*/


#nav li a.seobtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-seo.jpg) 0 0 no-repeat;
	width: 86px;
}

#nav li a:hover.seobtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-seo.jpg) 0 -39px no-repeat;
	width: 86px;
}


#nav li a.anasayfabtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-anasayfa.jpg) 0 0 no-repeat;
	width: 99px;
}

#nav li a:hover.anasayfabtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-anasayfa.jpg) 0 -39px no-repeat;
	width: 99px;
}


#nav li a.webbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-webtasarim.jpg) 0 0 no-repeat;
	width: 153px;
}

#nav li a:hover.webbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-webtasarim.jpg) 0 -39px no-repeat;
	width: 153px;
}

#nav li a.internethizbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-internetcozumleri.jpg) 0 0 no-repeat;
	width: 182px;
}

#nav li a:hover.internethizbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-internetcozumleri.jpg) 0 -39px no-repeat;
	width: 182px;
}

#nav li a.kurumsalbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-kurumsal.jpg) 0 0 no-repeat;
	width: 91px;
}

#nav li a:hover.kurumsalbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-kurumsal.jpg) 0 -39px no-repeat;
	width: 91px;
}

#nav li a.iletisimbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-iletisim.jpg) 0 0 no-repeat;
	width: 97px;
}

#nav li a:hover.iletisimbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-iletisim.jpg) 0 -39px no-repeat;
	width: 97px;
}

#nav li a.sitebtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-site.jpg) 0 0 no-repeat;
	width: 115px;
}

#nav li a:hover.sitebtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-site.jpg) 0 -39px no-repeat;
	width: 115px;
}

#nav li a.urunbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-urunsatis.jpg) 0 0 no-repeat;
	width: 112px;
}

#nav li a:hover.urunbtn {
	text-indent: -9999px;
	background: url(http://www.gk.com.tr/images/web2/images/TR/btn-urunsatis.jpg) 0 -39px no-repeat;
	width: 112px;
}

/*-----DROPDOWN BOX APPEARANCE-------*/


/*#nav a.flyOut {
	background: url(http://www.gk.com.tr/images/web2/images/doublearrows.gif) center right no-repeat;
}*/

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 240px;
	w\idth: 240px;
	font-weight: normal;
	border-width: 1px;
	border-color: #103862;
	margin: 0px;
	background-color:#13365C;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: auto;
}


/*------Indent text in dropdown--------*/
#nav li li {
	padding-left: 5px;
	padding-right: 5px;
	width: 230px;
}

#nav li li a {
	color: #fff;
	width: 240px;
	height: inherit;
	padding: 6px 0 6px 0;
}

#nav li li a:hover {
	color: #fff;
}

#nav li ul ul {
	margin: -26px 0px 0 235px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
	/*padding-left: 0;*/
}

#nav li:hover {
	background-color: #09243F;
}

/*-------------In case right side dropdowns get too wide -----------------*/


#nav li ul ul.right {
	margin: -26px 0px 0 -245px;
}

/*------------home page secondary nav--------------------*/

.lnav2 {
	float:left;
	padding: 0;
	width: 18px;
	background:url(http://www.gk.com.tr/images/web2/images/secondnavleft.jpg) no-repeat;
	height: 28px;
}

.rnav2 {
	float:left;
	padding: 0;
	width: 18px;
	background:url(http://www.gk.com.tr/images/web2/images/secondnavright.jpg) no-repeat;
	height: 28px;
}

/*------------------GENERAL NAV RULES----------------------------*/


#nav2, #nav2 ul {
	width: 981px;
	list-style: none;
	line-height: auto;
	background: black;
	padding: 0 0 0 0;
	border: solid #999999;
	border-width: 0 0;
	margin: 0 0 0 0;
	text-align: left;
}

#nav2 a {
	display: block;
	width: 129px;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 28px;
}


#nav2 li {
	float:left;
	padding: 0;
}




/*------------interior page secondary nav--------------------*/

.botnavtop {
	padding: 0;
	width: 194px;
	background:url(http://www.gk.com.tr/images/web2/images/botleftnavtop.jpg) no-repeat;
	height: 14px;
	margin: 0 0 0 0;
	line-height: 14px;
}

.botnavbot {
	padding: 0;
	width: 194px;
	background:url(http://www.gk.com.tr/images/web2/images/botleftnavbottom.jpg) no-repeat;
	height: 18px;
	margin: 0 0 0 0;
	line-height: 18px;
}

/*------------------GENERAL NAV RULES----------------------------*/


#botnav, #botnav ul {
	width: 194px;
	list-style: none;
	line-height: auto;
	background: #fff;
	padding: 0 0 0 0px;
	border: solid #999999;
	border-width: 0 0;
	margin: 0 0 0 0;
	text-align: left;
	height: auto;
}

#botnav {
padding: 40px 0 0 0;
}

#botnav a {
	display: block;
	width: 129px;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 34px;
}


#interiorleftcolumn #botnav li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 50px;
	list-style-image: none;
	background: none;
}
