/* ######### CSS for Shade Tabs. Remove if not using ######### */

#izbornik-ul{float:left; width:175px;}

.shadetabs{
margin:0;
padding:0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:100%;
float:left;
}


.shadetabs li{

margin: 0;
}

.shadetabs li a{
display:block;
width:150px;
height:50px;
text-decoration: none;
padding: 10px 0 0 7px;
margin:2px 0 0 0;
background:url(bg-button-work.png) top left no-repeat;
behavior: url(iepngfix.htc);
color:#fff;
font:normal 24px Trebuchet MS, Arial, Helvetica, sans-serif;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{

color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(bg-button-work-active.png);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#countrydivcontainer{width:750px; margin-bottom: 1em; padding:0 10px; background:none; float:left;}
