

body 		{ font:80%/120% tahoma,sans-serif; margin-top: 2px; margin-left: 2px;  margin-right: 2px;  }
form 		{ margin: 0;  padding: 0;  display: inline; }
input 		{ font:100%/130% tahoma,sans-serif; }
select 		{ font:100%/130% tahoma,sans-serif; }
textarea 	{ font:105%/130% tahoma,sans-serif; } 
img 		{ border: 0px none; }
td 			{ font:100%/120% tahoma,sans-serif; }
br 			{ clear: both; }
big			{ font:120%/140% tahoma,sans-serif; }
pre 		{ font:100%/130% tahoma,sans-serif; }
a			{ color:#2c6ed5;  text-decoration:none; }
a:link 		{  }
a:visited 	{  }
a:active 	{ color:#6d93e0 }
a:hover 	{ color:#6d93e0; text-decoration:underline }
.DI	{ position: relative; float:left; background:#eff4ff; border:1px solid #CECFCE; padding: 4px; margin: 7px; }
.AR { position: relative; left: 274px; top: 19px; color:#FFA07A; cursor: pointer; z-index: 10; text-decoration:none; margin: 0; padding: 0; }


#BGR ul {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
	}

#BGR ul li {
	position: relative;
	z-index: 10;
	}
	
#BGR li ul {
	position: absolute;
	left: 0px; 
	top: 12px;
	display: none;
	width: 180px;
	}
	
#BGR ul ul li {
	display: block;
	text-decoration: none;
	color: #5D5A5A;
	background: #fff;
	padding: 5px 8px 5px 8px;
	border: 1px solid #C0C0C0; 
	border-bottom:0;	
	text-align:left;
	}
	
#BGR ul ul {
	border-bottom: 1px solid #C0C0C0;
	}

#BGR ul ul li:hover { background: #fff; }

#BGR li:hover ul { display: block; }