.VTABS
{
	background-color:#F0F0F0;
	height:200px;
	overflow:hidden;
}

.VTABS div
{
	display:none;

	/*height:100%;*/
	overflow:hidden;
	padding-left:10px;
	line-height: 15pt;
}

.VTABS ul
{
	float:left;
	width:200px;
}

.VTABS ul li
{
	background-color: #F0F0F0;
	min-height:40px;
	width:197px;
	list-style: none outside none;
	margin-left: 0;
}

.VTABS ul li a
{
	color:#00108b;
	display:block;
	min-height:40px;
	line-height:25px;
	padding-left:10px;
	padding-top:5px;
}

.VTABS ul li.hover
{
}

.VTABS ul li.active
{
	background-color: #FFFFFF;
	width:200px;
}


.VTABS div h2
{
	padding-top:5px;
	font-size:18px;
	color: #999999;
	margin-bottom:15px;
	

}

.VTABS .contact_center
{
	background:url('../../static/images/solutions_contact_center_back.png') no-repeat right bottom;
}

.VTABS .foip
{
	background:url('../../static/images/solutions_foip_back.png') no-repeat right bottom;
}

.VTABS .interactive_mobile_services
{
	background:url('../../static/images/solutions_interactive_mobile_services_back.png') no-repeat right bottom;
}

.VTABS .mobile_vas
{
	background:url('../../static/images/solutions_mobile_vas_back.png') no-repeat right bottom;
}

.VTABS .network_infrastructures
{
	background:url('../../static/images/solutions_network_infrastructures_back.png') no-repeat right bottom;
}

.VTABS .unified_communications
{
	background:url('../../static/images/solutions_unified_communications_back.png') no-repeat right bottom;
}
