
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	width: 133px;
	list-style: none;
	font: bold 9px verdana;
}
.menulist ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 131px;
}
.menulist li {
	position: relative;
	border: 1px solid #DFE2FF;
	background: white;
	margin-bottom: -1px;
}
.menulist ul li{
	width: 202px;
}
.menulist ul ul{
	left: 200px;
}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}
.menulist a {
	display: block;
	padding: 3px;
	color: #759bad;
	text-decoration: none;
	padding-left:16px;
	background-image:url('/mjRS/1/static/newMenu/bullet.gif');
	background-repeat:no-repeat;
	background-position:3px 4px;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	background-color: #c6f7c6;
	color: #759bad;
}
.menulist a.highlighted {
	color: #759bad;
	background-color: #E0FAE0;
}
.menulist a .subind {
 float: right;
}
/*
 HACKS: IE/Win:
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */