﻿.DivMenu
{
	border: solid 0px red;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/MAster/MenuBack.jpg );
	height: 30px;
}
.MainButon
{
	float: left;
	height: 30px;
	color: Black;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
}
a.MainButton
{
	display: block;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
}
.MainButonOnOrta
{
	float: left;
	height: 30px;
	color: #565454;
	line-height: 30px;
	vertical-align: middle;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: Black;
}

.BaslikAltCizgi
{
	background-image: url(       '../images/Menu/Div/BaslikAlt.jpg' );
	background-repeat: no-repeat;
	background-position: left;
	height: 9px;
}

.MainNavigation
{
	visibility: hidden;
	width: 976px;
	position: absolute;
	border: 0px;
	left: 0px;
	top: 0px;
	background-color: #f7f7f7;
	background-image: url(                      '../images/Menu/Div/rooms-subnav-top.gif' );
	background-position: bottom;
	background-repeat: repeat-x;
	z-index:  100000;
}
.MainNavigationTop
{
	width: 976px;
	height: 2px;
	line-height: 2px;
	background-color: White;
	background-image: url(                      '../images/Menu/Div/rooms-subnav-top.gif' );
	background-position: Top center;
	background-repeat: repeat-x;
}

/************************* Div içindeki Sütünlar *********************************/
.MenuSutun
{
	float: left;
	width: 200px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/************************* Sütün içindeki Başlıklar *********************************/

.DivListeBaslik
{
	width: 185px;
	height: 15px;
	font-size: 12px;
	line-height: 15px;
	vertical-align: bottom;
	vertical-align: middle;
	text-align: left;
	padding-left: 19px;
	padding-top: 10px;
}
.DivListeBaslik a
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	color: #E85D11;
	text-decoration: none;
}
.DivListeBaslik a:hover
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	color: #E85D11;
	text-decoration: underline;
}


/************************* Sütün içindeki Elemanlar *********************************/
.DivListeEleman
{
	width: 170px;
	font-family: Tahoma;
	font-size: 12px;
	color: #6e6e6e;
	text-align: left;
	padding-left: 13px;
	padding-top: 3px;
	
}
.DivListeEleman a
{
	font-family: Tahoma;
	font-size: 12px;
	color: #414141;
	text-decoration: none;
}
.DivListeEleman a:hover
{
	font-family: Tahoma;
	font-size: 12px;
	color: #414141;
	text-decoration: underline;
}


/************************* Menü de bulunan Linkler *********************************/

.access
{
	visibility: hidden;
}

