.clsMenuBar {
	background-color: #FDDC01;
	border: none;
	border-left: 1px solid #242424;
	border-right: 1px solid #242424;
	border-top: 1px solid #242424;
	border-bottom: thin inset #242424;
	padding-left : 1%;
	color:#242424;
	font-style : normal;
	font-family : Arial;
	font-size : xx-small;
	font-weight : bold;
	
}
.clsMenuBarCell {
	font: bold 8pt arial;
	color:#242424;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	
}

.clsMenu {
	background-color:#FDDC01;
	position: absolute;
	display: none;
	border-color:#242424;
	border:0;
	width:90;
}
.clsMenu2 {
	background-color:#FDDC01;
	position: absolute;
	display: none;
	border-color:#242424;
	border:0;
	width:110;
}
.clsMenuItem {
	background-color:#FDDC01;
	cursor: hand;
	font:normal normal bold;
	font-family: Arial;
	font-weight: bold;
	font-size :xx-small;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
	text-decoration: none;	
	width:100%;
	color:#000000;
	border-left: 1px solid #242424;
	border-right: 1px solid #242424;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
}
