
.TCS_MENU_CONTAINER {
				font-family: Tahoma, Verdana, Arial;
				font-size: 10pt;
				
				color: #333333;
				background-color: #eda05c;
				height: 20px;
				
				border-top: 5px solid #80B5D7;
				border-bottom: 1px solid #cccccc;
				
				position: relative;
				top: 0px;
				left: 0px;
			  }
			  
.TCS_MENUBAR1 {
				font-family: Tahoma, Verdana, Arial;
				font-size: 8pt;
				
				color: #ffffff;
				background-color: none;
				height: 20px;		
				padding-top: 6px;		
				
				position: relative;
				top: 0px;
				left: 0px;
				
				border-left: 1px solid #F1F3F5; 
				border-top: 1px solid #F1F3F5; 
				border-right: 1px solid #eda05c;
				border-bottom: 1px solid #eda05c; 
				
				cursor: hand;
			  }
			  
.TCS_MENUBAR_HOVER1 {
				font-family: Tahoma, Verdana, Arial;
				font-size: 8pt;
				
				color: #ffffff;
				background-color: #eda05c;
				height: 20px;
				padding-top: 6px;
				
				position: relative;
				top: 0px;
				left: 0px;
				
				border-left: 1px solid #F1F3F5; 
				border-top: 1px solid #F1F3F5; 
				border-right: 1px solid #eda05c;
				border-bottom: 1px solid #eda05c; 
				
				cursor: hand;
			  }	 
			  
.TCS_MENU1 {
				font-family: Tahoma, Verdana, Arial;
				font-size: 8pt;
				
				color: #ffffff;
				background-color: #eda05c;
				position: absolute;
				width: 200px;

				z-index: 100000; 
				visibility: hidden;  
				cursor: hand; 
				padding: 1px;
				
				border-left: 1px solid #eda05c; 
				border-top: 1px solid #ffffff; 
				border-right: 1px solid #eda05c;
				border-bottom: 1px solid #eda05c;
				
				cursor: hand;
			  }
			  
.TCS_MENU_ITEM1 {
				font-family: Tahoma, Verdana, Arial;
				font-size: 8pt;
				
				color: #ffffff;
				background-color: #e98a35;
				
				z-index: 100000; 
				height: 20px;
				position: relative;
				top: 0px;
				left: 0px;
				
				padding-top: 4px;
				border-left: 1px solid #e98a35; 
				border-top: 1px solid #e98a35; 
				border-right: 1px solid #e98a35;
				border-bottom: 1px solid #ffffff;
				
				cursor: hand;
			  }	
			  
.TCS_MENU_ITEM_HOVER1 {
				font-family: Tahoma, Verdana, Arial;
				font-size: 8pt;
				
				color: #ffffff;
				background-color: #eda05c;
				
				z-index: 100000; 
				height: 20px;
				position: relative;
				top: 0px;
				left: 0px;
				
				padding-top: 4px;
				border-left: 1px solid #eda05c; 
				border-top: 1px solid #eda05c; 
				border-right: 1px solid #eda05c;
				border-bottom: 1px solid #ffffff;
				
				cursor: hand;
			  }		
			  
.TCS_MENU_IMG1 {
				background-color: #000000;
				
				z-index: 100000; 
				height: 20px;
				position: relative;
				top: 0px;
				left: 0px;
				
				width: 25px;
				
				cursor: hand;
			  }	
			  
.TCS_MENU_TITLE1 {
				font-family: Tahoma, Verdana, Arial;
				font-size: 8pt;
				
				color: #333333;
				background-color: #e67817;
				
				z-index: 100000; 
				height: 20px;
				position: relative;
				top: -20px;
				left: 0px;
				
				padding-top: 4px;
				border-left: 1px solid #F1F3F5; 
				border-top: 1px solid #F1F3F5; 
				border-right: 1px solid #F1F3F5; 
				border-bottom: 1px solid #F1F3F5;
				
				cursor: hand;
			  }	
			  
			  
			   
