
/* Menu */
.ContainerDiv {
  position:relative;
  z-index: 1000;
  width: 100%;
}

#popup {
	width: 300px;
	height: 200px;
	padding: 0px;
	border: 0px;
	position: absolute;
	background-color: transparent;
}

#popup iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width: 100%;/*must have for any big value*/
	height: 100%;/*must have for any big value*/;
}

td.menubar {
  width: 25%;
	border:1px solid #E2EBED;	
}

.menubar a {
	color:#7190d3;
	display:block;
  white-space: nowrap;
	text-decoration:none;
	padding-top: 2px;	
	padding-bottom: 4px;	
	padding-left: 5px;	
	padding-right: 10px;	
}

.menubar a:hover {
	background-color:#7190d3;
	color:#E2EBED;
	text-decoration:none;
}

table.options {
	border:1px solid #7190d3;
	margin:0px;
	padding:0px;
}

td.options {
	background-color:#E2EBED;
}

td.options a {
	display:block;
  white-space: nowrap;
	color:#7190d3;
	text-decoration:none;
	background-color:transparent;
}

td.options a:hover {
	background-color:#7190d3;
	color:#E2EBED;
}