/* CSS Document */




/* Styles are specific to this page only.  All objects on this page are
	members of the .globalnav class */

.globalnav
{
	cursor: default;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:900;
	height:40px;
	left: 0px;
	margin:0px;
	position:relative;
	padding: 0px;
	text-align: center;
	top: -18px;
	top: 0px;
	width: 660px;	
	vertical-align:top;
	}


.globalnav a, .globalnav a:visited
{
	color:#789092;
	text-decoration:none;
	width: 100%;
	}

.globalnav a:hover
{
	color: #433029;
}

.globalnav div div {
	background-image:  url("../images/GlobalNavOval.gif");
	background-position: top center;
	background-repeat:no-repeat;
	color: white;
	height: 35px;
	left: 0px;
	margin:0px;
	padding: 6px 0px 0px 0px;
	position: absolute;
	text-align: center; 
	top: -15px;
	vertical-align: top; 
	width: 130px;
	}
	
.globalnav .popup{
	position:absolute;
	text-decoration:none;
	display: none;
	list-style:none;
	margin: 0px;
	padding:0px;
	top: 32px;
	left: -14px;
	background-color:#e6ecec;
	width:160px;
	
	}	

.popup li
{
	position:relative;
	top: -1px;
	margin:0px;
	padding:0px;
	height:1.5em;
	}
