/*******************************************************************************
Copyright © 2001-2012 IntelliTime Systems Corp.
Name: \VTI\Themes\Classic\nav_default.advanced.css (base)
Description:  Used to support the new Navigation Menu. This file was produced by the artist.
********************************************************************************
Version Date       Author Comments
1       10/01/2012 EV     Created.  
*******************************************************************************/

/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
 font: normal 14px Arial, Helvetica, sans-serif;
}

	ul.dropdown li {
	 padding: 0;
	 color: #4a4a4b;
	 line-height: normal;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	}

	ul.dropdown a:link,
	ul.dropdown a:visited {
		color: #4a4a4b;
		text-decoration: none;
		text-shadow: 1px 1px 1px #ffffff;
	}
	ul.dropdown a:hover { 		background:url(../images/navhover.png) repeat-x center center;
}
ul.dropdown a:active { color: #4a4a4b; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
		background-color:#000;
		/*Changed by Edgar*/
	 width: 270px;
	 color: #fff;
	}

		ul.dropdown ul li {
		 background:url(../images/dropdownbg.png) repeat-x left top;
		 color: #fff;
		 filter: none;
		 height:auto;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

        /* Edgar @edgarChange_border-top*/
		ul.dropdown ul a,
		ul.dropdown ul a:link,
		ul.dropdown ul a:visited {
			border-top: 1px solid #D6D7DA;
    		color: #fff;
    		/*Change this to test a thinner menu item to get more on the screen.*/
    		padding:13px 7px 11px 12px;
    		/*padding:4px 7px 4px 12px;*/
    		text-align: left;
			text-shadow:0 0 0;
		}
		ul.dropdown ul a:hover { text-decoration: none; }
		ul.dropdown ul a:active { }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* ----- END LEVEL */


/* Components override */



/*--------------------------------------------------------------------*/

/*Changed by Edgar*/
ul.dropdown li a {
 display: block;
 padding: 13px 13px;
 text-align:center;
}

ul.dropdown li a img{
	display:block;
	margin:0 auto 3px;
	*margin:0 0 3px 0;
}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}

	ul.dropdown li.last a {
		padding-right:25px;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 7px 20px 7px 14px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	ul.dropdown li {
		background:url(../images/nav_separator.png) no-repeat left center;
		height:91px;
	}

	ul.dropdown ul a {
	 padding: 4px 5px 4px 14px;
	 /*changed by edgar*/
	 width: 250px; /* Especially for IE */
	}

	ul.dropdown ul a:hover {
	 background-color: transparent;
	}

	ul.dropdown a.open {
	 background-color: #2e2e2e;
	 color: #76b900;
	}

	ul.dropdown ul a.open {
	 background-color: #76b900;
	 color: #fff;
	}


	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	 color: #4a4a4b;
	}

	ul.dropdown ul li:hover > a.dir {
	 color: #4a4a4b;
	}
	
	
	
/*Added by Edgar -- This has more selectors than needed so that it overrides all other css statements. This is so that the "Tips menu item under the favorites will be green."*/
html body #NavMenuListData #favoritesMenuItemContainer  li.PermanentFavorite a
{
    color: #5CE649;
}