﻿/*
---------------------------------------------------------------------------------------------------------
    NAVIGATION & MENU STYLES
---------------------------------------------------------------------------------------------------------
*/


/*  Header - AspNet Menu Custom Styles
----------------------------------------------- */


#Header #NavigationBar
{
    margin: 0px;
    padding: 0px;
}

#Header ul.AspNet-Menu, ul.AspNet-Menu ul
{
    padding: 10px 0px 15px 0px;
}

#Header div.AspNet-Menu-Horizontal
{
    
}

#Header div.AspNet-Menu-Horizontal ul
{
    
}

#Header div.AspNet-Menu-Horizontal ul li
{
    margin: 10px;
    padding: 0px;
}

#Header div.AspNet-Menu-Horizontal ul li a
{
    
}

#Header div.AspNet-Menu-Horizontal ul.AspNet-Menu
{
}

#Header div.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf 
{
}

#Header div.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
#Header div.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited
{
    text-decoration: none;
}

#Header div.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    color: #999;
    text-decoration: underline;
}










.side-nav {
	overflow: hidden;
	
	margin: 0 0 0 -8px;
}
.side-nav .heading {
	background: url(images/decor-3.gif) no-repeat;
	padding: 0 0 0 23px;
	overflow: hidden;
	width: 204px;
}
.side-nav .heading div {
	padding: 0 23px 0 0;
	background: url(images/decor-4.gif) no-repeat 100% 0;
	float: left;
}
.side-nav .heading h2 {
	margin: 0px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
.side-nav .heading h2#donate {
	background: url(images/heading-donate.gif) no-repeat;
	width: 66px;
	height: 20px;
}
.side-nav .heading h2#aboutus {
	background: url(images/heading-aboutus.gif) no-repeat;
	width: 85px;
	height: 20px;
}

.side-nav .heading h2#casestudies {
	background: url(images/success-stories.gif) no-repeat;
	width: 142px;
	height: 21px;
}

.side-nav .heading h2#professional-providers {
	background: url(images/professional-providers.gif) no-repeat;
	width: 151px;
	height: 22px;
}

.side-nav .heading h2#how-you-can-help {
	background: url(images/how-you-can-help.gif) no-repeat;
	width: 144px;
	height: 22px;
}

.side-nav .heading h2#request-help {
	background: url(images/request-help.gif) no-repeat;
	width: 108px;
	height: 22px;
}

.side-nav .heading h2#contact-us {
	background: url(images/contact-us.gif) no-repeat;
	width: 101px;
	height: 21px;
}
.side-nav .heading h2#community-fundraising {
	background: url(images/community-fundraising-heading.gif) no-repeat;
	width: 174px;
	height: 22px;
}

.side-nav .heading h2#member-account {
	background: url(images/myaccount-heading.gif) no-repeat;
	width: 114px;
	height: 22px;
}

.side-nav .heading h2#call-center {
	background: url(images/call-center.gif) no-repeat;
	width: 99px;
	height: 21px;
}




/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
.sideMenu .AspNet-Menu-Vertical
{
	margin:15px 0 15px 10px;
    /*position:relative;
    top: 3em;
    left: 0;
    z-index: 300;*/
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.sideMenu ul
{
   /* background:#7795BD;*/
}

/* Top tier */
.sideMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 225px;
    font: 12px/15px Arial, sans-serif;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.sideMenu ul.AspNet-Menu ul
{
    width: 230px;
    padding: 0 0 0 10px;
    z-index: 400;

}

.sideMenu ul.AspNet-Menu ul ul
{
    width: 11.5em;
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.sideMenu ul.AspNet-Menu li
{
	background: url(images/bullet-2.gif) no-repeat 0px 5px;
	line-height:18px;
	border:solid 0px red;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.sideMenu ul.AspNet-Menu li a
{
	color:  #5d2e00;
    border-bottom: 0;
    margin:0 0 0 10px;
    display:block;

}
.sideMenu ul.AspNet-Menu li span
{
    color:  #5d2e00;
    border-bottom: 0;
    /*background: transparent url(images/bullet-2.gif) left center no-repeat;*/
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
   
}


/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.sideMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.sideMenu ul.AspNet-Menu li:hover, 
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    /*background:#7795BD;*/
}

.sideMenu ul.AspNet-Menu li:hover a, 
.sideMenu ul.AspNet-Menu li:hover span, 
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.sideMenu ul.AspNet-Menu li:hover li:hover a, 
.sideMenu ul.AspNet-Menu li:hover li:hover span, 
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.sideMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.sideMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: #ff8400;
    
}

.sideMenu ul.AspNet-Menu li:hover ul a, 
.sideMenu ul.AspNet-Menu li:hover ul span, 
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.sideMenu ul.AspNet-Menu li:hover li:hover ul a, 
.sideMenu ul.AspNet-Menu li:hover li:hover ul span, 
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.sideMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: #5d2e00;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.sideMenu ul.AspNet-Menu li a:hover,
.sideMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: #ff8400;
    /*background: transparent url(images/bullet-1.gif) left center no-repeat;*/
}

.sideMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    /*background-image: none;*/
}


.sideMenu ul.AspNet-Menu li.AspNet-Menu-Leaf-Selected
{
	color: Red;
	
}

 .sideMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu-Link span
{
    color: #ff8400;
}


/*****************************************
Treeview styler for collapsable menu items


******************************************/
.treeMenu
{
	margin:20px 0 0 10px;
}
.treeMenu ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font: 12px/15px Arial, sans-serif;
	color: #5d2e00;
}

.treeMenu ul ul
{
    margin: 2px 0 2px 10px;
}

.treeMenu ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.treeMenu li a
{
    text-decoration: none;
    color: #5d2e00;
}

.treeMenu li a:hover
{
    text-decoration: none;
    color: #ff8400;
}

.treeMenu li.AspNet-TreeView-Root
{
}

.treeMenu li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
}


.treeMenu .AspNet-TreeView-Collapse
{
	background: url(images/bullet-1.gif) no-repeat 0 5px;
    width: 15px;
    float:left;
    cursor: pointer;
}

.treeMenu .AspNet-TreeView-Expand
{
    background: url(images/bullet-2.gif) no-repeat 0 4px;
    width: 15px;
    float:left;
    cursor: pointer;
}



.treeMenu .AspNet-TreeView-Selected,
.treeMenu .AspNet-TreeView-Selected A
{
    color: #ff8400;
}

.treeMenu .AspNet-TreeView-Selected .AspNet-TreeView-ParentSelected,
.treeMenu .AspNet-TreeView-Selected .AspNet-TreeView-ParentSelected A
{
    color: #5d2e00;
}

.treeMenu .AspNet-TreeView-ChildSelected,
.treeMenu .AspNet-TreeView-ChildSelected A
{
    color: #ff8400;
}

.treeMenu .AspNet-TreeView-ChildSelected LI,
.treeMenu .AspNet-TreeView-ChildSelected LI A
{
    color: #5d2e00;
}

.treeMenu .AspNet-TreeView-ChildSelected .AspNet-TreeView-Selected,
.treeMenu .AspNet-TreeView-ChildSelected .AspNet-TreeView-Selected A
{
	text-decoration: underline;
}
