.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0;
font: bold 12px Tahoma;
text-transform:uppercase;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.tab_list_item{
	padding:2px 0px 2px 5px;	
}
.tab_list_item a{
	color:#404040;
	text-decoration:none;
}
.tab_list_item a:hover{
	text-decoration:underline;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 38.8px;
margin-right: 0px;
color: #1263d2;
background: white url(../../templates/travelnews/images/module_back.gif) top left repeat-x;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

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