/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px "Trebuchet MS",Verdana,Arial,sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 175px; /*width of menu (not including side paddings)*/
color: #666666;
background-color: white;
/*background:url(2.png);*/
text-decoration: none;
padding: 5px 5px;
padding-left:9px;
/*background-position: left bottom;*/
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 175px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color: #333333;
}

/* ######### Drop Down LANG CSS ######### */

.ddsublangstyle, .ddsublangstyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px "Trebuchet MS",Verdana,Arial,sans-serif;
margin: 0px 0px 0px 0px;
padding: 0;
position: absolute;
left: 0;
top:0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsublangstyle li a{
display: block;
width: 63px; /*width of menu (not including side paddings)*/
color: #666666;
background-color: white;
/*background:url(2.png);*/
text-decoration: none;
/*padding: 4px 5px 4px 10px;*/
padding:5px 0px 2px 10px;
}

* html .ddsublangstyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 63px; /*width of menu (include side paddings of LI A*/
}

.ddsublangstyle li a:hover{
color: #333333;
}

/* ######### Drop Down PRO CSS ######### */

.ddsubprostyle, .ddsubprostyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px "Trebuchet MS",Verdana,Arial,sans-serif;
margin: 0px 0px 0px 0px;
padding: 0;
position: absolute;
left: 0;
top:0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubprostyle li a{
display: block;
width: 195px; /*width of menu (not including side paddings)*/
color: #666666;
background-color: white;
/*background:url(2.png);*/
text-decoration: none;
/*padding: 4px 5px 4px 10px;*/
padding:5px 0px 2px 10px;
}

* html .ddsubprostyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 195px; /*width of menu (include side paddings of LI A*/
}

.ddsubprostyle li a:hover{
color: #333333;
}



/* ######### Neutral CSS  ######### */
/*.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}*/