
.language {
    position: relative;
    right: 0px;
    top: 61px;
    float: right;
    width: 109px;
    margin-right:-9px;
    z-index: 3;
}
.language a {
    display: block;
    width: 98px;
}
.language .flag_image {
    background: #FFF;
    display: block;
    float: right;
    height: 19px;
    width: 39px;
}
.language .flag_text {
    text-transform: uppercase;
    float: right;
    letter-spacing: -1px;
    padding-right: 4px;
    line-height: 18px;
}
.language .selected a, .language .selected a:hover {
    color: #FFF !important;
    background: none;
    text-decoration: none;
}
.language .unselected {
    display: none;
}
.language .unselected a, .language .unselected a:hover {
    color: #007786 !important;
    background: #FFF;
    text-decoration: none;
}
.language .flag_image img {
    padding: 2px 0px 0px 2px;
}
.language .bottom {
    height: 14px;
    width: 108px;
    background: transparent url(../images/language_bottom.png) no-repeat;
    visibility: hidden; 
   position: absolute; 
}
.language .rightside {
    float: right;    
    width: 11px;
    height: 100%;
}
.language .tr {
    height: 12px;
    width: 11px;
    background: transparent url(../images/spacer.gif) no-repeat;
    
}
.language .flag_canvas {
    background: transparent url(../images/spacer.gif) no-repeat 97px 12px;
}
span.clear {
    display: block;
}
.language .selected .flag_image {
    background: transparent url(../images/language_selected.png) no-repeat 0px 0px;
}
.unselected a {
    padding-top: 2px;
}
.hide {
	display: none;
}

