
/* Main menu bar across the screen */
.menu
{
    position: relative;
    width: 100%;
}

.staticMenuItemStyle
{
	text-align:center;
	display:block;
	padding-left:2px;
	padding-right:2px;
	margin-left:0;
}

.staticMenuItemSelectedStyle
{
	/* border:solid 1px #000000; SG - removed black border on selected items */
}

.staticHoverStyle
{
	background-image:url(../../Images/Default/Menu/bg-menu2.png);
}

/* Menu block */
.menuItem
{
	display:block;
	margin-top: 5px;
}

/* Sub-Menu items */
.dynamicMenuItemStyle
{
	/* display:block; - SG: Commented out to fix missing right border in chrome */
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-image:url(../../Images/Default/Menu/bg-menu2.png);
	position:relative;
	margin: 0 0 1px 0; /* spacing between menu items */
	padding: 0px 3px 0px 3px;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 600;
	z-index: 100;    /*  IE8 and 9 bugfix where the submenu appears as a white box */
}

.background
{
	border:solid 0px #000000;
	background-image:url(../../Images/Default/Menu/bg-menu2.png);
}

.NavigationMenu
{
	font-family:Verdana;
	font-size:10pt;
	color:#FFFFFF;
	font-weight:600;
	z-index:101;
	background-image:url(../../Images/Default/Menu/bg-menu2.png);
	line-height: 1.4em; /* SG - stretches text so the long letters appear (I.e. g, y, j etc... */
}

#h {
	background:#CCCFFF;
	padding:5px 0 6px 10px;
}

#e {
	border:solid 1px #919191;
	padding:0 0 1px;
}

/* selected sub-item */
.menuItemMouseOver,.menuItemSelected
{
	border:solid 1px Navy;
	background-image:url(../../Images/Default/Menu/bg-menu2.png);
}

.NavigationMenu A:link,.NavigationMenu A:visited,.NavigationMenu A:active
{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}

.currentNodeStyle,.nodeStyle,.rootNodeStyle,a.siteMapPath
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
}
