#menu_items{
	float:right;
	width:130px;
	border-bottom-style:width;
	text-align:center;
	padding:0 2px 0 2px;
}
#menu_items #head{
	background-image:url(../images/menu_head.gif);
	background-repeat:no-repeat;
	display:block;
	height:90px;
}
#menu_items #foot{
	background-image:url(../images/menu_foot.gif);
	background-repeat:no-repeat;
	display:block;
	height:30px;
	margin:0;
}
#menu_items ul{
	list-style:none;
	width:100%;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-y;
	margin:0 0 0 1px;
	padding: 5px 0 5px 0;
}

#menu_items ul li{
	width:133px;
	margin:4px 0 8px 0;
	background-image:url(../images/menu_item.gif);
	background-repeat:no-repeat;
	padding: 5px 0px 2px 0px;
	margin:4px 0 0px 0;
	color:#FFF;
	font-weight: bold;
	height:20px;
}
#menu_items ul  li a{
	display:block;	
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-family: arial;
	font-size: 11pt;
}
#menu_items ul li ul{
	margin-top: 10px;
	background-image:none;
}
#menu_items ul li ul li{
	background-image: none;
	margin:0px 0 0px 0;
	padding:0;
}
#menu_items ul  li  ul li a{
	display:block;
	height:20px;
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
