/* Optionally define a fixed width for menus  */
.ui-menu {
	border: 1px solid #008;
	margin: 3px;
	padding: 5px;
	width: 220px;
	background-color: #444951;
	color: white;
}
/* Allow to use <kbd> elements inside the title to define shortcut hints.  */
.ui-menu kbd {
	padding-left: 1em;
	float: right;
}

/* Define a custom icon  */
.ui-icon.custom-icon-firefox {
	background-image: url(application_firefox.gif);
	background-position: 0 0;
}
