@charset "UTF-8";
/* CSS Document transparentnewmedia.com */


/* TRANSLATE NAV _______________________________________________________________*/

#cssdropdown, #cssdropdown ul {
 padding: 0px;
 margin: 0;
 list-style: none; 
 }

#cssdropdown {
 padding-left: 130px; 
 }

#cssdropdown li { 
float: left; 
position: relative;
 overflow:visible; 
 }

.mainitems{
padding: 0px;
margin:0px;
background-color: #e8e8e8;
width:111px;
height:24px;
border: none;
background: url("../images/site/common/translate/all_countries.gif") 0 0 no-repeat;
overflow:hidden;

}

.mainitems a{
 margin:0; 
 text-decoration: none; 
 }

.subuls{
display: none;
position: absolute;
margin-top:0px;
width:111px;
height:24px;
top: 0;
left: 0;
background-color: #e8e8e8;
border: none;
}

.subuls li{ 
width:111px;
 height:24px;
 }
 
.subuls li a{
 text-decoration: none; 
 }

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto; 
left: auto; 
}

#cssdropdown li:hover ul, li.over ul {
 /* lists nested under hovered list items */ display: block; 
 }

.english {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 0 no-repeat;}
.german {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -24px no-repeat;}
.spanish {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -48px no-repeat;}
.french {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -72px no-repeat;}
.italian {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -96px no-repeat;}
.japanese {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -120px no-repeat;}
.polish {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -144px no-repeat;}
.portugese {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -168px no-repeat;}
.russian {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -192px no-repeat;}
.swedish {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -216px no-repeat;}
.turkish {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -240px no-repeat;}
.chinese {position: relative;background: url("../images/site/common/translate/all_countries.gif") 0 -264px no-repeat;}



#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}