.ul_menu {
	padding-left: 8px; 
	margin: 0px; 
	padding-top: 3px; 
	padding-bottom: 5px;
	list-style: none;
	font-size:11px;
}

.ul_li_menu{
	padding-top: 4px; 
	padding-bottom: 4px;
	list-style: none;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	cursor: hand;
	cursor: pointer;
}
.ul_li_menu_no_cursor{
	padding-top: 4px; 
	padding-bottom: 4px;
	list-style: none;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.hiddendiv {
	DISPLAY: none;
}
.visiblediv {
	DISPLAY: block; 
	POSITION: static;
}
.hidesubmenu {
	DISPLAY: none;
}
.a_submenu{
	padding: 0px;
	margin: 0px;
	background:none;
}