a
{
    text-decoration: none;
    color: #006699;
}

a:visited
{
    text-decoration: none;
    color: #006699;
}

a:link
{
    text-decoration: none;
    color: #006699;
}

a:active
{
    text-decoration: none;
    color: #006699;
}

a:hover
{
    text-decoration: underline;
    color: #006699;
}

.treeview ul{
margin: 0;
padding: 0;
}

.treeview li{
background: white url(../Images/close.gif) no-repeat left center;
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
}

.treeview li.submenu{
background: white url(../Images/close.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ 
display: none; 
}

.treeview .submenu ul li{
cursor: default;
}

.modalPopup
{
	background-color:white;
}

.modalBackground
{
	background-color: white;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalPopupBackground
{
	background-color: white;
	filter: alpha(opacity=70);
	opacity: 0.7;
}