.glowingtabsprj{
float:left;
width:100%;
line-height:normal;
}

.glowingtabsprj ul{
list-style-type: none;
margin:0;
margin-left: 2px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabsprj li{
display:inline;
margin:0;
padding:0;
}

.glowingtabsprj a{
float:left;
background:url(/www/v4/WebCom.nsf/pa_menu_tab_project/$File/menugauche2.gif) no-repeat left top;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:0px 0px 1px 8px;
text-decoration:none !important;
}

.glowingtabsprj a span{
float:left;
display:block;
background:url(/www/v4/WebCom.nsf/pa_menu_tab_project/$File/menudroit2.gif) no-repeat right top;
padding: 8px 5px 3px 0px;

margin-bottom:-1px;
position:relative;

font: 12px Arial;
font-weight:normal;
color: black;
text-align:center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabsprj a span {float:none;}
/* End IE5-Mac hack */

.glowingtabsprj a:hover span {
color: black;
}

.glowingtabsprj a.current{ /*Selected Tab style*/
background-position:0 -31px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabsprj a.current span{ /*Selected Tab style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabsprj a:hover{ /*onMouseover style*/
background-position:0% -31px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabsprj a:hover span{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainerprj{
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.*/
}

.tabcontentprj{
display:none;
}