﻿
/*//////////////////////burası birinci menu dalı///////////////////////*/
.RadMenu_Adasoft
{	
	cursor:pointer;
	margin:0px 0 0 0px;/*margin ile tüm menünün yukarıdan ve soldan boşlukları ayarlanır*/
}
.RadMenu_Adasoft .rmRootGroup
{
	margin:0px 0px 0 0;/*margin ile tüm menü ve açılan dallarının yukarıdan ve soldan boşlukları ayarlanır*/
}
.RadMenu_Adasoft .rmItem
{
	text-align:left;
	margin:0 1px 0 0;
	/*background:url(../images/v-dotted-menu.gif) repeat-y right;/*arkaplan görselleri, yazı dışındaki tüm görseller için*/
	background:url(../images/v-line.gif) repeat-y left;
}
.RadMenu_Adasoft  .rmItem:hover
{	
	background:url(../images/v-line.gif) repeat-y left;
	margin:0 1px 0 0;
	/*background:url(../images/v-dotted-menu.gif) repeat-y right;/*arkaplan görselleri, yazı dışındaki tüm görseller için üzerine gelince*/
}
.RadMenu_Adasoft  .rmText/*tüm menü yazısı için*/
{	
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.4px;
	width:122px;
}
.RadMenu_Adasoft .rmText:hover
{	
	color:#000; 
}


/*//////////////////////burası ikinci menu dalı///////////////////////*/
.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide 
{
	border:1px solid #0a1215;
	margin:-2px 0 0 17px;/*açılan menünün, birinci menü dalına soldan veya üstten uzaklığı*/
	padding:0px 0px 0 10px;
	background:#25414d;
}

.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide .rmItem
{
	/*background:url(../images/v-dotted-slide.gif) repeat-y bottom;/*açılan menünün dotted çizgisi buradan ayarlanır*/
	background:url(../images/h-dotted.gif) repeat-x bottom;
	margin-left:0px;
	width:200px;
}
.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide .rmItem:hover
{
	/*background:url(../images/v-dotted-slide.gif) repeat-y bottom;/*açılan menünün hover dotted çizgisi buradan ayarlanır*/
	background:url(../images/h-dotted.gif) repeat-x bottom;
}
.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide .rmItem .rmText
{
	color:#fff;/*bu açılan menünün başlık rengini kontrol eder*/
	font-size:14px  !important;
	font-weight:bold;
	white-space:nowrap;
	text-align:left !important;
	background:none !important;
	height:19px !important;
}
.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide .rmItem .rmText:hover
{
	color:#ccc; 
}
/*//////////////////////burası menu üçüncü dalı///////////////////////*/

.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide .rmSlide 
{
	border:1px solid #ccc;
	background:#414243;
	margin-left:0px;
}
.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide .rmItem .rmItem
{
	background:url(../images/h-dotted.gif) repeat-x bottom #414243;
}

.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide .rmItem .rmItem:hover
{
	background:url(../images/h-dotted.gif) repeat-x bottom #414243;
}

.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide .rmItem .rmItem .rmText 
{
	color:#fff;

}
.RadMenu_Adasoft .rmRootGroup .rmItem .rmSlide .rmItem .rmItem .rmText:hover
{
	color:#ccc;
}

/*//////////////////////////oklar//////////////////*/
.RadMenu_Adasoft .rmBottomArrow
{
	/*background-image:url(../images/okAlt.jpg);*/
	background-repeat:repeat-y;
	background-color:#DCDCDC;
	background-position:center center;
}
.RadMenu_Adasoft .rmTopArrow
{
	/*background-image:url(../images/okUst.jpg);*/
	background-repeat:repeat-y;
	background-color:#DCDCDC;
	background-position:center center;
}

.RadMenu_Adasoft  .rmRootGroup .rmItem .rmLink
{
	/*background-image:url(../images/okSag.jpg);*/
	background-repeat:no-repeat;
	background-position:left center;	
	text-decoration:none;
	width:112px;
	display:block;
	
}
.RadMenu_Adasoft  .rmRootGroup .rmItem .rmLink .rmText /*bununla menü başlıkları arasındaki, padding ve genişlikler düzenlenir.*/
{
	padding:0px 0px 10px 0px;
	margin-left:-12px;
	cursor:pointer;/*bu cursor için gereklidir*/
	text-align:center;
}


.RadMenu_Adasoft .rmRootGroup .rmItem  .rmExpanded
{
	/*background-image:url(../images/okAlt.jpg);*/
	background-repeat:no-repeat;
	background-position:left center;	
	
}
