.leftColumnUP{
	display: block;
	width: 170px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-indent: 4px;
}
.leftColumnDOWN{
	display: block;
	width: 170px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-indent: 4px;
}

.leftDropDownBox, .leftDropDownBox_2 {
	width: 167px;
	position: static;
	z-index: 100;
	overflow: hidden;
}

.leftDropDownBoxButton, .leftDropDownBoxButton_2 {
	position: static;
	z-index: 10000;
	background: none;
	margin-bottom: 0px;
}

.leftDropDownBoxButton a, .leftDropDownBoxButton_2 a{
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
	display: block;
	color: #fff;
	line-height: 32px;
	padding-left: 10px;
	//text-indent: 4px;
	text-decoration: none;
	font-size: 11px;
}

#leftDropDownBoxContents, #leftDropDownBoxContents_2 {
	margin: 0px 0 0px 5px;
	padding: 0px 0 15px 0;
	position: static;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow-y: hidden;

}

#leftDropDownBoxContents #leftDropDownBoxIntWithArrow{
	padding-left: 0px;
	text-indent: 22px;
}
#leftDropDownBoxContents #leftDropDownBoxIntWithArrow a{
		
}
#leftDropDownBoxContents #leftDropDownBoxIntWithArrow img{ border: 0px;}

#leftDropDownBoxContents div a, #leftDropDownBoxContents_2 div a{
	display: block;
	clear: both;
	font-size: 10px;
	text-decoration:none;
	color: #424242;
	padding: 3px 0px;
}
#leftDropDownBoxContents div a:hover, #leftDropDownBoxContents_2 div a:hover{
	background-color: #ffcc33;
}
#leftDropDownBoxContents #leftDropDownBoxIntContents, #leftDropDownBoxContents_2 #leftDropDownBoxIntContents_2{
	background: none;
}
#leftDropDownBoxContents div, #leftDropDownBoxContents_2 div{
	clear: both;
	padding: 0px 2px 0px 0px;
	margin-right: 2px;		
}
#leftDropDownBoxIntContents2{
	margin: 0px;	
	text-indent: 0px;
}
#leftDropDownBoxIntContents2:hover{
	background: none;
}
#leftDropDownBoxIntContents2 div.l2{
	clear: both;
	padding: 0px 2px 0px 0px;;	
	text-indent: 35px;
	width: 100%;
}
.WithArrowSel a{ background-color: #ffcc33;}
div.l1{ text-indent: 4px;}
.arrow_up{
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
.arrow_down{
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
#leftDropDownBoxIntArrowLink { text-indent: 2px;}
.pr_sel{ background-color: #ffcc33;}
