.rightCol  .menuBar{
	float:right;
}

.menuBar{	
	overflow:hidden;
	
	height:36px;
	
	font-family:Helvetica;
	font-weight:bold;
	font-size:0.9 em;
	position:relative;
	top: 5px;
	margin-left: 5px;

}
.menuBar table{
	border-collapse:collapse;
	width:98.5%;	
	text-align:center;
	cursor: pointer; /* added for touch screen device issue using onmousover events inline  */
}
.menuBar table tr td{
	margin:0px;
	padding:0px;
	border:0px;	
}

.menuBar table tr td  a img{
	border:none;
}

/*
.menuBar table tr td  a:link {
	cursor: pointer;
}

.menuBar table tr td  a:visited {}
.menuBar table tr td  a:hover {cursor: pointer;}
.menuBar table tr td  a:active {}


.menuBar table tr td .more_space{
	margin-left:10px;
	margin-right:10px;
}
*/
.menuBar table tr td div form input{
	width:100px; 
	border:none; 
	background:transparent; 
	height:16px;
	font-size:0.7em;
}


	
