/* Firefox Dotted Outline Fix */
a:active { 
	outline: none; 
	border:none;
}

/* Firefox Dotted Outline Fix */
a:focus { 
	-moz-outline-style: none; 
}

/* Menu Body */
ul#menu {
	width:628px;
	height:42px;
	list-style:none;
	margin:0;
	padding:0;
}

/* Float LI Elements - horizontal display */
ul#menu li {
	float:left;
}

/* Link - common attributes */
ul#menu li a {
	background:url(img/menu_ru.png) no-repeat scroll top left;
	display:block;
	height:42px;
	top:30px;
	position:relative;
}

/* Specify width and background position attributes specifically for the class: "home" */
ul#menu li a.m_home {
	width:120px;
}

/* Specify width and background position attributes specifically for the class: "hakkımızda" */
ul#menu li a.m_hakkimizda {
	width:72px;
	background-position:-120px 0px;
}

/* Specify width and background position attributes specifically for the class: "ürün" */
ul#menu li a.m_urun {
	width:179px;
	background-position:-192px 0px;
}

/* Specify width and background position attributes specifically for the class: "sertifikalar" */
ul#menu li a.m_sertifika {
	width:144px;
	background-position:-371px 0px;
}

/* Specify width and background position attributes specifically for the class: "iletişim" */
ul#menu li a.m_iletisim {
	width:113px;
	background-position:-515px 0px;
}

/* Span (on hover) - common attributes */
ul#menu li a span {
	background:url(img/menu_ru.png) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
}

/* Span (on hover) - display pointer */
ul#menu li a span:hover {
	cursor:pointer;
}

/* Shift background position on hover for the class: "home" */
ul#menu li a.m_home span {
	background-position:0px -42px;
}

/* Shift background position on hover for the class: "hakkımızda" */
ul#menu li a.m_hakkimizda span {
	background-position:-120px -42px;
}

/* Shift background position on hover for the class: "ürünlerimiz" */
ul#menu li a.m_urun span {
	background-position:-192px -42px;
}

/* Shift background position on hover for the class: "sertifikalar" */
ul#menu li a.m_sertifika span {
	background-position:-371px -42px;
}

/* Shift background position on hover for the class: "iletişim" */
ul#menu li a.m_iletisim span {
	background-position:-515px -42px;
}

ul#menu li a.home_sec{background-position:0px -42px; }
ul#menu li a.hakkimizda_sec{background-position:-120px -42px; }
ul#menu li a.urun_sec{background-position:-192px -42px; }
ul#menu li a.sertifika_sec{background-position:-371px -42px; }
ul#menu li a.iletisim_sec{background-position:-515px -42px; }



/*@footer*/
#footer {background:url(img/footer_ru.jpg) center top no-repeat;}