#PageMap.Tab.Page .content{
	position: relative;
	overflow: hidden;
	padding: 0px;
	height: 1500px;
	border-: 2px red solid;
}
.PageMenu, .PageContent{
	position: relative;
	height: 30px;
	background-color: #fff;
	border-: 1px green solid;
	z-index: 2;
}

#Navigation{
	position: absolute;
	overflow: hidden;
	top: 37px;
	right: 50px;
	width: 187px;
	height: 182px;
	background: url('img/bg_map_navigation.png') no-repeat left top;
	//background: none;
	filter-:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg_map_navigation.png', sizingMethod='crop');
	cursor-: pointer;
	border-: 1px blue solid;
}
#Navigation .BG{
	position: absolute;
	overflow: hidden;
	width:100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg_map_navigation.png', sizingMethod='crop');
	cursor: pointer;
	border-: 1px blue solid;
}
.PointInNavigation{
	position: absolute;
	width: 2px;
	height: 2px;
	font-size: 2px;
	background-color: #f27900;
	display: none;
	z-index: 1;
}
.PointInNavigation.Visible{
	display: block;
}

#Navigation #Square{
	position: absolute;
	width: 50px;
	height: 50px;
	background-: url('img/bg_map_navigation_square.png') no-repeat left top;
	//background-: none;
	filter-:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg_map_navigation_square.png', sizingMethod='crop');
	cursor-: pointer;
	z-index: 20;
	border: 3px #666666 solid;
}
.ResetMap{
	position: absolute;
	padding-bottom: 2px;
	top: 230px;
	right: 60px;
	font-size: 80%;
}
.ResetMap a{
	color: #808080;
}

#MapImage{
	position: absolute;
	width: 1246px;
	height: 1584px;
	display-: none;
	background-: url('img/map_moldova_image.png') no-repeat left top;
	//background-: none;
	filter-:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map_moldova_image.png', sizingMethod='crop');
	z-index: 0;
	border-: 1px #000 solid;
}
#PageMap a.local{
}
#MapImage a.local:hover,
.CityActive a.local
{
	padding: 0.2em 0.3em;
	background-color: #ffda24;
	border-bottom-width: 0;
}
#MapImage .Background{
	position: relative;
	width: 1246px;
	height: 1584px;
	background: url('img/map_moldova_image.png') no-repeat left top;
	//background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map_moldova_image.png', sizingMethod='crop');
}

.City, .CityBig, .CityActive, .CityBigActive{
	position: absolute;
	padding-left: 17px;
	padding-bottom: 3px;
	font-size: 93%;
	color: #333333;
	border-: 1px green solid;
	z-index-: 5;
}
div.City, .CityActive{
	padding-left: 14px;
}
div.CityBig{
}

.City .Bulit, 
.CityBig .Bulit, 
.CityActive .Bulit, 
.CityBigActive .Bulit{
	position: absolute;
	top: 1px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: transparent url('img/big_city_point.png') no-repeat;
	//background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/big_city_point.png', sizingMethod='crop');
	border-: 1px green solid;
	z-index: 1;
}
div.CityBigActive .Bulit{
	top: 2px;
	background: transparent url('img/big_city_active_point.png') no-repeat;
	//background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/big_city_active_point.png', sizingMethod='crop');
}
.City .Bulit,
.CityActive .Bulit
{
	position: absolute;
	top: 4px;	
	width: 11px;
	height: 11px;
	background: transparent url('img/small_city_point.png') no-repeat;
	//background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/small_city_point.png', sizingMethod='crop');
}
div.CityActive .Bulit{
 	background: transparent url('img/small_city_active_point.png') no-repeat;
	//background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/small_city_active_point.png', sizingMethod='crop');
}
.City a, 
.CityBig a, 
.CityActive a, 
.CityBigActive a{
	color: #666666;
	z-index: 10;
}

.CityBig a{
    color: #333333;
}

div.City:hover,
div.CityActive
{
    z-index: 1000;
}


