ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px;
	font: bold 10px  Verdana, Helvetica, sans-serif;
		
}

ul li {
	position: relative;
	
	/*border-bottom: 1px solid #000;*/	
	
}

li ul {/*sub menu*/
	position: absolute;
	left: 144px;
	top: 0;
	
	display: none;		
	/*border-width:1px;
	border-color:White;*/	
	border: none;
	

	
}

ul li a { /*butun linkler*/
	display: block; 
	text-decoration: none; 
	font: bold   Verdana, Helvetica, sans-serif;
	color:000000;	

	background: white url(../images/glossyback.gif) repeat-x bottom left;
	/*padding: 5px;*/ /*padding explorer da sorun cikariyor menuler arasi geciste*/
	/*border:1px solid #000;*/
	/*border-bottom:0;*/
	/*height:25px;*/
	/*font: bold 12px Arial;*/	
	/*border-width:1px;
	border-color:White;*/
	
}

/* 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;
		
}

li a:hover{
background-image: url(../images/glossyback2.gif);
color:White;
}

.arrowdiv{
position: absolute;
right: 2px;
width:8px;

background: transparent url(../images/arrow.gif) no-repeat center right;
}

.classA 
{
	height:25px;
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #343264;
	text-decoration: none;
	
}