<style>
.maintab_new {
	/* padding-left:3px; */
}

.maintab_new ul {
	padding-bottom:3px;
	padding-left:0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top:0;
	font: 20px Impact;
	list-style-type: none;
}

.maintab_new li {
	display: inline;
	margin-left: -3px;
	padding:0;
}

.maintab_new li a {
	text-decoration: none;
	padding: 3px 0px;
	margin: 0;
	color: #fff;
}

.maintab_new li a:hover, .maintab_new li a.current, .maintab_new li.selected a {
	padding: 3px 0px;
	color: #ffab04;
	background: url(../../images/css/tab_sel_bg.jpg);
}

#tabcontent_new, #tabcontent_right {
/*2nd level content wrapper*/
background: url(../../images/css/tab2_bg.jpg) repeat-x ;
height: 27px; /*IE7 beta2 fix*/
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
/* margin-top:2px; */
}
#tabcontent_new li.selected a, #tabcontent_right li.selected a { 
/*selected main tab style */
color: #ffab04;
background: url(../../images/css/tab_sel_bg.jpg);
}

#tabcontent_new ul, #tabcontent_right ul {
padding: 0;
margin: -1px 0 0 0;
list-style-type: none;
display: none;
}
#tabcontent_new ul li, #tabcontent_right ul li {
display: inline;
}
#tabcontent_new ul.selected, #tabcontent_right ul.selected { /*selected 2nd level content*/
display: block;
}
#tabcontent_new ul li a {
border-right: 1px solid #fff;
border-left: 1px solid #cdcdcd;
color: #3b7189;
padding: 7px 10px;
display: block;
float: left;
text-decoration: none;
}
#tabcontent_right ul li a {
/* border-right: 1px solid #fff; */
border-left: 1px solid #cdcdcd;
color:#FF6600; /* orange */
padding: 7px 10px;
display: block;
float: left;
text-decoration: none;
}
#tabcontent_new ul li a:hover, #tabcontent_right ul li a:hover {
background: url(../../images/css/tab_sel_bg.jpg) repeat-x;
color: #ffab04;
}

.maintab_new .editorial	{
	background: url(../images/tab_text/editorial.png) no-repeat center;
	padding: 5px 55px;
}
.maintab_new .editorial:hover, .maintab_new li.selected .editorial	{
	background: url(../images/tab_text/editorial_sel.png) no-repeat center;
}

.maintab_new .new_cars	{
	background: url(../images/tab_text/new_cars.png) no-repeat center;
	padding: 5px 52px;
}
.maintab_new .new_cars:hover, .maintab_new li.selected .new_cars	{
	background: url(../images/tab_text/new_cars_sel.png) no-repeat center;
}

#maintab_new .classified	{
	background: url(../images/tab_text/pre-owned.png) no-repeat center;
	padding: 5px 55px;
}
#maintab_new .classified:hover, #maintab_new li.selected .classified	{
	background: url(../images/tab_text/pre-owned_sel.png) no-repeat center;
}

.maintab_new .community	{
	background: url(../images/tab_text/community.png) no-repeat center;
	padding: 5px 60px;
}
.maintab_new .community:hover, .maintab_new li.selected .community	{
	background: url(../images/tab_text/community_sel.png) no-repeat center;
}

.maintab_new .maps	{
	background: url(../images/tab_text/maps.png) no-repeat center;
	padding: 5px 32px;
}
.maintab_new .maps:hover, .maintab_new li.selected .maps	{
	background: url(../images/tab_text/maps_sel.png) no-repeat center;
}

.maintab_new .pitstop	{
	background: url(../images/tab_text/pitstop.png) no-repeat center;
	padding: 5px 53px;
}
.maintab_new .pitstop:hover	{
	background: url(../images/tab_text/pitstop_sel.png) no-repeat center;
}

/*
.maintab_new .editorial:hover, .maintab_new li.selected .editorial	{
	background: url(../common/images/tab_text/editorial_sel.gif) no-repeat center;
}
.maintab_new .cars:hover, .maintab_new li.selected .cars	{
	background: url(../common/images/tab_text/cars_sel.gif) no-repeat center;
}
.maintab_new .community:hover, .maintab_new li.selected .community	{
	background: url(../common/images/tab_text/community_sel.gif) no-repeat center;
}
.maintab_new .maps:hover, .maintab_new li.selected .maps	{
	background: url(../common/images/tab_text/maps_sel.gif) no-repeat center;
}
*/

.maintab_new li a:visited{
	/* color: #2d2b2b; */
}

.maintab_new li a:active{
	/* color: black; */
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}
</style>