@charset "UTF-8";
/* CSS Document */
* {padding:0; margin:0}
.dropdown {
	float:left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.dropdown dt {
	cursor:pointer;
	margin:0px;
	padding:0px;
}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:240px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {
	width:205px;
	list-style:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #EDEDED;
}
.dropdown li {display:inline}
.dropdown li a {
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	background-color: #EDEDED;
	width: 240px
}
.dropdown li a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#fff; width:194px}
.dropdown li a:hover {
	color:#000;
	background-color: #E4EDF0;
}
.dropdown li a:active {display:block; padding:5px; color:#333; text-decoration:none; background:#fff; width:240px}
.dropdown .underline {border-bottom:1px solid #FFFFFF}
