#menu_left {
}
#menu_left a:hover {
    text-decoration: underline;
}
#menu_left li {
    position: relative;
}
#menu_left a.active {
    text-decoration: underline;
}
#menu_left a {
    font: bold 11px tahoma;
    color:#000;
    text-decoration: none;
}
#menu_left div {
    cursor: hand;
    cursor: pointer;
}
/****************************
 *
 */
.level1 {
    padding: 0px 0px 0px 4px;
    margin: 0px;
    list-style: none;
    font: normal 11px tahoma;
}
.level1 a {
    font: bold 11px tahoma;
    color:#000;
    text-decoration: none;
}
.level1 li {
    padding:0px 0px 10px 35px;
    margin: 0px 0px 0px 0px;
}
.level1 div.menu_image {
    background: url('../rolvika/menu-left-top.gif') no-repeat 0px -19px ;
    width:35px;
    height:19px;
    position:absolute;
    top: 0px;
    left: 0px;
}
.level1 .menu_image {
	background: url('../rolvika/menu-left-top-inactive.gif') no-repeat 0px 0px ;
}
.level1 div.active {
    background: url('../rolvika/menu-left-top-active.gif') no-repeat -35px 0px;
}
.level1 li.active {
    /*background: url('../rolvika/menu-left-dot-v.gif') repeat-y 17px 0px;*/
} 
/*ul#menu_left.level1 li div.active_menu_image {
    background: url('../rolvika/menu-left-top-active.gif') no-repeat 0px 35px;
    width:35px;
    height:19px;
    position:absolute;
    top: 0px;
    left: 0px;
}  */

/****************************
 *
 */

.level2 {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    list-style: none;    
}
.level2 li {
    padding: 0px 0px 10px 20px;
    /*background: url('../rolvika/menu-left-dot-v.gif') repeat-y 8px 0px;*/
}
.level2 a {
    
}
.level2 div.menu_image {
   background: url('../rolvika/menu-left-sub.gif') no-repeat -3px 0px;
   width: 30;
   height: 12px;
   position: absolute;
   top: 0px;
   left: -16px;
}
.level2 .menu_image {
	background: url('../rolvika/menu-left-sub.gif') no-repeat -16px 2px ;
}

/****************************
 *
 */

.level3 {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    list-style: none;
}
.level3 a {
    
}
.level3 li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: none;
}
.level3 div.menu_image {
    /*background: url('../rolvika/menu-left-dot-h.gif') repeat-x center left;  */
    top:5px;
    left:-20px;
    width:15px;
}
/****************************
 *
 */


.level4 {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    list-style: none;    
}

.level4 li {
    padding: 0px;
    margin: 0px;
}
#menu_left .level4 a {
    font: normal 11px tahoma; 
    font-weight: normal;   
}
.level4 div.menu_image {
    /*background: url('../rolvika/menu-left-dot-h.gif') repeat-x center left;  */
    top:5px;
    left:-20px;
    width:15px;
}

/****************************
 *
 */
/*
#menu_left .level4 a {
    font-weight: normal;
}  */



/****************************
 *
 */
/* 
 .treeview, .treeview ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;
    margin-top: 4px;
}

.treeview .hitarea {
    height: 19px;
    width: 16px;
    margin-left: -35px;
    cursor: pointer;
    background: url('../rolvika/menu-left-top.gif') no-repeat  -35px 0px;
    width:35px;
    height:19px;    
    position: absolute;  
}

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: 0px -19px; }

.treeview ul ul .hitarea {
    background: url(../rolvika/tree/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    cursor: pointer;
}*/
/* fix for IE6 */
/** html .hitarea {
    display: inline;
    float:none;
} */
/*
.treeview li { 
    margin: 0;
    padding: 3px 0pt 3px 35px;
    background-image: none;
}
.treeview ul ul li { background: url(../rolvika/tree/treeview-default-line.gif) 0 0 no-repeat; }

.treeview .hover { color: red; cursor: pointer; }

.treeview ul ul li.collapsable, .treeview ul ul li.expandable { background-position: 0 -176px; }

.treeview ul ul .expandable-hitarea { background-position: -80px -3px; }

.treeview ul ul li.last { background-position: 0 -1766px }
.treeview ul ul li.lastCollapsable, .treeview ul ul li.lastExpandable { background-image: url(../rolvika/tree/treeview-default.gif); }  
.treeview ul ul li.lastCollapsable { background-position: 0 -111px }
.treeview ul ul li.lastExpandable { background-position: -32px -67px }

.treeview ul ul div.lastCollapsable-hitarea, .treeview ul ul div.lastExpandable-hitarea { background-position: 0; }

*/
