.shadetabs{
	padding: 5px 0;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: SHREE-GUJ-0763W;
	font-size: 10px;
	font-weight: bold;
	color: #2d2b2b;
}

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px;
	margin-right: 2px;
	border: 1px solid #CCCCCC;
	margin-left: 2px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
	color: #CC0033;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #CBEBFE;
	border: 1 px;
	border-color: #0489D9;
	border-style: dashed;
	border-bottom-style: none;
}

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

.contentstyle{
	width: 350px;
}
.box{
	background-color: #CBEBFE;
	border: 1 px;
	border-color: #0489D9;
	border-style: dashed;
	border-top-style: none;
}
