/* ************************************************************************** */
/*                              Global Nav Tabs                               */
/* ************************************************************************** */

ul#pruductsnav{
	clear: both;
	display: block;
	width: 100%;
	padding: 0 0 0 0;/*top, right, bottom, left*/
	margin: 0;
	list-style: none; /* msi dont show bullets */
	background-color: #9CA5C6;
	vertical-align: top;
	background-color: #fff; 
	font-size: 90% !important;
	height: 28px; 
}

ul.intro-selected{
    background-image: url('../images/products/product_nav_0.gif'); */
    background-repeat:no-repeat;
}

ul.auto-selected{
    background-image: url('../images/products/product_nav_1.gif'); */
    background-repeat:no-repeat;
}

ul.property-selected{
    background-image: url('../images/products/product_nav_2.gif'); */
    background-repeat:no-repeat;
}

ul.faq-selected{
    background-image: url('../images/products/product_nav_3.gif'); */
    background-repeat:no-repeat;
}

ul#pruductsnav li {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	font-size: 90% !important;
	font-weight: bold;
	float:left;
                          
	/*border-top: 1px solid #9CA5C6;  /* msi Upper border line  */
	/*border-bottom: 2px solid #FFF;  /* msi bottom border line  */
	/*border-right: 1px solid #9CA5C6; /* msi right border line, light blue  */
	margin: 0px;
	/*width: 207px; /* MSI Main Nav Width */

	vertical-align: text-bottom;
	text-align: center;
	line-height: 120%;
}

ul#pruductsnav li.selected {
	/*width: 207px; /* MSI Main Nav Width */
    font-weight: bold;
	border-bottom: medium none;  /* msi bottom border line  */
	/*background-color = #FFF  /* white background */
}
ul#pruductsnav li.selected a {
color:  #082863;     /* MSI dark blue */
	/* color:  #082863;/* MSI dark blue */
}

ul#pruductsnavli.selected a:hover {
	color:  #082863;/* MSI dark blue */
}

ul#pruductsnav a {
	display: block;
	border: 0px none;
	margin: 0;
    font-size: 80%;
	line-height: 1.0;
	text-decoration: none;
	text-align: center;
	/*color: #9CA5C6; /* MSI color for the main Nav link; light blue  */
	color: #FFF; 
	text-transform: uppercase;
	vertical-align: bottom; padding-left:0px; padding-right:0px; padding-top:9px; padding-bottom:9px
}

ul#pruductsnav a:hover {
	/* z color: #900; */
	color:  #9CA5C6; /* white for the main Nav link when hover */
	/* text-decoration: underline; /*  MSI for the main Nav link; underline when hover */
}


#tab-intro {
	width:126px;
}
#tab-auto {
	width:163px;
}
#tab-property {
	width:189;
}
#tab-faqs {
	width:120px;
}