.txt_RegionHeader 
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica,Verdana;
	color:#003366;
}

.txt_RegionDetails
{
	font-size: 11px;
	font-family: Arial, Helvetica,Verdana;
	color:#003366;
	background-color: transparent;
}




.popupmenu td a {
	background-color:#E8EFF4; /*#E8EFF4;*/
	border:1px solid #E8EFF4; /*#E8EFF4;*/
	padding:1px 1px 1px 1px; /*Top Right Bottom Left */
	width: 100%;

	display:block; /* Needed for Mozilla to make <a> tag fill the cell width. Not needed for IE PC or IE Mac, but doesn't hurt them. */
	display:inline-block; /* Safari needs this. And these two lines happily co-exist!?!? */

	
	font-size: 11px;
	font-family: Arial, Helvetica,Verdana;
	color:#003366;
}

.popupmenu td a:hover {
	background-color:#BDDAE9;
	border:1px solid #A3CEE5;	
	padding: 1px 1px 1px 1px; /*Top Right Bottom Left */
	width: 100%;

	font-size: 11px;
	font-family: Arial, Helvetica,Verdana;
	color:#003366;
}

.popupmenu td.MenuItem {
	margin: 0px;
	/*margin-right: 5px;*/

	font-size: 11px;
	font-family: Arial, Helvetica,Verdana;
	color:#003366;
}





.PublicationMenuItemHeader {
	font-weight: bold;
	width: 100%;
	padding: 3px 5px 3px 5px; /*Top Right Bottom Left */
	display:block;
	color: #4B7A98;
	background-color:#D5EBF9;
	/*filter: alpha(opacity=85);*/ /* IE opacity */
	/*opacity: 0.85;*/ /* Other browser opacity */
	text-align: left;
}

.PublicationMenuItem {
	background-color:#FFFFFF; /*#DCE9EF;*/ /*#BDDAE9;*/
	margin: 0px;
	padding: 0px;
	
}

.PublicationMenuItem a {
	background-color:#FFFFFF;/*#BDDAE9;*/ 
	/*border:1px solid #6299B6;*/
	padding:3px 5px 3px 5px; /*Top Right Bottom Left */
	width: 100%; /*Needed for IE to make <a> tag fill the cell width.  */
	display:block; /* Needed for Mozilla to make <a> tag fill the cell width. Not needed for IE PC or IE Mac, but doesn't hurt them. */
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

.PublicationMenuItem a:hover {
	background-color:#DCE9EF;
	padding:3px 5px 3px 5px; /*Top Right Bottom Left */
	width: 100%; /*Needed for IE to make <a> tag fill the cell width.  */
	display:block; /* Needed for Mozilla to make <a> tag fill the cell width. Not needed for IE PC or IE Mac, but doesn't hurt them. */
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
