#slidemenu{
	z-index:666;
}
.menu{
	font:13px Arial, Helvetica, sans-serif;
	/*background: #414141;*/
}

.menu ul{
	z-index:666;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:999;
}

/*Top level list items*/
.menu ul li{
	cursor:pointer;
	cursor:hand;
	background:url(ulke_arka.png) top left no-repeat;
	width:227px;
	height:24px;
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menu ul li a{
	cursor:pointer;
	cursor:hand;
	padding-left:10px;
	display: block;
    /*background of tabs (default state)*/
	color: white;
	padding:6px;
	color: #2d2b2b;
	text-decoration: none;

}

* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	font-weight:bold;
}

.menu ul li a:link, .menu ul li a:visited{
	color: white;
}

.menu ul li a:hover{ /*tab link background during hover state*/
	color: white;
}
	
/*1st sub level menu*/
.menu ul li ul{
	width:227px;
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:999;
	display:block;
	background:#FFF;
}
.menu ul li ul li.ust{
	background:url(slide_ust.png) top left no-repeat;
	line-height:10px;
	height:10px;
	font-size:0;
	width:227px;
}

.menu ul li ul li.alt{
	background:url(slide_alt.png) top left no-repeat;
	line-height:8px;
	height:8px;
	font-size:0;
	width:227px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
	
	margin:0 5px;
	background:none;
	display:block;
	float: none;
	display:block;
}
.menu ul li ul span{
	display:block;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a{
	background:url(slide_orta.png) top left repeat-y;
	display:block;
	padding: 5px;
	margin: 0;
}

.menu ul li ul li a:hover{ /*sub menus hover stylebackground: #eff9ff;*/
	color: white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 9px;
	right: 15px;
}



