/*main navigation*/
.AspNet-TreeView {
padding: 0px;
margin: 0;
z-index: 1000;
}
.AspNet-TreeView ul#TreeView1_UL {
font-size: 1.1em;
line-height: 1.5em;
padding: 0;
margin: 0;
list-style: none;
}
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Leaf {
padding: 0;
margin: 0;
}
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Leaf a {
display: block;
color: #036;
background-color: transparent;
padding: 2px 10px;
margin: 0px 0;
text-decoration: none;
border-bottom: 1px dashed #036;
}

.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Leaf a:link,
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Leaf a:visited{
color: #036;
background-color: transparent;
text-decoration: none;
}
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Leaf a:hover,
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Leaf a:active{
color: #036;
background-color: #fff;
border-right: 1px solid #036;
text-decoration: underline;
}

.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Parent {
font-weight: bold;
padding: 10px 0px 0 0px;
margin: 0;
}
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Parent ul li.AspNet-TreeView-Leaf a {
display: block;
font-weight: normal;
padding: 2px 10px 2px 30px;
margin: 0;
color: #000;
background-color: #999;
text-decoration: none;
border-right: 1px solid #036;
}
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Parent ul li.AspNet-TreeView-Leaf a:link,
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Parent ul li.AspNet-TreeView-Leaf a:visited{
background-color: #999;
color: #000;
text-decoration: none;
}
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Parent ul li.AspNet-TreeView-Leaf a:hover,
.AspNet-TreeView ul#TreeView1_UL li.AspNet-TreeView-Parent ul li.AspNet-TreeView-Leaf a:active{
color: #000;
background-color: #fff;
text-decoration: underline;
}