body{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
background-color: #ffffff;
margin-top:0px;
}
li.1{
list-style-type: disc;
position:relative;
left:-28px;
top:-10px;
list-style-image: url('/images/cFolder.gif');
}
li.2{
list-style-image: url('/images/right.arrow.gif');
position:relative;
left:-5px;
}
li.3{
position:relative;
left:320px;
top:-20px;
list-style-image: url('/images/arrow.gif');
list-style-type: disc;
}
li.4{
position:relative;
left:340px;
top:-20px;
list-style-image: url('/images/arrow.gif');
list-style-type: disc;
}
/*CSS for Simple Tree Menu*/
.treeview ul{
margin: 0px;
padding: 0px;
}
/*Style for LI elements in general (excludes an LI that contains sub lists)*/
.treeview li{ 
background: #ffffff url('./images/right.arrow.gif') no-repeat center left;
list-style-type: none;
padding-left:40px;
margin-bottom: 5px;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #ffffff url('/images/cFolder.gif') no-repeat left 0px;
cursor: hand !important;
cursor: pointer !important;
padding-left:30px;
}
/* top right bottom left */
.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;
}
* {
target-new: tab;
}
a{
color: #000000;
text-decoration: none;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #ffffff;
target-new: tab;
}
a:visited{
color: #666666;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #ffffff;
target-new: tab;
}
a:hover{
color: #ffffff;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 14px;
background-color: #000000;
target-new: tab;
}
a.one{
color: #ffffff;
text-decoration: none;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #666666;
target-new: tab;
}
a.one:visited{
color: #ffffff;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #666666;
target-new: tab;
}
a.one:hover{
color: #ffffff;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 14px;
background-color: #000000;
target-new: tab;
}
