.menu_bar {
	background-image: url(./images/barremenu.png);
	background-repeat: no-repeat;
	background-position: -3px 0px; 
	background-color: transparent;
	/*margin-left: -32px;*/
	/*margin-right: -32px;*/
	margin-bottom: 1px;
	margin-top:3px;
	padding: 0;
	padding-right:40px;
	padding-left:40px;
	height: 23px;
}

.menu_submenu {
	color: #999999;
	cursor: pointer;
	background-color: #007BB6;
	padding: 2px;
}

.menu_bar .menu_submenu {
	padding-left: 22px;
}

.menu_item, .menu_disabled {
	background-color: transparent;
	border-right-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: white;
	vertical-align: middle;
}

.menu_disabled {
	cursor: default;
}

.menu_hover {
	cursor: pointer;
	background-color: #007BB6;
	border: white 1px solid;
	padding-right: 4px;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
}

.menu_selected {
	border-right: #999999 1px solid;
	padding-right: 4px;
	border-top: #999999 1px solid;
	padding-left: 4px;
	padding-bottom: 1px;
	border-left: #999999 1px solid;
	padding-top: 1px;
	border-bottom: #999999 1px solid;
	background-color: white; 
}

.menu_separator {
	width: 1px;
	height: 1px;
	background-color: white;
	margin: 2px;
}
