.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 22px;
margin-bottom: 5px;
font-family: arial;
font-size: 13px;
}

.treeview_nosub {
height: 24px;
}

.menu{
 text-decoration: none;
 color: white;
 border: 0px solid black;
 display: block;
 padding-top:3px;
}

.submenu{
 text-decoration: none;
 color: white;
 display: block;
 padding-top:1px;
}

.submenu ul li {
 margin:  0px;
 margin-left: 15px;
 padding: 0px;
 padding-top:10px;
}


a:hover{
 color: yellow;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../imgs/arrow_right.gif) no-repeat left 5px;
cursor: hand !important;
cursor: pointer !important;
width: 154px;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#treemenu1 {
 margin-left:0px;
}

.menu_items {
 margin:0px;
 padding: 0px;
 background-image: url(../imgs/test.gif);
 background-repeat: no-repeat;
 margin-bottom: 10px;
 width: 154px;
}

.sub_menu_items {
 background-image: url(../imgs/menu_top.gif);
 background-repeat: no-repeat;
 background-color: #a10101;
 margin-bottom: 15px;
 width: 154px;
}

.sub_menu_items1 {
 background-image: url(../imgs/menu_bottom.gif);
 background-position: bottom;
 background-repeat: no-repeat; 
 min-height: 24px;
}