.shadetabs{
padding: 7px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 25px;
margin-right: 0px;
margin-bottom:0px;
color: #6b6b6b;
background-color:#f0f2f1;
}


.shadetabs li a:hover{
text-decoration: none;
/*color: #f06717;*/
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#c3222b;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}
.itinary-link{
color:#2c2c2c;
}
.tab-text{
font: normal 11px tahoma;
}