.features-tabs-nav, .features-tabs-panel {
    font-family: Arial, Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.features-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
    font-family:Arial;
    font-weight:bold;
}

.features-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.features-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;    
}
.features-tabs-nav a, .features-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
}
.features-tabs-nav a
{
    background: url(images/tabsnew.png) no-repeat; /*http://www.enrichit.com/assets/css/i/tabs.gif*/
    padding: 0 0px 0px 0px;
	width:150px;
	
}
.features-tabs-nav a {
    margin: 0px 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% -35px;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.features-tabs-nav a:link, .features-tabs-nav a:visited {
    /*color: #fff;*/
    color:Black;
}
.features-tabs-nav .features-tabs-selected a {
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% 2px;
    color:Black;
}
.features-tabs-nav a span 
{
	position:relative;
    padding-top: 10px;
    padding-right:15px;
    padding-left:25px;
    height: 26px;

}
.features-tabs-nav .features-tabs-selected a span 
{
	position:relative;
    padding-top: 10px;
    height: 28px;
}
.features-tabs-nav .features-tabs-selected a:link, .features-tabs-nav .features-tabs-selected a:visited
{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor:text;
}
.features-tabs-nav a:hover, .features-tabs-nav a:focus, .features-tabs-nav a:active,
.features-tabs-nav .features-tabs-unselect a:hover, .features-tabs-nav .features-tabs-unselect a:focus, .features-tabs-nav .features-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.features-tabs-disabled {
    opacity: .8;
    filter: alpha(opacity=80);
}
.features-tabs-nav .features-tabs-disabled a:link, .features-tabs-nav .features-tabs-disabled a:visited {
    color: #666666;
}

.features-tabs-panel {
    border: 0px solid #519e2d;
    padding: 10px;
}

/* Additional IE specific bug fixes... */
* html .features-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html .features-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.v-tabs-nav
{
	display:block;
	padding-left:12px;
	padding-top:8px;
	list-style:none;
	width:350px; /*boredr alignment Homepage core services and score solutions*/
	height:192px;
	line-height:30px;
	margin:0px;
	position:relative;
	top:8px;
	left: 15px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.v-tabs-nav li a
{
	text-decoration:none;
	text-align:left;
	color:#666666;
}

.v-tabs-nav li a:hover
{
	color:black;
}

.v-tabs-nav li
{
	text-align:left;
	padding-left:14px;
}

.v-tabs-panel-selected  /* tab panel alignment*/
{
	display:inline-block;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	top:-175px;
	left:275px;
	width:600px;
	height:200px;
	
}
/*Home Page Core Solutions &Core services */
.v-tabs-panel-selected-home
{
	display:inline-block;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	top:-175px;
	left:275px; /*Home Page Core Solutions &Core services list menus options LEFT alignment */
	width:550px;
	height:200px;
	
}


.v-tabs-panel-hidden
{
	display:none;	
}

.features-tabs-panel
{
	display:inline-block;
	height:201px;
	margin:0px;
	padding:0px;
	border:none;
	position:relative;
	top:0px;
	width:903px;
	overflow:hidden;
}

.v-tabs-panel-selected ul,.v-tabs-panel-hidden ul
{
	padding-left:10px;
}


.features-tabs-nav
{
	position:relative;
	left:35px;
}


#example
{
	padding-left:0px;
	background:url(images/tabnew_350.png) no-repeat 0 34px;
}
#example1
{
	padding-left:0px;
	background:url(images/homepage.png) no-repeat 0 34px;
}
#example2
{
	padding-left:0px;
	background:url(images/tabnew_330.png) no-repeat 0 34px;
}
.more
{
	margin-top:5px;
	list-style-position:inside;
	list-style-type:circle;
}

.more li img
{
	padding-bottom:1px;
	padding-right:3px;
	display:inline;
}

.more li
{
	display:inline;
}

.more a
{
	font-size:11px;
	margin-right:6px;
	color:#1c7ad5;
}

.more a:hover
{
	color:#1C7AD5;
	text-decoration:underline;
}

.v-tabs-panel-selected a span
{
	color:#666666;
	
}
