.droplinetabs{
overflow: hidden;
border-bottom: 0px solid gray; /*underline across bottom of main tabs*/
}

.droplinetabs ul{
font: normal 13px Verdana;
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}

.droplinetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}


.droplinetabs a{
float: left;
color: white;
background: none;
/*background: #c76023 url("../images/leftedge.gif") no-repeat left top; /*default background color of tabs, left corner image*/*/
background: url("../images/menu-mainmenu.gif") no-repeat;
background-position: top right;
margin: 0 0 0 0;
height: 28px;
text-decoration: none;
}

.droplinetabs a:link, .droplinetabs a:visited, .droplinetabs a:active{
text-transform: uppercase;
color: white;
text-decoration: none;
padding-left: 17px;
padding-right: 17px;
padding-top: 7px;
}

.droplinetabs a span{
float: left;
display: block;
background: transparent url("../images/rightedge.gif") no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.droplinetabs a span{
float: none;
}


.droplinetabs a:hover{
background-color: white; /*background color of tabs onMouseover*/
color: silver;
background: url("../images/menu-mainmenu.gif") no-repeat;
background-position: top right;
padding-top: 7px;

}

.droplinetabs a:hover span{
background-color: transparent;
}

/* Sub level menus*/
.droplinetabs ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #c76023; /*sub menu background color */
background: url("../images/bgd-vtoronivo-on.gif") repeat-x; 
visibility: hidden;
padding-top: 0px;
}


/* Sub level menu links style */
.droplinetabs ul li ul li a{
background-position: top left;
background-image: url('../images/menu-submenu.gif'); 
background-repeat: no-repeat;
/*sub menu background color */
padding: 0px;
margin: 0px;
}

.droplinetabs ul li ul li a:link, .droplinetabs ul li ul li a:visited, .droplinetabs ul li ul li a:active{
color: #122D53;
text-transform: none;
padding: 0px;
margin: 0px;
padding-left: 30px;
padding-right: 8px;
font: bold 10px Verdana;
color: white;
}

.droplinetabs ul li ul li a span{
background: #c76023; /*sub menu background color */
text-transform: none;
padding: 0px;
margin: 0px;
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
background-position: top left;
background-image: url('../images/menu-submenu.gif'); 
background-repeat: no-repeat;
color: silver;
padding: 0px;
margin: 0px;
padding-left: 30px;
padding-right: 8px;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px; 
-khtml-border-radius: 5px;  
border-radius: 5px;
text-transform: none;
}