/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 0em;
width:967px;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center;
width: 967px;
}

.shadetabs li{
font: bold 12px Verdana;
display: inline;
position: relative;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: #CFDFF6;

}

.shadetabs li a:visited{
color: #2d2b2b;
background: #B3C8E7;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background: #B3C8E7;
}

.shadetabs li.selected{
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(http://www.mobiltest.dk/media/shadeactive.gif);*/
border-bottom-color: #5180B8;
background: #5180B8;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background: #B3C8E7;
}

.shadetabs li.far {

width:10px;

}

.mobiltabs {
padding-top:5px;
border: 1px solid #ddd;
width:967px;
background:#fff;
}