
		#mapsmain {
			display: block;
			background-color: #f5f5f5;
		}
				
		#map_rightcol {
			width: 100px;
			float: left;
			border-left: 1px solid #e6e6e6;
			margin-top: 15px;
		}
		
		#map_rightcol_cont {
			width: 50px;
			padding-left: 20px;
		}

		#map_tabs {
			width: 730px;
			height: 31px;
			margin-bottom: 10px;
			border-bottom: 1px solid #424242;
		}
		
		#maps_tabs ul {
			margin: 0px;
			padding: 0px;
			width: 720px;
		}
		
		#map_tabs li {
				margin: 0; 
				padding: 0;
				display: inline;
				list-style-type: none;
			}
	
		#map_tabs a:link, #map_tabs a:visited	{
			float: left;
			background: #fafafa;
			font-size: 11px;
			line-height: 14px;
			padding: 8px 15px 8px 15px;
			margin-right: 8px;
			background: url(img/maptab_bg.png) repeat-x;
			color: #000000;
			border: 1px solid #424242;
		}

		#map_tabs a:link.active, #map_tabs a:visited.active	{
				text-decoration: none;
				color: #173c58;
				font-weight: bold;
				border-bottom: 1px solid #ffffff;
				background: #ffffff;
		}

		#map_tabs a:hover {
					background: #fff;
			}
			
			
		/* ---------TopPromo  -- */
		
		#toppromo {
			width: 980px;
			height: 140px;
			background: #EBEBEB url(img/toppromo_bg.png) no-repeat; 
		}
		
		#toppromo_cont {
			width: 760px;
			padding: 10px 0 0 120px;
		}
