.menu1{
	margin-left:0px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	background-color: #666666;
	font-family: Verdana;
	font-size: 8pt;
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 150px;
	text-transform: uppercase;
}

.menu1 	a:hover {
	background-color: #FF0099;

};

.submenu{
	display: block;
	height: 19px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 10px;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	width: 150px;
	text-transform: uppercase;
	border: 1px solid #666666;
	text-decoration: none;
}

.submenu a:hover {
	background-color: #FF0099;
	color: #000000;
	
};


.hide{
display: none;
}

.show{
display: block;
}
.dataInput {
	font-family: verdana;
	font-size: 10px;
	padding: 0px;
	margin: 0px;

}
