@charset "utf-8";
/* CSS Document */

#popupMenu {
	visibility:hidden;
	position:absolute;
	z-index:10;
	top:5px;
	left:5px;
	float:left;
	width: 270px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-transform: uppercase;
}

.selectionsChild { 
	float:left;
	width:270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	position:relative;
	z-index:10;
	}

.selectionsChild a{

	display:block;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
		position:relative;
	z-index:10;

}

.selectionsChild a:visited{

	display:block;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.selectionsChild a:hover{
	display:block;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
	}
	
.selectionsChild a:active{

	display:block;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;

}
