
.clsMenuBar {
	border:0;	
}


.clsMenuBarCell {
	cursor: hand;
	height: 22px;
	width: 95px;
	color:#013C89;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	float:left;
	background: url(Images/Menu_bar.gif) no-repeat right top;
	overflow: visible; /* fix for long non-text content breaking IE sidebar float */
}



.clsMenu {
	background-color:#9FD1FF;
	Filter: alpha(opacity=92,enabled=1);
	position: absolute;
	display: none;
	border-color:#77aadd;
	border:1 solid #013C89;
	border-top: 0px;
	width: 146px;
}

.clsMenuItem {
	background-color:#9FD1FF;
	color:#013C89;
	cursor: hand;
	font-family: Arial;
	font-size: 9pt;
	line-height: 14px;
	height: 18px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	text-decoration: none;	
	width:138px;
}



