#menuholder {
padding: 0;
width: 100%;
height: 66px;
background: url(/includes/nav/ddtabmenufiles/media/nav_bg.gif) center top repeat-x #323131;
}

.solidblockmenu ul{
margin: 0;
padding: 6px 6px 6px 6px ;
float: left;
font: bold 12px Arial;
width: 100%;
}

*html .solidblockmenu ul {padding: 6px 6px 18px 6px ;}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #CCCBCB;

text-decoration: none;

}

.solidblockmenu li a:visited{
color: #CCCBCB;
}

.roll1 a{
background-image:url(/images/nav/roll1.gif);
width:52px; height:25px; display:block;
}
.roll2 a{
background-image:url(/images/nav/roll2.gif);
width:116px; height:25px; display:block;
}

.roll3 a{
background-image:url(/images/nav/roll3.gif);
width:116px; height:25px; display:block;
}

.roll4 a{
background-image:url(/images/nav/roll4.gif);
width:93px; height:25px; display:block;
}

.roll5 a{
background-image:url(/images/nav/roll5.gif);
width:116px; height:25px; display:block;
}

.roll6 a{
background-image:url(/images/nav/roll6.gif);
width:90px; height:25px; display:block;
}

.roll7 a{
background-image:url(/images/nav/roll7.gif);
width:49px; height:25px; display:block;
}

.roll1 a:hover, .roll1 a.current{
background-image:url(/images/nav/roll1_o.gif);
width:52px; height:25px; display:block;
}

.roll2 a:hover, .roll2 a.current{
background-image:url(/images/nav/roll2_o.gif);
width:116px; height:25px; display:block;
}

.roll3 a:hover, .roll3 a.current{
background-image:url(/images/nav/roll3_o.gif);
width:116px; height:25px; display:block;
}

.roll4 a:hover, .roll4 a.current{
background-image:url(/images/nav/roll4_o.gif);
width:93px; height:25px; display:block;
}

.roll5 a:hover, .roll5 a.current{
background-image:url(/images/nav/roll5_o.gif);
width:116px; height:25px; display:block;
}

.roll6 a:hover, .roll6 a.current{
background-image:url(/images/nav/roll6_o.gif);
width:90px; height:25px; display:block;
}

.roll7 a:hover, .roll7 a.current{
background-image:url(/images/nav/roll7_o.gif);
width:49px; height:25px; display:block;
}

.tabcontainer{
clear: left;
width:100%; /*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.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
color: ##CCCBCB;
font: bold 12px Arial;

}

.subbiesx{
color: #CCCBCB;
font: bold 11px Arial;
text-decoration: none;
line-height:22px;
cursor:pointer;
}

.subbiesx:hover{
color: #FF0066;
/*text-decoration: underline;*/
}

.subbiesONx{
color: #B9E55F;
font: bold 11px Arial;
text-decoration: none;
line-height:22px;
}


#submenulist li{
display:inline; float:left; list-style-type:none; padding: 0 5px 5px 0px ; 
}

#submenulist {
padding: 0 0 0 16px ;
margin: 0px;
}

#submenulist a:hover{
color: #B9E55F;}

.subdivider {
padding: 0 0 16px 0 ;
margin: 0px;
}
