
.tabs{
margin:0;
padding:3px 0 0 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:228px;
}

.tabs li{
float:left;
padding:0;
margin: 0;
}

.tabs li a{
display:block;
text-align:center;
text-decoration: none;
position: relative;
width:99px;
padding: 3px 6px;
margin-left:2px;
border: 1px solid #EEEEEE;
border-bottom:0;
color: #000;
font-size:12px;
background-color:#eee;
}

.tabs li#tabb1 a{margin-left:0; padding:3px 10px; width:91px;}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: none;
color: #000;
background-color:#ddd;
}

.tabs li a.selected{ /*selected main tab style */
position:relative;
top:1px;
}

.tabs li a.selected{ /*selected main tab style */
background-color:#F9F9F9;
border-bottom-color: #dadada;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
clear:both;
padding:3px 15px;
border:1px solid #EEEEEE;
border-top:0;
background-color:#F9F9F9;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontainer{border-top:1px solid #EEEEEE; clear:both;}
