.menulist, .menulist ul {
	margin: 0;
	padding: 0px;
	width: 140px;
	list-style: none;
	color: #FFFFFF;
}

.menulist ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 141px;
	width: 140px;
	color: #FFFFFF;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.menulist li {
	position: relative;
	background: #BD1A8D;
	margin-bottom: 0px;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.menulist a {
	display: block;
	padding: 4px 6px 4px 6px;
	color: #FFFFFF;
	/*text-transform: capitalize;*/
	text-decoration: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}


.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFFFFF;
	background-color: #000000;
}

.menulist a.highlighted {
	color: #FFFFFF;
	background-color: #000000;
}


.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */
