﻿@charset "UTF-8";
/* CSS Document */

.dropdown {
	float: left;
	width: 148px;
	height: 25px;
	line-height: 25px;
	position: relative;
	font-size: 12px;
}
.dropdown dt a {
	color:#333333;
}
.dropdown dt a:hover {
	color: #0000CC;
}
.dropdown dt {
	width: 148px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #9ac1c9;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	background: url(../images/header.gif);
	text-align: left;
	text-indent: 20px;
	text-transform: uppercase;
}
.dropdown .upperdd {
	border-bottom: none;
}
.dropdown dt:hover {
	background: url(../images/header_over.gif) repeat-x;
	color:#0000CC;
}
.dropdown dd {
	position: absolute;
	top:0;
	overflow: hidden;
	width: 148px;
	height: 25px;
	line-height: 25px;
	display: none;
	background-color: #ffffff;
	opacity: 0;
}
.dropdown ul {
	width: 146px;
	border: 1px solid #9ac1c9;
	list-style: none;
}
.dropdown li {
	display: block;
	height: 25px;
	line-height: 24px;
	background-color: #eaf0f2;
	text-indent: 10px;
}
.dropdown li a:hover {
	display: block;
	background-color: #d9e1e4;
	color: #0000CC;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	color: #333333;
	text-decoration: none;
}
.dropdown .underline {
	border-bottom: 1px solid #b9d6dc;
}

