.glowingtabs_mmenu{
float:left;
/*width:100%;*/
line-height:normal;
position:relative;
background: #ffffff;
padding-top:2px;
/*border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

.glowingtabs_mmenu ul{
list-style-type: none;
font: normal 12px Tahoma,Arial, Verdana, sans-serif;

font-weight:normal;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs_mmenu li{
display:inline;
margin:0;
padding-top:10px;
}

.glowingtabs_mmenu a{
float:left;
background: #24456e url(media/color_tabs_blue_left.png) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
}

.glowingtabs_mmenu a span{
float:left;
display:block;
background:url(media/color_tab_blue.png) no-repeat right top;
padding: 6px 12px 6px 3px;
font-weight:normal;
color:#ffffff;
text-decoration:none;

}

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

.glowingtabs_mmenu a:hover span {
color: #ffffff;
text-decoration:none;

}

.glowingtabs_mmenu a.current{ /*Selected Tab style*/
background-position:0 -42px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}


/*CURRENT TAB SPAN USING id="current" GENERATED BY JOOMLA :) */
#page_bg #wrapper #wrapper_r #header #header_l #ddtabs3 .menu #current span{
background-position:100% -42px; /*Shift background image up to start of 2nd tab image*/
color: #24456e;
font-weight:normal;
text-decoration:none;
}
/*CURRENT TAB A USING id="current" GENERATED BY JOOMLA :) */
#page_bg #wrapper #wrapper_r #header #header_l #ddtabs3 .menu #current a{
background-position:0% -42px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.glowingtabs_mmenu a.current span{ /*Selected Tab style*/
background-position:100% -42px; /*Shift background image up to start of 2nd tab image*/
color: #24456e;
}

.glowingtabs_mmenu a:hover{ /*onMouseover style*/
background-position:0% -42px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.glowingtabs_mmenu a:hover span{ /*onMouseover style*/
background-position:100% -42px; /*Shift background image up to start of 2nd tab image*/
color: #24456e;
font-weight:normal;
text-decoration:none;
}

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

.tabcontent{
display:none;
}