﻿body 
{
	margin:25px; 
	font-family: "Segoe UI",Calibri,Tahoma, Verdana, Sans-Serif;
	font-size:90%;
}
/** 
{
	padding:0; 
	margin:0;
}*/
.dropdown dt:hover 
{
	background-color:#FF680D;
}
.dropdown dd 
{
	position:absolute;
	/*overflow:hidden;*/
	width:160px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0;
}
.dropdown ul 
{
	/*width:204px; 
	border:2px solid #9ac1c9; 
	list-style:none; 
	border-top:none;*/
}
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited 
{
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	background-color:#FF6E17; 
	width:160px;
}
.dropdown a:hover 
{
	background:#FF6E17; 
	color:#000;
}
.dropdown .underline 
{
	/*border-bottom:1px solid #b9d6dc;*/
}
.dropdown {	
	float:left;
	color:white;
	margin:0px;
/*	padding-right:5px;*/
}
.dropdown dt {
	width:							131px;
	vertical-align: 				middle;
	text-align:						center;
	cursor:							pointer; 
	background-repeat:				repeat-x;
	background-color:				#46a5f5;
	height: 						19px;
	line-height: 18px;
	z-index: 						9999;
	text-transform:					uppercase;
	border-right:					1px solid #76b8f2;
}
.dropdown dt:hover {
	/*background:						url(/images/menu_back_over.gif);
	background-repeat:				repeat-x;*/
	height: 						19px;
	background-color:				#FF6E17;
	/*background-color:				red;*/
}
.dropdown dd {
	position:						absolute; 
	overflow:						hidden;
	width:							153px;/*208px; */
	display:						none; 
	background:						#CCFFFF; 
	z-index:						200; 
	opacity:						0;
	/*border: 1px  solid yellow;*/
}
.dropdown ul {
	width:							160px;
	list-style:						none; 
	border-top:						none;
	z-index: 						3;
	/*border-left:					1px solid #76b8f2;
	border-right: 					1px solid #297ec7;
	border-bottom: 					1px solid #297ec7;*/
}
.dropdown li {
	display:						inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:						block; 
	padding:						2px; 
	color:							white; 
	text-decoration:				none; 
	background:						#fff;
	width:							149px;
	font-size: 90%;
	z-index: 						3;
}
.dropdown a:hover {
	background:						#eaeaea; 
	color:							white;
}
.dropdown .underline {
	border-bottom:					1px solid #b9d6dc;
}