/************************************************************************************************************

	DHTML Suite for Applications
	(C) www.dhtmlgoodies.com, August 2006

	CSS for the DHTMLsuite_tableWidget class.
	
	Terms of use:
	Look at the terms of use at http://www.dhtmlgoodies.com/index.html?page=termsOfUse
	
	Thank you!
	
	www.dhtmlgoodies.com
	Alf Magne Kalleland

************************************************************************************************************/

.DHTMLSuite_menuBar_top{	/* The bar that is parent of the menu strip */
	height:25px;
	background-repeat:repeat-x;
	font-family: Arial;
	font-size:12px;
	z-index:100000;
	padding-left:10px;
	background-image:url('menu_strip_bg.jpg');
}

.DHTMLSuite_menuBar_sub{
	position:absolute;
	background-color:#FFF;
	border:1px solid #000;
background-image:url('menu-bar-gradient.jpg'); /* Background image for sub menu items */
	background-repeat:repeat-y;
	background-position: left center;

}

#menuBarContainer{
	background-image:url('left-bg-menustrip.png');
	background-repeat:no-repeat;
	padding-left:5px;
	position:relative;
	padding-right:0px;

}
#menuBarContainer #innerDiv{
	background-repeat:repeat-x;		
}
#menuBarContainer #rightDiv{
	background-image:url('right-bg-menustrip.png');
	background-repeat:no-repeat;
	background-position:top right;
	height:15px;
	width:20px;
	position:absolute;
	right:0px;
	top:0px;
}