
#menu ul {
	list-style-type: none;
	font-size:1px;
}

#menu ul li {
	display:block;
	width:180px;
	height:37px;
	font-size:1px;
	background-image: url(../im/menu_bg_middle.jpg); 
	background-repeat: no-repeat; 
	background-position: top center;
}


#menu li.menu_first {
	padding: 1px 0px 0px 0px;
	background-image: url(../im/menu_bg_first.jpg); 
	background-repeat: no-repeat; 
	background-position: top center;
}

#menu li.menu_last {
	background-image: url(../im/menu_bg_last.jpg); 
	background-repeat: no-repeat; 
	background-position: top center;
}

#menu li a {
	text-decoration: none;
	font-size:1px;
}
#menu li a span {
	display:none;
	font-size:1px;
}

#menu a.menuimgbg  {
	display:block;
	color:#FFFFFF;
	width:180px;
	height:37px;
	cursor:pointer;
	background-position: center;
	background-repeat: no-repeat;
}

