/*  Start Menu   */

.glowingtabs{
float:left;
width:100%;
line-height:normal;
}

.glowingtabs ul{
width:954px;
float:left;
list-style-type: none;
margin:0;
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
margin:0;
padding:0;
text-decoration:none;
cursor:hand;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/tabbg.jpg) no-repeat right bottom;
padding: 10px 0;
font-family: arial;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
color:#fff;
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: #fff;
}

.glowingtabs a.current{ 
background-position:0% -82px; 
}

.glowingtabs a.current span{ 
background-position:100% -0px; 
}

.glowingtabs a:hover{ 
background-position:0% -82px; 
}

.glowingtabs a:hover span{ 
background-position:100% -0px; 
}

.ltab a span {
background-position:left bottom;
}

.ltab a.current span{ 
background-position:left top;
}
.ltab a:hover span {
background-position:left top;
}

/*  End Menu   */

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:27px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background:url(../images/drop-bg.gif) repeat-x;
}

.tabcontent{
display:none;
width:100%;
float:left;
text-align:left;
margin-top:3px;
line-height:normal;
}

.tabcontent ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.tabcontent li{
display:inline;
margin:0;
padding:0;
}

.tabcontent a{
float:left;
background:url(../images/submenu-left.jpg) no-repeat left top;
margin:0;
margin-top:1px;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
font-family:arial;
font-size:11px;
font-weight:bold;
color:#fff;
text-transform:capitalize;
line-height:12px;
}

.tabcontent a span{
float:left;
display:block;
background:url(../images/submenu-right.jpg) no-repeat right top;
padding: 4px 13px 4px 1px;
font-weight:bold;
color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabcontent a span {float:none;}
/* End IE5-Mac hack */

.tabcontent a:hover span {
color: white;
}

.tabcontent a:hover{ /*onMouseover style*/
background-position:0% -22px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontent a:hover span{ /*onMouseover style*/
background-position:100% -22px; /*Shift background image up to start of 2nd tab image*/
}
