@charset "UTF-8";

/*globalmenu*/

#globalMenu {
	width: 188px;
	float: right;
	position: relative;
	top: -30px;
	left: 10px;
	margin: 0 0 -30px 0;
	}

#globalMenu:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
	}

#globalMenu h2 {
	text-align: center;
	margin: 12px 0 6px;
	}

#globalMenu h2:first-child {
	margin-top: 0;
	}

#globalMenu h2:last-child {
	margin-bottom: 0;
	}

#globalMenu #bgTop {
	background: url('/images/submenuBg-top.png') no-repeat bottom;
	height: 18px;
	max-height: 18px;
	font-size: 1px;
	line-height: 1px;
	}

#globalMenu #bgBottom {
	background: url('/images/submenuBg-bottom.png') no-repeat top;
	height: 18px;
	max-height: 18px;
	font-size: 1px;
	line-height: 1px;
	}

#globalMenu #bgMid {
	background: url('/images/submenuBg.png') repeat-y;
	}

#globalMenu #bgMid ul li {
	text-align: center;
	font-size: 12px;
	margin: 0 0 1px;
	font-weight: bold;
	}

#globalMenu #bgMid ul li a:link,
#globalMenu #bgMid ul li a:visited {
	color: #5a4800;
	font-weight: bold;
	}

#globalMenu #bgMid ul li a:hover {
	color: #ffba00;
	}

