 /* ↓↓↓↓↓↓↓↓↓↓↓  MENU  ↓↓↓↓↓↓↓↓↓↓↓*/
#global_menu_wrap {
	background-image: url(images/globalmenu_bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	position: fixed;
	width: 100%;
	z-index: 10;
	left: 0px;
	top: 0px;
	right: 0px;

}
 
#global_menu { position: relative; }
 
	#global_menu ul {
		list-style:none;
		margin:0;
		padding:0 }
 
		#global_menu ul li {
	position: relative;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #000000;
	font-size: 11px;
}
 
			#global_menu ul li a {
				display:block;
				color: #FFFFFF;
				padding-right: 10px;
				padding-left: 10px;
				padding-top: 2px;
				padding-bottom: 2px; }
				
				#global_menu ul li a:hover {
	background-color: #333333;
	font-weight: bold;
}
	
	
	#global_menu #url a {
	float: right;
	background-image: url(images/menu_unsecond.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 120px;
	background-position: right center;
	margin-top: 2px;
}
