#searchBar {
            max-width: 300px;
        }
        #searchResults {
            display: none;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            position: absolute;
            z-index: 1000;
            width: 100%;
            margin-top:50px;
            color:lime
        }
        .resultItem {
            padding: 10px;
            cursor: pointer;
            border-bottom: 1px solid #ddd;
        }
        .resultItem:last-child {
            border-bottom: none;
        }
        .resultItem:hover {
            background-color: #f9f9f9;
        }
                .a{
text-decoration:none;	
	}
	.a:hover{
		color:#976;
		}