/* Global Menu */

.curved20 {
-moz-border-radius:20px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-radius:20px;
behavior:url(/border-radius.htc);
}

div#box30 {
	background: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	text-align: center;
	margin: 0px auto;
	width: 600px;
	height: 26px;
}

#globalmenu {
	margin: 0px auto -17px;
	padding: 4px 0 0;
	width: 600px;
	height: 22px;
	line-height: normal;
	border: 1px solid #000;
	border-top: 0px;
	position: relative;
	top: -27px;

	text-align: center;
}

#globalmenu a { color: #FFF; font-family: Arial, sans-serif; font-size: 16px; text-decoration: none; padding: 0px 15px; }
#globalmenu a:hover { color: #F00; }

/* --- */
