/* CSS Document */
.SubMenuTab { 
	border-top: solid #999999 1px;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	background-color:#CCCCCC;
	width: 130px;
	height: 20px;
	text-align: center;
	cursor: hand;
}
.MenuTab {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color:#000000;
	border-bottom: solid #FFFFFF 1px;
	background-color:#CCCCCC;
	width: 130px;
	height: 20px;
	text-align: center;
	cursor: hand;
}
.MenuOver{
	color:#FFCC00;
	background-color:#FFFFFF;
}
.SubMenu {
	 visibility:hidden;
	 position: absolute;
	 z-index:1;
	 border-bottom: solid #999999 1px;
}
.MainMenu {
	width: 130px;
}
.DisabledMenuTab {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color:#FFCC00;
	background-color:#666666;
	border-bottom: solid #FFFFFF 1px;
	width: 130px;
	height: 20px;
	text-align: center;
	font-weight: bold;
}
.SubOnMainBar {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	background-color:#FFCC33;
	border-bottom: solid #FFFFFF 1px;
	width: 130px;
	height: 18px;
	text-align: center;
	cursor: hand;
}
.SubOnMainBarOver {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	background-color:#FFFC79;
	border-bottom: solid #FFFFFF 1px;
	width: 130px;
	height: 18px;
	text-align: center;
	cursor: hand;
}
