/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

tabs-min { 
    background: transparent; 
    border: none; 
} 
tabs-min .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
tabs-min .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
tabs-min .ui-tabs-nav .ui-state-active { 
    background: transparent url(img/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
tabs-min .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 
tabs-min .ui-tabs-nav .ui-state-active a { 
    color: #c0c0c0;
}
#Tabs1 .ui-state-default a {
	color: #1A1464;
	}
#Tabs1 .ui-state-active a { color: #1A1464; }
#Tabs2 .ui-state-hover a, .ui-state-focus a { color: #1A1464; }