﻿.dropdown dt
{
	width: 120px;
	color: black;
	border: 2px solid #9ac1c9;
	padding: 8px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer; 
	background: url(../images/dropdown.gif);
}

.dropdown dt:hover
{
	background:url(../images/dropdown_over.gif);
}

.dropdown dd 
{
	position: absolute; 
	overflow: hidden;
	width: 140px;
	margin: 0px;
	display: none;
	background: #eaf0f2; 
	z-index: 200;
}

.dropdown ul 
{
	border: 2px solid #9ac1c9; 
	margin: 0px;
	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: #eaf0f2; 
}

.dropdown dd:hover,
.dropdown a:hover 
{
	background: #d9e1e4; 
	color:#000;
}

.dropdown .underline
{
	border-bottom: 1px solid #b9d6dc;
}


