#content ul.select ,#content ul.select2{
	width: 257px;
	float: left;
	margin: 0 0 0px 26px;
	cursor: default;
	font-family: arial;
	font-size: 15px;
	text-align: center;
	background-image: url('../images/select.PNG');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}
#content ul.select2{
	width: 257px;
	height: 25px;
}

#content ul.select, #content ul.select ul  {
	display: none;
}

#content ul.select li {
	width: 255px;
	height: 20px;
	cursor: pointer;
}

#content ul.select li.country ul {
	width: 235px !important;
	height: 195px;
	color: #ffffff;
	background-image: none;
	
	margin: 0px 0;
	padding: 0 !important;
	position: relative;

}

#content ul.select li.country ul li {
	width: 235px;
}

#content ul.select li ul li {
	background-image: none;
	cursor: default;
	height: auto;
	margin: 2px;
}

#content ul.select ul li:hover {
	background-color: #002d80;
}

#content ul.select li.title ul {
	margin-top: 2px;
	width: 254px;
	margin-left: 0px;
	width: 254px !important;
	/* height: 80px; */
	padding: 0px 3px 5px 0;
	background-image: url(../images/select_background.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-top: solid 2px #484848;
	position: relative;
	
}

#content ul.select li.title li {
	width: 252px;
}
/*****************************************/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	outline: 0;
	z-index: 1;
	margin-top: 2px;
	width: 255px !important;
	height: 180px;
	 padding: 0px 3px 5px 0;
	background-image: url('../images/select_background.png');
	background-position: botton left;
	background-repeat: no-repeat; 
	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 3px;
	top: 0;
	width: 19px !important;
	height: 155px !important;
	background: #dcddde;
	margin-top: 0px;
	margin-bottom: 0px !important;
	background-color: #151515;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	cursor: hand;
	right: 0px;
	overflow: hidden;
	width: 19px !important;
	height: 73px !important;
	background: url('../images/scroll.png') no-repeat top right;
	margin: 0;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	margin-top: 3px!important;
	right: 3px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/scroll_bottom.png') no-repeat top left;
	height: 19px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 5px!important;
	right: 3px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/scroll_top.png') no-repeat top left;
	height: 20px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}