@charset "utf-8";
/* CSS Document */

#translate img {
    border: none;
    vertical-align: top;
    }

#translate, #translateSub {
    list-style: none;
    margin: 0;
    padding: 0;
    }

#translate a:link {
    display: block;
    text-decoration: none;
	color:#FFF;
    }
#translate a:visited {
text-decoration: none;
 color: #fff;
}
#translate a:hover {
 color: #fff;
 text-decoration: none;
}
#translate a:active {
 color: #fff;
}

#translate li {
    float: left;
    }

#translate li:hover ul, #translate li.sfhover ul {
    left: auto;
    }
	
#translate li:hover a, #translate li.sfhover a {
	left: auto;
}

#translate li:hover {
    visibility: visible;  /* makes IE7 think something changes on hover*/ 
}

#translateSub {
	background: #FFF;
	left: -999em;
	position:absolute;
	width: 120px;
    }

#translateSub img {
    padding: 0 5px;

    }

#translateSub li {
    padding: 5px 0;
    width: 120px;
	background: #fff;

    }

#translateSub a:link, #translateSub a:visited {
    color: #000;
    text-decoration: none;
    }

#translateSub li:hover {
    background: #CCC;

    }
