/*
 * jQuery UI Menubar @VERSION
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 */
.ui-menubar {
	list-style: none;
	margin: 0; padding-left: 0;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url("images/ui-bg_loop_25_000000_21x21.png");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

.ui-menubar-item {
	float: left;
	margin-left:2px;
	//background: #444444 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x;
	//border-top-left-radius: 6px !important;
	//border-top-right-radius: 6px !important;
	//border-bottom-left-radius: 6px !important;
	//border-bottom-right-radius: 6px !important;
	background-color: rgba(9, 114, 165, 0.6);
}

.ui-menubar .ui-button {
	float: left;
	/* font-weight: normal; */
	/* border-top-width: 0 !important;
	border-bottom-width: 0 !important; */
	margin: 0;
	outline: none;
}
.ui-menubar .ui-menubar-link {
	/* border-right: 1px solid transparent;
	border-left: 1px solid transparent; */
	
	//border-top-left-radius: 6px !important;
	//border-top-right-radius: 6px !important;
	//border-bottom-left-radius: 6px !important;
	//border-bottom-right-radius: 6px !important;
	text-shadow: 0px 4px 2px black;
	padding-left: 1px;
	padding-right: 1px;
	/* text-shadow: 0px 2px 3px #666; */
	//border: 1px solid #0b93d5;
	/* background: #222222 url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x; */
	
}

.ui-menubar .ui-menu {
	width: 200px;
	position: absolute;
	z-index: 9999;
	font-weight: normal;
}
