._pContextBar {
	background-color: #eeeee6;
	width: 100%;
	height: 20px; 
	border-bottom: 2px solid #c6c3b9;
	z-index: 1000;
}

._pContextBar td,
._pContextMenuDropDown td {
	white-space:nowrap;
	cursor: pointer;
}

._pContextBarItem,
._pContextBarItemHover,
._pContextBarItemActive,
._pContextBarItemDisabled {
	float: left;
	padding : 0;
	background-color: #eeeee6;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-spacing: 0;
	height: 20px;
	cursor: pointer;
	position: relative;
	z-index: 900;
}

._pContextBarItem td+td span {
	margin-left: 5px;
	margin-right: 5px;
}

._pContextItemArrow {
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.scbi_active_3,
.scbi_active_1,
.scbi_hover_3,
.scbi_hover_1,
.scbi_normal_3,
.scbi_normal_1 {
	width: 5px;
}

/* Hover */
td.scbi_hover_1 {
	background-image: url('images/left_button.png');
	background-repeat: no-repeat;
	background-position: top right;
}

td.scbi_hover_2 {
	background-image: url('images/bg_button.png');
	background-repeat: repeat-x;
}

td.scbi_hover_3 {
	background-image: url('images/right_button.png');
	background-repeat: no-repeat;
	background-position: top left;
}
	
/* Active */
.scbi_active_1 {
	background-image: url('images/left_active_button.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.scbi_active_2 {
	background-image: url('images/bg_active_button.png');
	background-repeat: repeat-x;
}

.scbi_active_3 {
	background-image: url('images/right_active_button.png');
	background-repeat: no-repeat;
	background-position: top left;
}

/* DROPDOWN */
._pContextMenuSubmenu {
	position : relative;
	z-index : 1000;
}

._pContextMenuDropDown {
	border: 1px solid #8d8d89;
	z-index: 1000;
	background-color: #eeeee6;
	top : -10px;
	left : 2px;
	position : absolute;
}

._pContextMenuMainDiv {
	position: absolute;
	z-index: 1000;
}

._pContextMenuDropDownParent {
	position: relative;
	top: -20px;
	z-index: 1000;
}

._pContextMenuDropDown span {
	margin: 0 5px;
	display: block;
}

._pContextMenuDropDown table {
	border-spacing: 0;
	width: 100%;
}

._pContextMenuDropDown td {
	background-image: url('') !important;
	background-color: #f9f9f0;
	height: 21px;
	color: #000;
}

td.scmi_hover {
	background-image: url('images/menu_hover.png') !important;
	color: #fff;
}


._pContextBarItemDisabled,
._pContextBarItemDisabled td {
	cursor: default !important;	
	color: #9AA69A;
}

._pContextItemDisabled,
._pContextItemDisabled td	{
	color: #9AA69A;
	cursor: default;
}

._pContextItemDisabled img {
	filter	:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity:0.6;
	opacity	: 0.6;
}


