.glowingtabs{
font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
height:26px;
background:url(topmn_imgleft.gif) repeat-x;
line-height:normal;
float:left;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left:5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
float:left;
margin:0;
padding:0;
height:26px;
}

.glowingtabs a{
float:left;
background:url(topmn_imgleft.gif) repeat-x;
margin:0;
padding:0 0 0 15px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:inline-block;
padding-left:0px;
padding-right:15px;
line-height:26px;
font-weight:bold;
color:#fff;
}

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

.glowingtabs a:hover span {
	color:#da251c;
	text-decoration:none;
}

.glowingtabs a.current{ /*Selected Tab style*/
	background:url(topmn_imgleft_over.gif) left no-repeat;/*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
	background:url(topmn_imgright_over.gif) right no-repeat;/*Shift background image up to start of 2nd tab image*/
	color:#da251c;
}

.glowingtabs a:hover{ /*onMouseover style*/
	background:url(topmn_imgleft_over.gif) left no-repeat;
	color:#da251c;
	text-decoration:none;
/*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
	background:url(topmn_imgright_over.gif) right no-repeat;
	color:#da251c;
	text-decoration:none;
/*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
	width:990px; /*width of 2nd level sub menus*/
	height:26px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background:url(bg_sub.gif) bottom repeat-x;
	background-color:#fff;
	padding-left:5px;
	padding-right:5px;
	clear:both;
}
.tabcontent {
	display:none;
}

.submenu{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	height:26px;
}
.submenu ul{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	height:26px;
}
.submenu li{
	display:inline;
	height:26px;
}
.submenu li a{
	color:#003399;
	background:url(icon_sub_mn.gif) top left no-repeat;
	padding-left:10px;
	padding-right:20px;
	padding-top:5px;
	float:left;
	display:inline-block;
	text-decoration:none;
}

.submenu li a:hover{
	color:#da251c;
	text-decoration:underline;
}
