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

	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:20px;
	width: 570px;
	background-repeat:repeat-x;
	font-family: Tahoma;
	font-size:10px;
	font-weight: 700;
	z-index:100000;
	/*border:1px solid #FEE737;*/
	padding-left:10px;
	/*background-image:url('im/menu_strip_bg.jpg');*/
}

.DHTMLSuite_menuBar_sub{
	position:absolute;
	background-color: #CCCCCC;
	display:inline;
	color: #FFFFFF;
}

