
	.mainMenu {
		font-family: arial, helvetica, san-serif; 
		font-weight: normal; 
		font-size: 11px; 
	}
		
	.mainMenuCell {
		background-color:#ffffcc;
		border-style: solid;
		border-width: 1px;
		color: #6699cc; 
		cursor: auto;
		text-align: center;
		width: 90px;
	}		

	.mainMenuCellActive {
		background-color:#ffffcc;
		border-style: solid;
		border-width: 1px;
		color: #FFB200; 
		cursor: hand;
		text-align: center;
		width: 90px;
	}		


	.mainMenuLeftMargin {
		height: 20px;
		width: 38px;
	}
		
	IFrame.subMenu{
		position:absolute;
		top:0;
		left:0;
		height:66px;
		visibility: hidden;
		width:140px;
		z-index:100;
	}
		
	Div.subMenuHidden{
		position:absolute;
		top:38;
		left:194;
		height:66px;
		width:140px;
		visibility: hidden;
	}

	Div.subMenuVisible{
		position:absolute;
		top:38;
		left:194;
		height:66px;
		width:140px;
	}

	Table.subMenuTable {
		background-color: #ffffff;
		color: #336699;
		font-family: arial, helvetica, san-serif; 
		font-size: 11px; 
		font-weight: normal; 
		left: 0;
		position:absolute;
		top: 0;
		width: 140px;
		visibility: hidden;
	}
		
	.subMenuRow {
		height:22px;
	}
		
	.subMenuCell {
		background-color: #ffffff;
		border-style: solid;
		border-width: 1px;
		cursor: auto;
		text-align: left;
	}		
		
	.subMenuCellActive {
		background-color: #FFB200;
		border-style: outset;
		border-width: 1px;
		cursor: hand;
		text-align: left;
	}		
		

  