#PageMap .Tab.MemberInCity{
	position: absolute;
	top: 30px;
	left: -62px;
	margin: 0; 
	width: 200px;
    z-index: 1000;
}
#PageMap .Tab.MemberInCity .tail{
	top: -18px;
	left: 35px;
	width: 31px;
	height: 18px;
	background: url('img/tail_members.png') no-repeat left top;
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/tail_members.png', sizingMethod='crop');
}

#PageMap .Tab.MemberInCity .tabCorner{
	width:20px;
	height:80px;
	background:url(img/corners_members.png) no-repeat;
	background: espression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/corners_members.png', sizingMethod='crop');
}
#PageMap .Tab.MemberInCity .tb, .Tab .bb{
	height:20px;
}
#PageMap .Tab.MemberInCity .tabCorner.left{
	width:auto;
	margin-right:20px;
}
#PageMap .Tab.MemberInCity .tabCorner.right{
	position:absolute;
	margin-left:100%;
	left:-20px;
	top:-20px;
}
#PageMap .Tab.MemberInCity .bb .tabCorner{
	margin-top:-40px;
}

#PageMap .Tab.MemberInCity .content{
	padding: 0 20px;
	height: auto;
	color: #666666;
	font-size: 83%;
	background:#f9e854;
	//background:#f8e548;
	border-: 1px red solid;
}

#PageMap .Tab.MemberInCity .content a{
	color: #666699;
}
#PageMap .Tab.MemberInCity .content h3{
	margin-bottom: 0.4em;
}
#PageMap .Tab.MemberInCity .content h3 a,
#PageMap .Tab.MemberInCity .content h3{
	margin-bottom-: 0.4em;
	color: #000000;
	font-weight: bold;
}

#PageMap .Tab.MemberInCity .content .showAllMembers
{
	position: relative;
	width: 50%;
	padding-top: 10px;
	//padding-bottom: 2px;
	margin-bottom: 1px;
	margin-right: -10px;
	float: right;
	//float: none;
	//left: 45%;
    font-size:100%;
    
	border-: 1px red solid;
}
#PageMap .Tab.MemberInCity .content .showAllMembers a
{
	color: #808080;
    border-bottom-width:1px;
    background: none;
    padding:0;
}
#PageMap .Tab.MemberInCity .content .showAllMembers a.local:hover
{
	color: #808080;
	border-bottom-width: 1px; 
	padding: 0px;
	background: none;
}



#PageMap .DevelopLink{
	position: relative;
	float: left;
	bottom: auto;
	right: auto;
	margin: 0px;
	margin-left: 35px;
	//margin-left: 17px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 2px;
	color: #4d4d4d;
	font-size: 93%;
	border-: 1px green solid;
}
#PageMap .DevelopLink span{
	display: block;
	position: absolute;
	top: -2px;
	left: 0px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
#PageMap .DevelopLink a{
	text-decoration: none;
	color: #3399cc;
	border-: 1px red solid;
}
#PageMap a.active{
	color: #4d4d4d;
	font-weight: bold;
}
#PageMap .DevelopLink .GlowingTab{
	font-weight: normal;
}


.GlowingTab.Column{
	position: absolute;
	margin-right: 0px;
	top: 35px;
	left: -20px;
   background: transparent url('img/map_column_t.png') no-repeat left top;
   //background: none;
	border-: 1px red solid;
	display: none;
}
.GlowingTab.Column .tail{
    width: 31px; height: 17px;
    left: 28px; top: -17px;
    border-: 1px red solid;
    background-image: url('img/map_column_tail.png'); 
    //background: none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/tail_members_column.png', sizingMethod='crop');    
}
.GlowingTab.Column .contentGlow{
    background-: #ffffff;
	 top: -20px;
	 left: 20px;
	 width: 200px;
	 margin-right: 20px;
	 margin-bottom: -20px;
	 padding-bottom: 3px;
	 background-color: #fff;
	 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); /* IE 5.5+*/
	 moz-opacity: 0.85; /* Mozilla 1.6 и ниже */
	 opacity: 0.85; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    border-: 1px red solid;
}
.GlowingTab.Column .rightGlow{
    left: 20px;
    background: url('img/map_column_r.png') no-repeat right top;
    //background: none;
	 width-: 100%;
    border-: 1px green solid;
}

