

			.tab {
				cursor: pointer;
				float: left;
				
				width: 165px;
				height: 24px;
				line-height: 24px;
				color: white;
text-decoration: bold;
				text-align: center;
				margin: 0px 4px;
				background-image: url(/left_hover.jpg);
			}
			
			.hover, .active {
				background-image: url(/left_active.jpg);
			}
			
			.tabsContentOuter {
				width: 550px;
				height: 670px;
				border: 1px solid #68660B;
				clear: both;

			padding-top: 4px;
padding-left: 4px;	
			}
			
			#tabsContent {
				
			}