/*!
 * jQuery UI Autocomplete @VERSION
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete
{
	border: solid 1px #999;
	box-shadow: 0 3px 6px rgba(53, 53, 53, 0.5);
	cursor: pointer;
	position: absolute;
}	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu
{
	background-color: #fefefe;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 4px;
	width: 291px;
}

.ui-menu .ui-menu
{
	margin-top: -3px;
}

.ui-menu .ui-menu-item
{
	clear: left;
	color: #3B649C;
	float: left;
	margin:0;
	padding: 0;
	width: 100%;
	zoom: 1;
}

.ui-menu .ui-menu-item a
{
	color: #3B639C;
	display: block;
	line-height: 1.5;
	padding: 4px 8px;
	text-decoration: none;
	zoom:1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active
{
	background-color: #999;
	color: #FFF;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
