<style type = "text/css">
body {
	behavior: url(/common/com/rsr/common/resources/css/csshover.htc); /* WinIE behavior call */
}

div#listmenu ul {
	margin: 0 0 0;/* indents ul from edge of container */
}

.menu {
	position: relative;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: white;
	background-color: #0099FF;
	border-top: 1px solid #069;	/* draws line on top edge of div */
	border-bottom: 1px solid #069;	 /* draws line on bottom edge of div */
}

.menu li {
	position: relative;
	display: inline;
	cursor: pointer;
	font-weight: bold;
	border-left: 1px solid #069; /* creates dividing lines between the li elements */
	padding: 0 6px; /*creates space each side of menu item's text */
}

.menu li a {
	text-decoration: none;
	color: white;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

.menu li a:hover {
	color: black;
}

.menu li:hover {
	background-color: gray;
	color: #F33;
}

.menu li ul {
	position: absolute;
	white-space: nowrap;
	text-align: left;
	list-style: none;
	display: none;
	z-index: 5;
	left: 0%;
	top: 1.15em;
	margin: 0px;
	padding: 0px;
	border: 1px solid gray;
	background-color: #0099FF;
}

.menu li ul li {
	position: relative;
	left: 0px;
	display: list-item;
	cursor: pointer;
}

.menu li ul li {
	position: relative;
	left: 0px;
	cursor: pointer;
	width: 200px;
}

.menu li ul li a {
	display: block;
	margin-left: 3px;
	margin-right: 3px;
}

.menu li:hover>ul {
	display: block;
}
</style>
