﻿
.arrowlistmenu{
width: 200px; /*width of accordion menu*/
display:block;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
clear:both;
display:block;
border-bottom:Solid 1px #e3e3e3;
vertical-align:middle;
font: bold 12px Trebuchet MS Serif;
margin-bottom: -5px; /*bottom spacing between header and rest of contenbackground: black url(./../adminMenu/titlebar.png) repeat-x center left;t*/

padding: 0px 0px 0px 0px; /*header text is indented 10px*/

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(./../adminMenu/titlebar-active.png);
display:block;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
display:block;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
display:block;
}

.arrowlistmenu ul li a{
color: #6D6D6D;
display: block;
background: url(./../../menu/KazananlarMenu/1.png) no-repeat top left;
padding: 5px 0;
padding-top:2;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #6D6D6D;
}
.arrowlistmenu li 
{
	font-family:Sans-Serif;
	font-size:10pt;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #6D6D6D;
}
h3
{

	padding-top:0;
	padding-bottom:0;
	display:block;
	padding-left:10;
}
