.glowingtabs{
float:left;
/*width:377px
line-height:normal;
position: absolute;
*/z-index: 100;
/* border-bottom: 1px solid #bdbdbd;Add border strip to bottom of menu*/
position:relative; top:.75em;
/*margin-bottom: -13px;*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;

}

.glowingtabs a{
float:left;
background:  url("../images/tab_honda.gif") no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 0px;
text-decoration:none;
width: 120px; 
color: #FFFFFF;
}

.glowingtabs a span{
float:left;
display:block;
background:  url("../images/tab_honda.gif") no-repeat right top;
padding: 5px 12px 3px 3px;
font-weight:bold;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #ffffff; background:  url("../images/tab_honda.gif") no-repeat right top;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px;background:  url("../images/tabover_honda.gif") no-repeat right top; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; background:  url("../images/tab_honda.gif") no-repeat right top;/*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; background:  url("../images/tab_honda.gif") no-repeat right top;/*Shift background image up to start of 2nd tab image*/
}
.glowingtabs a:hover.current{ /*Selected Tab Over style*/
background-position:0 -82px;background:url(../images/tabover_honda.gif) no-repeat right top; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs a:hover.current span{ /*Selected Tab Over style*/
background-position:0 -82px;background:url(../images/tabover_honda.gif) no-repeat right top; /*Shift background image up to start of 2nd tab image*/
}
.tabcontainer{
	clear: left;
	/*background-color: #a7a6a6;*/
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cb0016;
	border-bottom-color: #cb0016;
	border-left-color: #cb0016;
	padding: 10px;
	border-top: 1px solid #cb0016;
	/*top: 22px;*/
	/*position: relative;*/
	
	background-image: 
	url(../images/rhs_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	clear: left;

	min-height:415px;
	height:415px;
	padding: 10px;
	border-top: 1px solid  #cb0016;
	width:290px;
	margin-top: 8px;
	/*background-image: url(../images/tabcontentbg.gif);
	background-repeat: repeat-x;
	background-position: top;*/

}

.tabcontent{
display:none;
color: #FFFFFF;
font-size: 12px;
width:270px;
min-height: 415px;
height:415px;
}
.tabcorner {position: absolute;
width: 5px;
height: 6px;
left: 375px;
top: 0px;
background-image:url(../images/tabcontentuppercorner_03.gif);}
