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

	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{	
	height:26px;
	width:100%;
	background-color:#32448B;
	background-repeat:repeat-x;
	font-family: Arial;
	font-weight: bold;
	font-size:12px;
	z-index:100000;
	padding-left:10px;
}
**/

#AdultMenuContainer {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 21px;
	background-color:#21AA5A;
	background-image:url('../images/white_block.png');
	background-repeat:no-repeat;
	visibility: visible;
	vertical-algin: middle;
}

.DHTMLSuite_menuBar_top{
	margin: 0px;
	width:100%;
	font-family: Arial;
	font-weight: bold;
	font-size:12px;
	z-index:100000;
	padding-left:0px;
}

.DHTMLSuite_menuBar_sub{
	position:absolute;
	background-color:#21AA5A;
	border:1px solid #000;
	padding:5px;
	background-repeat:repeat-y;
	background-position: left center;
	display:inline;
}

