.tabcontentstyle{ /*style of tab content container*/
	margin: auto;
	width: 425px;
	border: 1px solid #E4E4E4;
	padding: 0px;

}
.tabcontentstyle2{ /*style of tab content container*/
	margin: auto;
	width: 425px;
	border: 1px solid #E4E4E4;
	padding: 0px;
}

.tabcontent{
display:none;
}

.shadetabs{
width:auto;
padding: 3px 0px;
margin-top: 3px;
margin-bottom: 0;
margin-left:1px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #E4E4E4;
color: #2d2b2b;
background: white url(../images/tab-home-ns.jpg) top left repeat-x;
}

.shadetabs li a:visited{color: #2d2b2b;}
.shadetabs li a:hover{text-decoration: underline;color: #2d2b2b; 	}
.shadetabs li.selected{position: relative;top: 0px;}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/tab-home-s.jpg) ;
border-bottom-color: white; font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
