@charset "utf-8";
/* CSS Document */

h3.dropper {
	background: url(../media/images/find_something.gif) no-repeat;
	height:38px;
}
#pull_down {
	width:164px;
	height:38px;
	z-index:2;
}
#pull_down ul.navigation {
	list-style:none;
	height:38px;
	width:164px;
	display:inline;
	position:absolute;
}
#find_something li {
	float:left;
	display:inline;
	position:relative;
	height:38px;
	width:164px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../media/images/find_something.gif) no-repeat;
}
#find_something li a {
	display:block;
	height:38px;
	color:#FFF;
	text-decoration:none;
	font-weight:700;
	text-align:center;
	padding-top:8px;
}
#find_something li:hover {
	background: url(../media/images/find_something_hover.gif) no-repeat;
}
#find_something ul.ddown {
	position: absolute;
	top: 38px;
	display: none;
	list-style:none;
	z-index:2;
}
#find_something ul.ddown li {
	background: #620513;
	background-image:none;
	border-bottom: solid 1px #45040e;
	border-top:solid 1px #7d0d1d;
	width:200px;
	height:30px;
	font-size:12px;
	text-align:left;
}
#find_something ul.ddown li:hover {
	background-color: #490711;
}
#find_something ul.ddown li a {
	color:#FFF;
	text-align:left;
	margin-left:10px;
}
