#searchResults {
        /*display: block;*/
        /*border-left: 1px solid #373737;
        border-right: 1px solid #373737;
        border-bottom: 1px solid #373737;*/
        position:absolute;
        z-index:400;
		background-color:#332e2f;
		top:37px;
		color:white;
		padding-left:10px;
}
#searchResults ul {
        margin: 0;
        padding: 0;
        list-style: none;
}
#searchResults li{
        display:block;
        clear:both;
		padding-top:5px;
		padding-bottom:5px;
}
#searchResults > li:hover{
	      color:yellow;

}
#quick-search label
{
	color: white;
	font-family: Arial, Helvetica, sans-serif
}
#searchResults a {
        width:134px;
        display: block;
        
        text-decoration: none;
        color: #FFF;
        background-color: #1B1B1C;
        text-align: center;
}
#searchResults a:hover{
        color: #fff;
        background-color: red;
        background-image: none;
}