/*  Start Menu   */

.glowingtabs{
float:left;
width:100%;
line-height:normal;
}

.glowingtabs ul{
width:1000px;
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: 6px 0;
font-family:"Trebuchet MS";
font-size:13px;
text-transform:capitalize;
font-weight:bold;
color:#000;
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; 
color: #fff;
}

.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:1000px; 
height:31px; 
background:url(../images/submenu-bg.jpg) #000 center 90% no-repeat;
}
#tabcontent{
width:100%;
float:left;
}
#tabcontent ul{
padding:0px;
margin:3px 0 0 20px;
}
#tabcontent ul li{
margin:0;
padding:0 18px;
line-height:20px;
background:url(../images/submenu-right.gif) right no-repeat;
display:inline;
}
#tabcontent ul li a{
font-family:"Trebuchet MS";
font-size:12px;
font-weight:none;
color:#fff;
text-transform:capitalize;
text-decoration:none;
margin:0px;
}
#tabcontent ul li a:hover{
color:#2c88f6;
}