.bluetabs{
padding-top: 7px;
padding-bottom: 5px;
/* margin-left: 10px; */
display: block;
height: 28px;
margin-top: -1px;
width:750px;
}

.bluetabs ul{
padding: 0px 0;
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
padding: 0;
}

.bluetabs li a{
text-decoration: none;
padding:6px 15px;
color: #222;
background: url(http://nuortenkeskisuomi.fi/templates/nuksu/images/link.png) no-repeat right bottom; /*THEME CHANGE HERE*/
margin: 0;
margin-left: 3px;
margin-right: -4px;
}

.bluetabs li a:visited{

color: #222;
}

.bluetabs li a:hover{
text-decoration: underline;
background: url(http://nuortenkeskisuomi.fi/templates/nuksu/images/link2.png) no-repeat right bottom; /*THEME CHANGE HERE*/
color: #fff;
}

.bluetabs li.selected{

}

.bluetabs li.selected a{ /*selected main tab style */
background: url(http://nuortenkeskisuomi.fi/templates/nuksu/images/link2.png) no-repeat right bottom; /*THEME CHANGE HERE*/
color: #fff;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: -6px;
left: -1px;
margin-top: -1px;
line-height:20px;
z-index:100;
background-color: #fff;
width: 250px;
visibility: hidden;
color: #222;
border-top: 1px solid #444;
border-right: 1px solid #666;
border-left: 1px solid #444;
border-bottom: 1px solid #666;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 4px 0;
text-decoration: none;
color: #111;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #444;
color: #fff;

}