#header_bottom_right_popdowns {
  position: relative;
  z-index: 10;
  /*z-index: 100;*/
  /*font-size:12px;*/
}

#header_bottom_right_popdowns div.popdown {
  width: 168px;
  margin: 0px 0px;
  position: absolute;
	background-color: #fff;
}

#header_bottom_right_popdowns div.popdown div.title {
  padding-left: 3px;
  
	background-image: url(../img/arrow_down.gif);
	background-repeat: no-repeat;	
	background-position: 155px 0px;
	
	line-height: 19px;
	/*height: 18px;*/
	height: 19px;
}

#header_bottom_right_popdowns div.popdown div.list {
  display: none;
  z-index: 100;
  cursor: pointer;
}

#header_bottom_right_popdowns div.popdown div.list div.item a {
  color: #808080;
}

#header_bottom_right_popdowns div.popdown div.list div.item {
  padding-left: 13px;
  	
	background-image: url(../img/arrow_right.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	background-position: 5px 4px;
	
	padding-bottom: 5px;
	
	/*line-height: 17px;*/
}

.pop1 { left: 20px; top: 50px; z-index: 4; }
.pop2 { left: 223px; top: 50px; z-index: 4; }
.pop3 { left: 20px; top: 100px; z-index: 2; }
.pop4 { left: 223px; top: 100px; z-index: 2; }

#header_bottom_right_popdowns div.popdown div.title_over {
	background-image: url(../img/arrow_down_blue.gif);
	color: #069;
	
	cursor: pointer;
}

#header_bottom_right_popdowns div.popdown div.list div.item_over a {
  color: #069;
}

#header_bottom_right_popdowns div.popdown div.list div.item_over {
  background-image: url(../img/arrow_right_blue.gif);
	color: #069;
	
	cursor: pointer;
}