﻿#dropDown {
    position:relative;
	top:98px;    
    width:820px;
    z-index:255;
}
#dropDown {
	position: absolute;
	z-index: 255;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
#dropDown li a.subMenu {
}

#dropDown ul li a.subMenu {
	/*background-repeat: no-repeat;
	background-image: url('images/right.gif');
	background-position: center right;*/
}

#dropDown li ul {
	position: absolute;
	top: 24px; /* açılan menünün ana menüden uzaklığı*/
	left: 0px;
	width: 180px; /*açılan menünün genişliği*/ 
}

#dropDown li ul ul {
	position: absolute;
	top: 24px; /* açılan menünün ana menüden uzaklığı*/
	left: 0px;
	width: 180px;/*açılan menünün genişliği*/ 
}

body>#dropDown {
	position: fixed;
}

#dropDown ul {
	position: relative;
	z-index: 2;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropDown ul.click {
    display: block;
    background-color: #b00001;
}
#dropDown ul.click li {
    background-color: #b00001;/*Açılan menü arka zemin rengi*/
}
#dropDown li a.click {
    background-color: #8f0607;/*Alta menü açıldığında ana menü rengi*/
	color: #ffffff;
}

/*################################# ANA MENULER ################################*/
.Menu
{
	background: url(../../Images/Image/Menu_Ara.gif) top right no-repeat;
	width:78px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-align:center;
	vertical-align:bottom;
}

.Menu:hover
{
	background:#8f0607 url(../../Images/Image/Menu_Ara.gif) top right no-repeat;
	width:78px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-align:center;
	vertical-align:bottom;
}

#dropDown li {
	position: relative;
    z-index:155;
	padding: 0;
	margin: 0;
	float: left;
	width: 78px;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-align:center;
}
#dropDown li a 
{
    position: relative;
    z-index: 155;
    display: block;
	padding: 2px;
	margin: 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-align:center;
	text-decoration: none;
}
/*################################# ALT MENULER ################################*/

.AltMenu
{
	text-align:left;
	border-bottom:1px solid #c63839;
}
#dropDown li ul li {
	padding:7px;
	position: relative;
    z-index:155;
    vertical-align:bottom;
    float: left;
	width: 180px;
	display: block;
	font-family: Verdana, Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight:normal;
	color: #ffffff;
	text-align:left;
	background-color:#b00001;
}

#dropDown li ul li a 
{
    position: relative;
    z-index:155;
	font-family: Verdana, Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight:normal;
	color: #ffffff;
	text-align:left;
}

#dropDown li ul li a:hover{

	font-family: Verdana, Arial, Tahoma, Verdana;
	font-size: 10px;
	text-align:left;
	font-weight:normal;
	color: #333333;
	background-color: #ebebeb;
}

#dropDown li a:hover {
	background-color: #8f0607;
	color: #FFFFFF;
}
