﻿/* GLOBALHEADER MASTERNAV
------------------------------------------------------------------------- */

#MasterNav
	{
	margin: 0px;
	margin-left: 45px;
	float:left;
	z-index: 10;
	text-align:center;
	}
#MasterNav img
    {
        border:none;
    }
#MasterNav a
	{
	display:block;
	white-space:nowrap;
	margin:0;
	color: #000000;
	}
	
#MasterNav a	/* menu at rest */
	{
	text-decoration:none;
	}
	
#MasterNav a:hover	/* menu at mouse-over  */
	{
	color: #000;
	}	
	
#MasterNav a.top_parent:hover
	{
	color: #000;
	}
		
#MasterNav a.parent, #MasterNav a.parent:hover /* attaches side-arrow to all parents */
	{
	/*background-image: url(nav_white.gif); */
	background-position: right center;
	background-repeat: no-repeat;
	}

#MasterNav ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

#MasterNav li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#MasterNav ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	left:0px;
	display:none;
	/* padding: 1em; 
	margin:-1em 0 0 -1em; *//* Removed for IE6 UL bug */
	
	/* Added for IE6/7 Bug */
	}
#MasterNav ul ul li
    {
    margin-top:-8px;
    }

#MasterNav ul ul a
	{
	font-variant: normal;
	}

#MasterNav ul ul a.sublink:hover
	{
	}

#MasterNav ul ul ul
	{
	top:0;
	left:100%;
	}

div#MasterNav li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#MasterNav li:hover ul ul,
div#MasterNav li li:hover ul ul,
div#MasterNav li li li:hover ul ul,
div#MasterNav li li li li:hover ul ul
{display:none;}

div#MasterNav li:hover ul,
div#MasterNav li li:hover ul,
div#MasterNav li li li:hover ul,
div#MasterNav li li li li:hover ul
{display:block;}