/*  /masthead/css/masthead.css
  
    @imported stylesheet (hidden from NN4 and older browsers) to style and position the topnav's dhtml drop-down menus
*/

/* Masthead Menus POSITIONING */
	#mastfloat	{
		z-index:5000;
		}
	.masthead-navElement {
		position:absolute;
		top:129px;
		display:inline;
		visibility:hidden;
		z-index:1000;
		}
	#topNavElement0 {
		left:-1px;
		}
	#topNavElement1 {
		left:-20px;
		}
	#topNavElement3 {
		left:93px;
		}
	#topNavElement4 {
		left:207px;
		}
	#topNavElement5 {
		left:321px;
		}
	#topNavElement6 {
		left:435px;
		}
		
/* DHTML Menu styles */
	.menuBox {
		border:solid 1px #877F70;
		background-color:#EFDEBD;
		width:164px;
		}
	#international.menuBox {
		width:124px;
		}
	.menuBox, .menuBox p {
		filter:alpha(opacity=95);
		}
	.menuBox p {
		padding-left:5px;
		padding-right:5px;
		margin-left:14px;
		text-indent:-14px;
		}
	.menuBox p.hr {
		margin-left:0px;
		text-indent:0px;
		}
	.menuBox p.hr img {
		width:100%;
		height:1px;
		}
	span.spcr {
		font-size:2px;
		}
	@media screen {
		.masthead-navElement {
			-moz-opacity:0.95;
			}
		}
/* DHTML Menu styles */

/* Link color for active parent nav element - */
	.topNavElementParentLinkActive {
	font:normal 11px arial,sans-serif;
	color: #333333;
	text-decoration:none;
		}
	
	.topNavElementParentLinkActive:hover {
	font:normal 11px arial,sans-serif;
	color: #333333;
	text-decoration:underline;
		}
.topNavElementParentLinkActive:visited {
	font:normal 11px arial,sans-serif;
	color: #333333;
	text-decoration:underline;
		}

