.glowingtabs{
	float:left;
	width:100%; /*Add border strip to bottom of menu*/
	background-image: url(/ddtabmenufiles/media/bg.top.menu.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	top: 95px;
}

.glowingtabs ul{
	list-style-type: none;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	font-size: 14px;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(/ddtabmenufiles/media/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(/ddtabmenufiles/media/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;
font-weight:bold;
color:#FFFFFF;
}

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

.glowingtabs a:hover span {
	color: #FFFFFF;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*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: #FFFFFF;
}

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

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

.tabcontainer{
	clear: left; /*width of 2nd level sub menus*/
	height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	margin: 0 10px 0 0;
	padding: 0px;
	position: relative;
	top: 95px;
	background-image: url(media/bg.sub.menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tabcontent{
	display:none;
	padding: 3px 0 0 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

.tabcontent a {
	text-decoration:none;
	color:#000000;
}

.tabcontent a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
