#header .menu .links .dropdown,
#header .menu .links .dropdown ul,
#header .menu .links .dropdown li,
#header .menu .links .dropdown dd,
#header .menu .links .dropdown dt {padding:0; margin:0;}
#header .menu .links .dropdown {padding:0; z-index:1000;}
#header .menu .links .dropdown dt {
	border:0px;
	display: block;
	height: 63px;
	text-align: center;
	color: #fff;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	background-color: #583737;
	padding: 40px 0 0 0;
	cursor: pointer;
	text-align: center;
}
#header .menu .links .dropdown dt:hover {background-color: #6f4f4f;}
#header .menu .links .dropdown dd {position:absolute; overflow:hidden; width:160px; display:none; z-index:1100; opacity:0;}
#header .menu .links .dropdown ul {width:160px; border:0px; list-style:none; border-top:none; padding:0; background:#583737;}
#header .menu .links .dropdown li {display:inline;}
#header .menu .links .dropdown a,
#header .menu .links .dropdown a:active,
#header .menu .links .dropdown a:visited {
	font-family:"Trebuchet MS", Arial;
	display:block;
	text-decoration:none;
	background-color:#583737;
	text-align:center;
	height: auto;
	padding: 10px 0 10px 0;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	border-top: 1px solid #6f4f4f;}
#header .menu .links .dropdown a:hover {color:#FFFFFF; background-color:#6f4f4f; height:auto; padding:10px 0 10px 0;}
#header .menu .links .dropdown .underline {border-bottom:0px}

