.ul_menu {
	width: 130px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.li_menu, .li_menu a, .li_menu a:hover {
	width: 130px;
	height: 25px;
	display: block;
}

.li_menu a {
	font: 11px Arial, Verdana;
	color: #fff;
	font-weight: bold;
	background-image: url(../imgs/menuitem1.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.li_menu a:hover {
	font: 11px Arial, Verdana;
	color: #fff;
	font-weight: bold;
	background-image: url(../imgs/menuitem1_over.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}

.pos {
	position: relative;
	top: 5px;
	left: 18px;
}