@charset "utf-8";
/* CSS Document */

.ddmenu_popup {
	position: absolute; 
	visibility: hidden; 
	border: 2px dashed orange; 
	background-color: white; 
	width: 240px; 
	padding: 10px; 
	margin-left: 0px; 
	font-family: Arial;
}

.iota_bgrbtn {
	background-image:url(images/iota_btn_bgrcell_off.gif); 
	width:201px; 
	height:23px;
	margin-bottom:5px;
}

.iota_bgrbtn div
{
	padding:3px 0px 0px 25px;
	font-size:11px; font-family:Arial; font-weight:bold;
}

.iota_bgrbtn a:link
{
	width:180px; display:block;
	text-decoration:none;
	color:#000033;
}
.iota_bgrbtn a:visited
{
	text-decoration:none;
	color:#000033;
}
.iota_bgrbtn a:hover
{
	text-decoration:underline; color:#003300;
}