div.MyDropDowns ul.firstlevel, div.MyDropDowns ul.firstlevel ul {
	background: white;
	list-style-type: none;
	margin: 0;
	padding:0;
	text-align:left;
	cursor:pointer;
	background: #fff;
	position:relative;
}

div.MyDropDowns a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
	display: block;
	text-decoration: none;
	padding: 0.25em 0.1em;
}

div.MyDropDowns a:hover {
	color:#000;
}

div.MyDropDowns ul.firstlevel li {
	background-image:url(../images/pm_menu_arrow.gif);
	background-position: 96% center;
	background-repeat: no-repeat;
	border: 1px solid #666699;
	color:#000;
	padding:0.1em 0.2em;
	font-size:1em;
	line-height:16px;
}

div.MyDropDowns ul.firstlevel li ul {
	text-align:left;
	position: absolute;
	left: 0em;
	height: auto;
	width: 19.6em;
	padding: 0em 0em 0em 0em;
	font-weight: normal;
	margin-top:0.05em;
	//margin-top: 1.2em;/*for IE*/
	//margin-left: -4px;
	border:1px solid #aaa;
	background: #fff;
}

div.MyDropDowns ul.firstlevel li li {
	background:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	padding: 0.1em 0em 0.1em 0em;
	width: 100%;
	color: #000;
	font-weight:normal;
	border:0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

div.MyDropDowns ul.firstlevel li li div {
	padding: 0 0.2em;
}


div.MyDropDowns ul.firstlevel li:hover, div.MyDropDowns ul.firstlevel li.prevhover {
	/*background: #f0901c;
	color: #fff;*/
	cursor:pointer;
}

div.MyDropDowns ul.firstlevel li li:hover, div.MyDropDowns ul.firstlevel li li.prevhover {
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	background: #0a246a;
	color:#fff;
}

div.MyDropDowns div.name {
        display:block; float:left; width:17em;
}

div.MyDropDowns img.remove {
        float:right; padding:0; margin:1px 2px 0;
}

div.MyDropDowns li.active {
        font-weight:bold !important; background:#0a246a !important; color:#fff !important;
}

div.MyCustomRegions {
	float:left; margin:0 0 0 5px; width:11em; display:none;
}


/* Override just a few styles for the dropdown used in the search bar. */
div.SearchType {
	float: left;
	margin: 0 0 0 5px;
	width: 255px;
	display: block;
}
div.SearchType ul.firstlevel {
	/* Hack to keep IE from cutting off the top border of the dropdown. */
	padding-top: 1px;
	/* Hack to workaround the IE Z-Index bug. */
	z-index: 5001;
}
div.SearchType ul.firstlevel li {
	border: 1px solid #aaa;
	background-position: 98% center;
	color: #313131;
	font-size: 8pt;
}
div.SearchType ul.firstlevel li ul {
	width: 253px;
	border: 1px solid #aaa;
}
div.SearchType ul.firstlevel li li {
	font-size: 8pt;
	color: #5a5a5a;
}
div.SearchType ul.secondlevel {
	display: none;
	z-index: 5001;
}
div.SearchType .searchType {
	color: #5a5a5a;
}

