/*!
 * jQuery UI Menu 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
	padding:11px 0px;
}
.ui-menu .ui-menu-item {
	margin: 0px 0;
	padding: 0px;
	width: 100%;
}

	
	

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	min-height: 0px; /* support: IE7 */
	height: auto;
	width: auto;
	padding-top: 4px;
	padding-right: 0.4em;
	padding-bottom: 4px;
	padding-left: 0.4em;
	border: 1px solid #FFF;
	border-radius: 11px
}
.ui-menu .ui-menu-item a:hover {
	height: auto;
	width: auto;
	border-radius: 10px;
	border: 1px solid #CFCFCF;
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	color: #ce0000;

}

.ui-menu .ui-state-disabled {
	margin: .4em 0 .2em;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}
