/************************************************************************************************************

	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:21px;
	font-family: Verdana, sans-serif;
	font-size:11px;
	z-index:100000;
	padding-left:0px;
	padding-right:0px;
	/*background-image:url('../images_dhtmlsuite/menu_strip_bg.gif');
	background-repeat:repeat-x;*/
	float:right;
	border-collapse: collapse;
}



.DHTMLSuite_menuBar_sub{
	position:absolute;
	background-color:#E7E7E7;
	border:0px solid #FFFFFF;
	border-bottom:1px solid #BCBCBC;
	/*
	Background image for sub menu items
	background-image:url('../images_dhtmlsuite/menu-bar-gradient.jpg');
	background-repeat:repeat-y;
	background-position: left center;
	*/
	display:inline;
	font-size:11px;
}
.DHTMLSuite_menuBar_sub A{
		color: #333333;
		text-decoration:none;
}







