

.droplinetabs{
overflow: hidden;
}

.droplinetabs ul{
font: bold 12px arial, sans-serif;
margin: 0px;
padding: 6px 0px 0px 40px;
text-align: center;
list-style: none;
}

.droplinetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;


}


.droplinetabs a, .droplinetabs a:visited {
float: left;
color: white;
/*background: url(images/left.gif) no-repeat left top;*/
/*background: url(images/nav-vr.gif) no-repeat right center;*/
margin: 0 10px 0 15px;
padding: 0 0 4px 8px;
text-decoration: none;
/*letter-spacing: 1px;*/
}

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

.droplinetabs a span{
float: left;
display: block;


padding: 7px 12px 12px 8px;
cursor: pointer;
}

.droplinetabs a span{
float: none;
}


.droplinetabs a:hover{
background: url(images/left.gif) no-repeat left top;
color: #fff;
}

.droplinetabs a:hover span{
background: url(images/right.gif) no-repeat right top;
}

/* Sub level menus*/
.droplinetabs ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: url(images/drop-bg.gif) no-repeat top left;
visibility: hidden;
padding-bottom: 55px;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a, .droplinetabs ul li ul li a:visited {
font: normal 12px arial;
padding: 6px;

margin: 0px 10px 0px 10px;

/*background: #c76023; */
}

.droplinetabs ul li ul li a span{
/*background: #c76023; */
}

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

/* Active Sublinks under the mail menu */
a.activesub{
background: #355f91;
color: #fff;
-webkit-border-radius: 7px;  
-moz-border-radius: 7px; 
-khtml-border-radius: 7px;  
border-radius: 7px;
}


.droplinetabs ul li ul li a:link, .droplinetabs ul li ul li a:visited {color: #fff;}
.droplinetabs ul li ul li a:link:hover, .droplinetabs ul li ul li a:visited:hover {color: #fff;}

/* Curent style @@@@@@ */

body#about-nabco a#curent-about-nabco,
body#index a#curent-index,
body#products a#curent-products,
body.markets a#curent-markets,
body#news-events a#curent-news-events,
body#customers a#curent-customers,
body#contact-us a#curent-contact-us
{
background: url(images/left.gif) no-repeat left top;
color: #fff;
}

body#about-nabco a span#curent-about-nabco,
body#index a span#curent-index,
body#products a span#curent-products,
body.markets a span#curent-markets,
body#news-events a span#curent-news-events,
body#customers a span#curent-customers,
body#contact-us a span#curent-contact-us
{
background: url(images/right.gif) no-repeat right top;
}
