.arrowlistmenu{
 



width: 220px; /*width of accordion menu*/
}

.arrowlistmenu a{ font-weight:normal;}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Georgia;
	font-size:14px;
	font-weight:bold;	
	color:#3f5365;

/*background: black url(titlebar.png) repeat-x center left;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/

padding: 4px 0 4px 4px; /*header text is indented 3px*/
/*cursor: hand;
cursor: pointer;*/
/*cursor: url("http://www.gamepazar.com/gp/fare.cur");*/
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png); */
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-top:7px; 
	line-height:7px;
padding-bottom: 0px; /*bottom spacing between menu items*/
padding-left: 30px;}






.arrowlistmenu ul li a{
color: #444;
background: url(../images/bullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
 font-family:tahoma;

 
font-size: 12px;
}
/*
.arrowlistmenu ul li a:visited{
color: #f1971a;
}
*/
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #d6963c;

}











/*------------müsteri hizmetleri------------------*/

.arrowlistmenuMUS{
 



width: 220px; /*width of accordion menu*/
}

.arrowlistmenuMUS a{ font-weight:normal;}
.arrowlistmenuMUS .menuheaderMUS{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Georgia;
	font-size:18px;
	font-weight:bold;	
	color:#3f5365;

/*background: black url(titlebar.png) repeat-x center left;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/

padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenuMUS .openheaderMUS{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png); */
}

.arrowlistmenuMUS ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
padding-bottom:35px;
}

.arrowlistmenuMUS ul li{
	padding-top:10px; 
	line-height:10px;
padding-bottom: 0px; /*bottom spacing between menu items*/
padding-left: 0px;}






.arrowlistmenuMUS ul li a{
color: #444;
background: url(../images/bullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
 font-family:tahoma;

 
font-size: 14px;
}
/*
.arrowlistmenu ul li a:visited{
color: #f1971a;
}
*/
.arrowlistmenuMUS ul li a:hover{ /*hover state CSS*/
color: #d6963c;

}