#opties {
position : relative;
top: 0px;
margin-top: -48px;
left : 0;
background-color:#ffccff;
width : 644px;

}

.dropdown_options {
float:right;
margin-bottom : 0;
}
.dropdown_options dt {
position:absolute; 
width:101px; 
padding:0; 
height : 28px; 
top :0px;
left : 520px;
cursor:pointer; 
background:url(/seg_2009/page_images/buttons_options/news_options_on.png);
}
.dropdown_options dt:hover {
background:url(/seg_2009/page_images/buttons_options/news_options_off.png);
}
.dropdown_options dt:active {
background:url(/seg_2009/page_images/buttons_options/news_options_over.png);
}
.dropdown_options dd {
position:relative; 
left :-25px; 
overflow:visible; 
display:none; 
background:transparent; 
z-index:1; 
opacity:0; 
margin-top : 25px;
}
.dropdown_options ul {
list-style:none;
}
.dropdown_options li {
display:inline
}
.dropdown_options a, .dropdown_options a:active, .dropdown_options a:visited {
display:block; 
color:#333; 
text-decoration:none; 
background:transparent; 
width:112px
}
.dropdown_options a:hover { 
background:transparent; 
color:#000}

.flag_language{
width : 22px;
height : 17px;
margin-top: 0px;;
margin-right : 0px;
background-image: url(../page_images/buttons_options/flag_options.png);
}