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

	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:24px;
	width:100%;
	/*background-repeat:repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	z-index:100000;
	padding-top:2px;
	padding-left:4px;
	/*background-image:url('../images_dhtmlsuite/menu_strip_bg.jpg'); */
}

.DHTMLSuite_menuBar_sub{
	position:absolute;
	background-color:#E6E6E6;
	/*border:1px solid #CCCCCC;*/
	background-image:url('../images/menu/menu_drop_bkgrnd.gif');	/* Background image for sub menu items */
	background-repeat:repeat-y;*/
	background-position: left center;
	display:inline;
}