.GlowingTab.Column .bottomGlow{
    top: 20px;
    background: url('img/map_column_b.png') no-repeat right bottom;
    //background: none;
	 width-: 100%;
    border-: 1px orange solid;
}

.GlowingTab.Column .leftGlow{
    left: -20px;
    padding: 20px 0;
    background: url('img/map_column_l.png') no-repeat left bottom;
    //background: none;
    border-: 1px blue solid;
}

* html .GlowingTab.Column .topGlowt{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/map_column_t.png,sizingMethod=crop);
}

* html .GlowingTab.Column .rightGlowr{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/map_column_r.png,sizingMethod=crop);
}
* html .GlowingTab.Column .topGlowt,
* html .GlowingTab.Column .bottomGlowb{
    width: expression( parentNode.offsetWidth ); height: 20px;
	 border-: 1px black solid;
}

* html .GlowingTab.Column .rightGlowr,
* html .GlowingTab.Column .leftGlowl{
    width: 20px; height: expression( parentNode.offsetHeight );
}
* html .GlowingTab.Column .bottomGlowb *{
    width: 1000px; height: 20px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/map_column_b.png,sizingMethod=crop);
    border-: 1px blue solid;
}

* html .GlowingTab.Column .leftGlowl *{
    width: 20px; height: 2000px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/map_column_l.png,sizingMethod=crop);
}


.GlowingTab.Column .contentGlow ul li{
   margin-bottom: 1em;
}

#PageMap.Tab #MembersColumn.GlowingTab.Column .contentGlow ul{
	width: 95%;
	float: left;
	margin-top: 0.8em;
	margin-bottom: 0em;
	margin-left: 0;
	padding: 0;
	font-size: 90%;
	clear: none;
}

#PageMap.Tab #ServiceColumn.GlowingTab.Column .contentGlow {
	width: 280px;
	border-: 1px green solid;
}

#PageMap.Tab #ServiceColumn.GlowingTab.Column .contentGlow ul{
   float: left;
	clear: none;
	margin: 0px;
	margin-right: 5px;
	width: 47%;
   border-: 1px red solid;
}

#PageMap.Tab #ProjectColumn.GlowingTab.Column .contentGlow {
	width: 200px;
}

#PageMap.Tab #TypeColumn.GlowingTab.Column .contentGlow {
	width: 115px;
}




#PageMap.Tab .GlowingTab.Column h2.Litera{
	display: block;
	float: left;
	clear: left;
	margin-left: 30px;
	//margin-left: 15px;
	margin-left: 0px;
	color: #91b347;
	border-: 1px red solid;
}
#PageMap.Tab .GlowingTab.Column p{
	width: 80%;
	float: left;
	margin-top: 0.8em;
	margin-bottom: 3em;
	margin-left: 1em;
	padding: 0;
	font-size: 90%;
	clear: none;
	border-: 1px green solid;
}
#PageMap.Tab .GlowingTab.Column a{
	margin: 0;
	font-size: 100%;
	color: #577da8;
	text-decoration: none;
}
.Letter{
	float: left;
	color: #91b347;
	margin-bottom: 1em;
	margin-right: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px #91b347 dashed;
}
#PageMap.Tab .GlowingTab.Column .Letter a{
	color: #91b347;
	border-bottom-color: #91b347;
}
#PageMap.Tab .GlowingTab.Column .Letter a.LocalActive{
	color: #4d4d4d;
	border-bottom-color: #4d4d4d;
}

#PageMap.Tab .GlowingTab.Column a.active{
	text-decoration: none;
	border-bottom-color: #4d4d4d;
	color: #4d4d4d;
}



