/* 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:30px;
	left: 0px;
	margin:0px;
	position:relative;
	padding: 0px 0px 100px 0px;
	table-layout:fixed;
	text-align: center;
	top: -15px;
	width: 100%;			
	}
	

.globalnav a, .globalnav a:visited, .popup a, .popup a:visited
{
	color:#789092;
	text-decoration:none;
	width: 100%;
	}

.globalnav a:hover, .popup a:hover
{
	color: #433029;
	}

.globalnav td
{
	width: 132px;  /* 660 divided by 5 */
}

.globalnav div {
	background-image: url(../images/GlobalNavOval.gif);
	background-position: top center;
	background-repeat:no-repeat;
	color: white;
	height: 25px;
	left: 0px;
	margin:0px;
	padding: 6px 0px 0px 0px;
	position: absolute;
	text-align: center; 
	top: 0px;
	vertical-align: top; 
	width: 130px;
	}

	
.globalnav .popup{
	position:relative;
	text-decoration:none;
	visibility: hidden;
	list-style:none;
	margin: 0px;
	padding:0px;
	top: 7px;
	left: 0px;
	}	

.popup li
{
	position:relative;
	margin:0px;
	padding:0px;
	}
