.ScrollButtonTop_Normal {
	background: url("ScrollButtonTop_Normal.gif") no-repeat center;
}
.ScrollButtonTop_Hover {
	background: url("ScrollButtonTop_Hover.gif") no-repeat center;
}
.ScrollButtonTop_InActive {
	
}

.ScrollButtonBottom_Normal {
	background: url("ScrollButtonBottom_Normal.gif") no-repeat center;
}
.ScrollButtonBottom_Hover {
	background: url("ScrollButtonBottom_Hover.gif") no-repeat center;
}
.ScrollButtonBottom_InActive {
	
}

.MainMenuSectionHover A {color: #FFFFFF;}
.MainMenuSectionHover A:Hover{color: #FFFFFF; text-decoration: underline;}
.MainMenuSectionClick A {color: #FFFFFF;}
.MainMenuSectionClick A:hover {color: #FFFFFF; text-decoration: underline;}
#CountryList A          {color: #FFFFFF;}
#CountryList A:hover    {text-decoration: underline;}

.MainMenuSection_N  {  
	width: 140px; 
	height: 16px;
	line-height: 16px;
	margin-top: 0px; 
	margin-bottom: 5px; 
	margin-right:0px;
	margin-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right:0px;
	cursor: pointer;
}

.MainMenuSection_N  P {
	padding: 0px;
	margin: 0px;
}
.MainMenuSectionHover  {
	width: 140px;
	height: 16px;
	line-height: 16px;
	
	margin-top: 0px; 
	margin-bottom: 5px; 
	margin-right:0px;
	margin-left:0px;	

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right:0px;	
	background-position: right center;
	background-color: #C25508;
	background-image: url('location_main_menu_arrow.gif');
	background-repeat: no-repeat;
	cursor: pointer
}
.MainMenuSectionHover P {
	padding: 0px;
	margin: 0px;
	color: White;
	font-weight: bold;
}

.MainMenuSectionClick  {
	width: 140px;
	height: 16px;

	line-height: 16px;
	margin-top: 0px; 
	margin-bottom: 5px; 
	margin-right:0px;
	margin-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right:0px;

	
	background-position: right center;
	background-color: #C25508;
	background-repeat: no-repeat;
	background-image: url('location_main_menu_arrow_cl.gif');	
	cursor: pointer
}
.MainMenuSectionClick P {
   padding:0px;
	margin:0px;
	color: White;
	font-weight: bold;
}

.CountryMenuSection_N  {
	width: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right:5px;
	cursor: pointer;
}
.CountryMenuSection_N P {
	color: White;
	width: 140px; 
   padding:0px;
	margin:0px;	
}
.CountryMenuSectionHover  {
	width: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right:5px;
	background-position: right center;
	background-color: #CE7739;
	background-image: url('location_sub_menu_arrow.gif');
	background-repeat: no-repeat
}
.CountryMenuSectionHover P {
	color: White;
	width: 140px; 
   padding:0px;
	margin:0px;	
}


.CityMenuSection_N  {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right:5px;
	cursor: pointer;
}
.CityMenuSection_N P {
	color: White;
}

.CityMenuSectionHover  {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right:5px;
	background-color: #CE7739;
}
.CityMenuSectionHover P {
	color: White;
}



#CountryList {
	position: absolute;
	display:none;	
	width: 154px;
	height: 190px;
	z-index: 1;
	left: 28px;
	top: 319px;
	background-color: #C25508;
}
#CityList {
	position: absolute;
	display: none;
	width: 165px;
	height: 190px;
	z-index: 1;
	left: 266px;
	top: 316px;
	padding-left: 10px;
	background: #C25508 url('location_main_seperator.gif') no-repeat left;
		
}

#LayerOuter  {
  width: 150px;
  height: 160px;
  padding-left: 2px;
  padding-right: 2px;
  clip: rect(0px, 200px, 160px, 0px);
  overflow: hidden;
  z-index: 1;
}

#LayerInner  {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  min-height: 160px;
}


#LayerOuterCity  {
  width: 150px;
  height: 160px;
  clip: rect(0px, 200px, 160px, 0px);
  overflow: hidden;
  z-index: 1;
}

#LayerInnerCity  {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  min-height: 160px;
}
#LayerInnerCity P {
	padding: 0px;
	margin: 0px;
}
