.glowingtabs{
float:left;
width:100%;
line-height:normal;
border-bottom: 5px solid #CA190D; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
font: normal 12px Arial, Verdana, sans-serif;
font-weight:bold;
list-style-type: none;
margin:0;
margin-left: 5px; /*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(../gfx/kia_tab_left.png) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 7px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../gfx/kia_tab_right.png) no-repeat right top;
padding: 10px 9px 6px 3px;
font-weight:bold;
color:#000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: white;

}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -35px; /*Shift background image up to start of 2nd tab image*/

}

.glowingtabs a.current span{ /*Selected Tab style*/
	background-position:100% -35px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
	font-weight: bold;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -35px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -35px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabcontainer{
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.*/
}

.glowingtabcontent{
display:none;
margin-left: 15px;
color:#FFFFFF;

}

.glowingtablinkscontent{
display:none;
margin-left: 15px;
color:#FFFFFF;
padding-top:4px;

}

a.glowingtablinks {
	font-weight: bold;
	color:#FFFFFF;
	

}
a.glowingtablinks:link { text-decoration: none; font-weight: bold; color:#FFFFFF; padding: 1px 6px;}
a.glowingtablinks:visited { text-decoration: none; font-weight: bold; color:#FFFFFF; padding: 1px 6px;}
a.glowingtablinks:active { text-decoration: none; color:#FFFFFF; background-color: #000000; padding: 1px 6px; }
a.glowingtablinks:hover { text-decoration: none; color:#000000; background-color: #FFFFFF; padding: 1px 6px; }


