.topNavigation * {padding:0; margin:0}
.dropdown {
	float:left;
	padding-right:3px;
	padding-top: 5px;
}
.dropdown dt {
	width:100px;
	font-weight:bold;
	cursor:pointer;
	background:url(images/header.gif);
	text-align:center;
	padding: 4px;
	color: #FFFFFF;
}
.dropdown dt:hover {

}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:178px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	margin-top: 5px;
	color: #000000;
}
.dropdown ul {
	width:174px;
	list-style:none;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EA605A;
	border-right-color: #EA605A;
	border-bottom-color: #EA605A;
	border-left-color: #EA605A;
}
.dropdown li {
	display:inline;
	color: #000000;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#000000;
	text-decoration:none;
	background:#fff;
	width:164px
}
.dropdown a:hover {
	color:#000;
	background-color: #C1E7FF;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EA605A;
}
