
.DropDown {
    cursor: pointer;
    float: left;
	padding: 0 16px 8px 0;
	margin: 6px 0 0 0;
    /* position: absolute;
    right: 0;
    top: 20px; */
    width: 271px;
    z-index: 5;
	font-size: 13px;
	display:inline-block;
}

.DropDown.small,
.DropDown.small ul {
	width: 131px;
}
.DropDown.small > span{
	width: 126px;
}
.DropDown > span {
	display: block;
    font-weight: bold;
	color: #396CAC;
    height: 30px;
    width: 266px;
	line-height: 30px;
    margin-top: 1px;
    padding: 0 0 0 5px;
    position: relative;
    z-index: 5;
	background: #E2E2E2;
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#E2E2E2)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #fff, #E2E2E2); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #fff, #E2E2E2); 
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #fff, #E2E2E2); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #fff, #E2E2E2);
	background: linear-gradient(#fff, #E2E2E2); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#fff, #E2E2E2);
	behavior: url(PIE.htc); 
	border: 1px solid #315C8B;
	overflow: hidden;
}

.DropDown strong {
	display: block;
	width: 9px;
	height: 5px;
	position: absolute;
	right: 10px;
	top: 13px;
	background: url(../../images/icons.png) right 0 ;
}
.DropDown ul{
    background: #E2E2E2;
    float: left;
    list-style: none outside none;
    margin: -2px 0 0;
    padding: 0 0 0 0px;
    position: absolute;
	top: 58px;
    z-index: 30;
	width: 271px;
	border: 1px solid #315C8B;
	border-top: none;
	xdisplay: none;
}
.DropDown ul.hidden, 
.DropDown .jspPane.hidden{
	visibility: hidden;
}
.DropDown li ,
.DropDown .jspPane > div{
    clear: both;
    display: block;
	min-height: 25px;
	overflow: hidden;
	
}
.DropDown li a{
    padding: 5px 0 5px 9px;
	display: block;
}
.DropDown li:hover,
.DropDown li a:hover{
	color: #193352;
	background: #ddd;
	text-decoration: none;
}
.DropDown a:hover span{
	text-decoration: underline;
}
.DropDown li img, 
.DropDown .selected img, 
.document_table img{
	float: left;
	width: 42px;
	height: 42px;
	background: #fff;
	padding: 1px;
	border: 1px solid #D8D8D8;
}
.DropDown .selected img{
	width: 26px; 
	height: 26px;
}
.DropDown li span,
.DropDown .selected span{
    display: inline-block;
    padding: 0 0 0 5px;
    vertical-align: middle;
    width: 185px;
}
.DropDown span.align{
	display: inline-block;
	height: 42px;
	width: 1px;
}
.DropDown .selected span.align{
	height: 26px;
}



.inner_top .DropDown {
	position: absolute;
	top: 38px;
	right: 1px;
	width: 203px;
}
.inner_top .DropDown > span {
	width: 197px;
}
.inner_top .DropDown ul{
	top: 34px;
	width: 202px;
	background: #F8F8F8;
}
.inner_top .DropDown li a{
	xpadding-bottom: 0; 
}
.inner_top .DropDown li {
	background: #F8F8F8;
	border-bottom: 1px solid #fff;
}
.inner_top .DropDown .even_list {
	background: #F2F2F2;
}

.contact .DropDown {
	position: relative;
	float: none;
}
.contact .DropDown span{
	border: 1px solid #ddd;
	width: 275px;
}
.contact .DropDown ul {
	margin: -6px 0 0 ;
	width: 279px;
	border: 1px solid #ddd;
}

.newsletter_form  .DropDown{
	width: 200px;
	position: relative;
}
.newsletter_form  .DropDown ul{
	width: 193px;
	top: 52px;
}
.newsletter_form  .DropDown > span {
	width: 188px;
}
.newsletter_form  .DropDown.last{
	padding-right: 0;
}

