/*----------------------------------------------------
menu css for BELLOF


----------------------------------------------------*/

/*-- global -----*/
 
ul#global, ul#global ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
	z-index: 1;
}

ul#global {

}

ul#global {
	clear: both;
	width:950px;
}

ul#global img {
	margin: 0;
	padding: 0;
	
}

ul#global li {
	position: relative;
	float: left;
	width: 122px;
	height: 48px;
	list-style:none;
}

ul#global li ul {
	position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: 48px;
	left: 0;
}

ul#global .global_sub {
background:url(../common_img/global/btn_sub01_bg.gif);
color:#FFFFFF;
padding-left:17px;
font-weight:bold;
width:199px;
}

ul#global li ul li{
	top: 0;
	left: 0;
	background:url(../common_img/global/btn_sub02_bg.gif) ;
	width:190px;
	height:24px;
	text-align:left;
	font-size:10px;
	padding-left:26px;
	padding-top:6px;
}

ul#global li ul {
display: none;
}


/* Styles for Menu Items */
ul#global li a {
	display: block;
	margin-bottom: 0;
	min-height: 0;
	color: #FFFFFF;
	font-weight:normal;
}

/* commented backslash mac hiding hack \*/ 
* html ul#global li a {
	position: relative;
	height: 1%;
}
/* end hack */ 


ul#global li:hover ul {
margin-left: 0;
display: block;
position:absolute;
z-index: 100;
}



 

