ul {
	margin: 0px 10px 1px 1px;
	padding: 0;
	list-style: none;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left:auto;
	top: 0;
	display: none;
	margin-left:152px;
	width:152px;

}

ul li a { 
	display: block; 
	text-decoration: none; 
	background: url(../images/inc_menuler/alt_slide-right.gif) no-repeat right top;
	padding: 5px;
	height:31px;
	margin-bottom:-13px;
	padding-top:10px;
	font-weight:bold;

}

ul#menu li a:hover { /*üzerine gelince renk degistirme*/
    background-position:100% -125px;
	color:#333333;
	text-decoration:none;

}

/* IE. gizle \*/ 
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
 
/* IE den gizleme sonu */

li:hover ul, li.over ul { 
	display: block;
	
}
