/*.ddtoptabs{
width:95%;
padding-left: 20px;
margin-left: auto;
margin-right: auto;

background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

.ddtoptabs ul{
margin:0 0 0 1;
padding:0;
list-style:none;
}

.ddtoptabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:none;
}

.ddtoptabs a{
float:left;
color:#287889;
margin:0 2px 0px 0;
padding:0 0 0px 3px;
text-decoration:none;
letter-spacing:0px;
}
.ddtoptabs a:hover{
background:url(images/menu_over.jpg) repeat-x bottom; display:block; color:#f57e31;
}


.ddtoptabs a span{
float:left;
display:block;
background:url(images/tab_right.gif) no-repeat right top;
padding:1px 9px 1px 4px;
}

.ddtoptabs a span{
float:none;
}


.ddtoptabs a:hover span{
background:url(images/tab_right_on.gif) no-repeat right top;
}

.ddtoptabs #current a { /*currently selected tab
background:url(images/tab_left_on.gif) no-repeat left top;
}

.ddtoptabs #current span{
background:url(images/tab_right_on.gif) no-repeat right top;
}*/

.dropmenudiv{
position:absolute;
top: 0;
float:left;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
line-height:25px;
z-index:100;
background:none;
width:137px;
*width:136px;/*this is use to adjust the dropdown in ie*/
*margin-left:-43px;/*this is use to adjust the dropdown in ie*/
visibility: hidden;
text-align:left;

text-align:center;
border-top:0px;border-right:1px;border-bottom:1px;border-left:1px; border-style:solid; border-color:#99d7d7;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
}

.dropmenudiv a{
width:auto;
display:block;
color:#ffffff;
background:#c2f7f7;
margin:0 1px 0px 0;
padding:0 0px 0px 1px;
text-decoration:none;
letter-spacing:0px;
}

.dropmenudiv a span{
float:left;
display:block;
background:#e7fcfc;
padding:1px 9px 0px 4px;
}

.dropmenudiv a span{
float:none;
}

.dropmenudiv a:hover{
background:#fff url(images/menu_over.jpg) repeat-x bottom;color:#f57e31; }

.dropmenudiv a:hover span{
background:#fff url(images/menu_over.jpg) repeat-x bottom; 
}


