/* ######### CSS for Shade Tabs. Remove if not using ######### */.shadetabs{font: bold 12px Verdana;text-align: center; /*set to left, center, or right to align the menu as desired*/list-style-type: none;}.shadetabs {list-style-type: none;}.shadetabs a{	text-decoration: none;	color: #999999;}.shadetabs a:hover{text-decoration: underline;color: #CCC;}.shadetabs a:visited{color: #666;}.shadetabs a.selected{ /*selected main tab style */color: #FFFFFF;}.shadetabs a.selected:hover{ /*selected main tab style */text-decoration: none;}