.cdizzmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 0px solid #625e00;
border-width: 0px 0;
background: url(media/B-UP.gif) top center repeat-x;

}

.cdizzmenu li{
display: inline;
}

.cdizzmenu li a{
float: left;
color: #09490D;
/* padding: 8px 11px; */
text-decoration: none;
/* border-right: 1px solid white; */
background:  url(menu2/133ButtonUP.gif) top center repeat-x;
}

.cdizzmenu li a:visited{
color: #09490D;
}

.cdizzmenu li a:hover, .solidblockmenu li a.current{
color: #09490D;
/* background: transparent url(media/B-OVER.gif) center center repeat-x;
background: url(media/B-OVER.gif) center center repeat-x; */
background: url(menu2/133ButtonOVER.gif) top center repeat-x;
}

.cdizzmenu li.selected a{ /*selected tab effect*/
background: url(menu2/133ButtonSELECTED.gif) top center repeat-x;
}

.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.*/
textDecoration: none;
}

.tabcontainerblk{
clear: left;
background: black;
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
textDecoration: none;
}


*: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{
color: #09490D;
font: bold 12px Arial;
text-decoration: none;
padding: 5px 8px;
/* width: 100%; */
display:none;
background: #EDE032;
}


.tabcontent a{
color: #09490D;
text-decoration: none;
}

.tabcontent a:visited{
color: #09490D;
}

.tabcontent a:link{
color: #09490D;
}

.tabcontent a:hover{
color: #09790D;
}