
.clsMenuBar {
	background-color:#6396C0;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
	border:0;		
	width:100%;
}

.clsMenuBarCell {
	background-color:#6396C0;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
	color:white;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	text-decoration:none;
	cursor: hand;
}

.clsMenuBarCellHilite  
{
	background-color:lightsteelblue;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
	color:black;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	text-decoration:none;
	cursor: hand;
}

.clsMenu {
	background-color:lightsteelblue;
	position: absolute;
	display: none;
	border-color:#77aadd;
	border:1 solid black;	
	color:black;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	z-index:1;	
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
}

.clsMenuItem {
	background-color:lightsteelblue;
	cursor: hand;
	width:100%;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
	color:black;
	text-decoration:none;
	cursor: hand;
	display:block;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;		
	width:100%;
}

.clsMenuItemHilite {
	background-color:#6396C0;
	cursor: hand;
	width:100%;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
	color:black;
	text-decoration:none;
	cursor: hand;
	display:block;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;		
	width:100%;
}

.clsMenuBarCell a:link, .clsMenuBarCell a:visited, .clsMenuBarCell a:active,
.clsMenuBarCellHilite a:link, .clsMenuBarCellHilite a:visited, .clsMenuBarCellHilite a:active 
{
	color:white; 
	text-decoration:none; 
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
}
.clsMenuBarCell a:hover, .clsMenuBarCellHilite a:hover 
{
	color:black; 
	text-decoration:none; 
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
}

.clsMenuItem a:link, .clsMenuItem a:visited, .clsMenuItem a:active, 
.clsMenuItemHilite a:link, .clsMenuItemHilite a:visited, .clsMenuItemHilite a:active
{
	color:black; 
	text-decoration:none; 
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
}
.clsMenuItem a:hover, .clsMenuItemHilite a:hover 
{
	color:white; 
	text-decoration:none; 
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
}


