@CHARSET "utf-8";

.starlight {
	margin-bottom: 0.1em;
	background-repeat: repeat-x;
}

.starlight ul {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0;
	LIST-STYLE-TYPE: none;
}

.starlight ul li {
	display: inline;
}

.starlight ul li a {
	color: black;
	padding: 0px 7px 0px 0px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #55BEFD;
	font-size: 14px;
}

.starlight ul li a.end {
	border: 0;
}

.starlight ul li a:hover {
	color: blue;
	text-decoration: none;
}

.dropmenudiv {
	position: absolute;
	top: 0;
	padding: 2px 2px 2px 2px;
	border: 2px solid #ffff8a;
	background-color: #ffffcc;
	font: normal 12px Verdana;
	z-index: 100;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a {
	width: 100%;
	display: block;
	padding: 1px 1px 1px 1px;
	text-indent: 0px;
	border-bottom: 2px solid #ffff8a;
	text-decoration: none;
	color: black;
	line-height: 22px;
}

.dropmenudiv a.end {
	border-bottom:0;
}

.dropmenudiv a.group {
	border-bottom:1px green solid;
}

.dropmenudiv a:hover {
	background-color: aquamarine;
}