.shadetabs_small{
	padding: 0;
	/*margin: 10px 0 0 0px;*/
	font: normal 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	float: left;
	clear: both;
	width: 164px;
}

.shadetabs_small a
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	float: left;
}

.shadetabs_small a:hover
{
	text-decoration: none;
}

.shadetabs_small a.selected
{
	/*selected main tab style */
	position: relative;
	/*top: 1px;*/
	border-bottom-color: white;
}

.shadetabs_small a.selected:hover
{ 
	/*selected main tab style */
	text-decoration: none;
}

.shadetabs_small a .tab_small
{
	width: 54px;
	height: 15px;
	background: white url(../img/tabs/tab_small_inactive.png) top left no-repeat;
	float: left;
	padding-top: 4px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.shadetabs_small a:hover .tab_small
{
	background: white url(../img/tabs/tab_small_active.png) top left no-repeat;
	color: #FFFFFF;
}

.shadetabs_small a.selected .tab_small
{
	width: 54px;
	height: 15px;
	background: white url(../img/tabs/tab_small_active.png) top left no-repeat;
	float: left;
	padding-top: 4px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.servicecontent_container
{
	width: 164px;
	float: left;
	clear: both;
	margin: 0 0 0 0px;
	/*padding: 10px;*/
	border-top: 2px solid #A5BB36;
}

.tabcontent_small
{
	display:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	padding-top:5px;
}
.tabcontent_small a
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#666666;
	text-decoration: underline;
}
.tabcontent_small a:link
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#666666;
	text-decoration: underline;
}
.tabcontent_small a:active
{
	color:#666666;
	text-decoration: underline;
}
.tabcontent_small a:visited
{
	color:#666666;
	text-decoration: underline;
}
.tabcontent_small a:hover
{
	color:#0A7DAC;
	text-decoration: underline;
}

@media print 
{
	.tabcontent 
	{
		display:block !important;
	}
}
