.droplinetabs{
overflow: hidden;
border: none;
background: #c76023 url('tab.png')  repeat-x;
line-height: 20px;
text-align: center;
float: center;
/* border-bottom: 1px solid gray; underline across bottom of main tabs*/
}

.droplinetabs ul{
font: bold 11px Verdana, sans-serif;
margin: 0;
padding-left: 10px !important;
padding-right: 10px !important;
width: 100%;
list-style: none;
text-align: center;
float: center;
}

.droplinetabs ul li{
display: inline;
margin: 0;
padding: 0;
text-transform: none;
text-align: center;
float: center;
}


.droplinetabs a{
float: left;
color: white;
background: #c76023 url('tab.png')  repeat-x; /* url(leftedge.gif) no-repeat left top; default background color of tabs, left corner image*/
margin: 0 4px 0 0;
padding: 0 0 4px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{
color: white;
}

.droplinetabs a span{
float: center;
display: block;
background: transparent; /* url(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: #b05016; /*background color of tabs onMouseover*/
color: #ffff00;
}

.droplinetabs a:hover span{
background-color: transparent;
}

/* Sub level menus*/
.droplinetabs ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: url('tab2.png')  repeat; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
font: normal 11px Verdana, Arial, sans-serif;
color: #ffff00;
padding: 6px;
padding-right: 8px;
margin: 0;
background:#ed9a2d  url('tab2.png')  repeat-x;
}

.droplinetabs ul li ul li a span{
background: url('tab2.png') repeat;
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
background: #714421;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px; 
-khtml-border-radius: 5px;  
border-radius: 5px;
}

/* Hindi CSS */
.droplinetabshi{
overflow: hidden;
border: none;
background: #c76023 url('tab.png')  repeat-x;
line-height: 18px;
text-align: center;
float: center;
/* border-bottom: 1px solid gray; underline across bottom of main tabs*/
}

.droplinetabshi ul{
font: bold 14px lohit-hindi, mangal;
margin: 0;
padding-left: 10px !important;
padding-right: 10px !important;
width: 100%;
list-style: none;
text-align: center;
float: center;
}

.droplinetabshi ul li{
display: inline;
margin: 0;
padding: 0;
text-transform: none;
text-align: center;
float: center;
font: bold 14px lohit-hindi, mangal;
}


.droplinetabshi a{
float: left;
color: white;
background: #c76023 url('tab.png')  repeat-x; /* url(leftedge.gif) no-repeat left top; default background color of tabs, left corner image*/
margin: 0 4px 0 0;
padding: 0 0 0 3px;
text-decoration: none;
letter-spacing: 1px;
}

.droplinetabshi a:link, .droplinetabs a::visited, .droplinetabs a:active{
color: white;
}

.droplinetabshi a span{
float: center;
display: block;
background: transparent; /* url(rightedge.gif) no-repeat right top; right corner image*/
padding: 7px 9px 0 6px;
cursor: pointer;
font: bold 14px lohit-hindi, mangal;
}

.droplinetabshi a span{
float: none;
}


.droplinetabshi a:hover{
background-color: #b05016; /*background color of tabs onMouseover*/
color: #ffff00;
font: bold 14px lohit-hindi, mangal;
}

.droplinetabhi a:hover span{
background-color: transparent;
font: bold 14px lohit-hindi, mangal;
}

/* Sub level menus*/
.droplinetabshi ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: url('tab2.png')  repeat; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinetabshi ul li ul li a{
font: normal 11px Verdana, Arial, sans-serif;
color: #ffff00;
padding: 6px;
padding-right: 8px;
margin: 0;
background:#ed9a2d  url('tab2.png')  repeat-x;
}

.droplinetabshi ul li ul li a span{
background: url('tab2.png') repeat;
}

.droplinetabshi ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
background: #714421;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px; 
-khtml-border-radius: 5px;  
border-radius: 5px;
}






