﻿/************************************************************************************************************
	DHTML Suite for Applications
	(C) www.dhtmlgoodies.com, August 2006
	CSS for the Custom_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
************************************************************************************************************/

.Custom_menuBar_top{	/* 　ﾄｯﾌﾟﾊﾞｰ　The bar that is parent of the menu strip */
	height:40px;
	width:100%;
	font-family: "Osaka","sans-serif";
	font-size:12px;
	background-repeat:repeat-x;
	z-index:100000;
	padding-left:0px;
	background-image:none;   /*　　ﾄｯﾌﾟﾊﾞｰ背景画像　　　*/  
}

.Custom_menuBar_sub{
	position:absolute;
	background-color:#FFFFCC;
	border:1px solid #00BDB4;
	background-image:none;	/* 　ﾌﾟﾙﾀﾞｳﾝﾒﾆｭｰ左ﾊﾞｰ背景画像　Background image for sub menu items */
	background-repeat:repeat-y;
	background-position: left center;
	display:inline;
	font-family: "Osaka","sans-serif";
	font-size:12px;

}


