#language{
    position:absolute;
    top:5px;
    left:842px;
    z-index:2;
}


#language ul{
    margin: 0px;
    padding:0px;
}

#language ul li{
    color: #ccc;
    font-size:10px;
    list-style: none;
    float:left;
    padding-right:10px;
}


#language a:link,#language a:visited{
	color:#fff;
	text-decoration:none;
	text-align:right;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

#language a:hover{
	color:#ccc;
	text-decoration:none;
}
#language a:active{
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	text-decoration:none;
	color:#404040;
}
