.treeview, .treeview ul { 
	padding: 0;
	margin:0;
	list-style: none;
}

.treeview ul {
	margin: 0;	
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding:0;
}

.treeview a.selected, .treeview #altKategori a.selected
{
    background: #000000 url('../images/menuarrow.png') no-repeat left top;
    color: #fff;
}
.treeview li li a.selected, .treeview #altKategori li li a.selected {
    background: #000000 url('../images/menuarrow.png') no-repeat left top;
    color: #fff;
}
.treeview li li li a.selected {
    background: #000000 url('../images/menuarrow.png') no-repeat left top;
    color: #fff;
}
.treeview li li li li a.selected {
    background: #000000 url('../images/menuarrow.png') no-repeat left top;
    color: #fff;
}
.treeview a
{
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 5px 5px 5px 30px;
    text-decoration: none;
    background-color: #E5E5E5;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
}

.treeview #anaKategori a
{
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 5px 5px 5px 30px;
    text-decoration: none;
    background-color: #E5E5E5;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
}
.treeview #altKategori a
{
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 5px 5px 5px 30px;
    text-decoration: none;
    background-color: #fff;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
}
.treeviewbaslik
{
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 0px 5px 0px 30px;
    text-decoration: none;
    background-color: #cc1d20;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
}
.treeview #anaKategori a:hover {
    background: #000000 url('../images/menuarrow.png') no-repeat left top;
    color: #fff;
}
.treeview #altKategori a:hover {
    background: #000000 url('../images/menuarrow.png') no-repeat left top;
    color: #fff;
}
.treeview li li
{
    padding: 0px;
}
.treeview li li a{
	padding:5px 10px 5px 30px;
}
.treeview li li a:hover{
    background: #000000 url('../images/menuarrow.png') no-repeat left top;
    color: #fff;
}
.treeview li li li a{
	padding:5px 10px 5px 40px;
}
.treeview li li li a:hover{
    background: #000000 url('../images/menuarrow.png') no-repeat left top;
    color: #fff;
}
.treeview li li li li a{
	padding:5px 10px 5px 50px;
}
.treeview li li li li a:hover{
    background: #000000 url('../images/menuarrow.png') no-repeat left top;
    color: #fff;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; 	background: #9e0610; color:#fff;}



