
ul.globalmenu { margin-top:10px; margin-left:18px;  }




.globalmenu, .globalmenu ul { /* all lists */
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;

}

.globalmenu a {
	position:relative;
	display:block;
	padding:3px 37px 3px 0px;
	color:#D0D2D0; 
	text-decoration:none;	
	text-transform:uppercase;
	font-size:12px; 
	font-family:Copperplate, Garamond, Serif;
	font-weight:bold;
	

}


.globalmenu a:hover { color:#FFF; }

.globalmenu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	
}

.globalmenu li ul { /* second-level lists */
	position: absolute;
	background:#6A6B6A;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding:3px 7px 3px 3px;
	text-align:left; 
	width:120px !important;
	
}


.globalmenu li ul li { border-bottom:1px dotted #999; width:120px; }
.globalmenu li ul li a { font-size:12px; text-transform:none; font-weight:normal; }


.globalmenu li:hover ul, .globalmenu li.sfHover ul { /* lists nested under hovered list items */
	left:auto;
	margin-left:-2px; 
}

#content {
	clear: left;
	color: #ccc;
}

