ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	border-bottom: 1px solid #ccc;
	}
ul li {
	position: relative;
	z-index: 100;
	}
li ul {
	position: absolute;
	top: 23px;
	display: none;
	background-color: #F5F5F5;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF0000;
	visibility: visible;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #0000FF;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	}
li:hover ul {
	display: block;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

