.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 15px Verdana;
width: 100%;
border: 0px solid #625e00;
border-width: 0px 0px;
background: black url(/images/3_0/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
width: 174px; /*adjust this depending on the number of main menu items. Padding is different from IE and FF, so use width exclusively.*/
float: left;
color: white;
padding: 11px 0px; /*adjust the first number to make the rollover gif cover different height of the menu button.*/
text-decoration: none;
text-align: center;
border-right: 0px solid white; 
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(/images/3_0/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height: 1.5em; /*1.5em; height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
font: 13px Verdana;
padding: 0 20px; /*first number adjust the top/bottom (larger = lower); second number adjust the left/right (larger = out of screen right) */
color: #FF9900;
text-align: center;
}

*: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: 0em; /* -1em; */
}

.tabcontent{
display:none;
}



/* video player menu */

.solidvideomenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 11px Verdana;
width: 480px;
border: 0px solid #625e00;
border-width: 0px 0px;
background: black url(/images/3_0/videodefault.gif) center center repeat-x;
}

.solidvideomenu li{
display: inline;
margin: 0;
padding: 0;
}

.solidvideomenu li a{
width: 120px; /*adjust this depending on the number of main menu items. Padding is different from IE and FF, so use width exclusively.*/
float: left;
color: white;
margin: 0px;
padding: 6px 0px; /*adjust the first number to make the rollover gif cover different height of the menu button.*/
text-decoration: none;
text-align: center;
border: 0px;
border-right: 0px solid white; 
}

.solidvideomenu li a:visited{
color: white;
}

.solidvideomenu li a:hover, .solidvideomenu li a.current{
color: white;
background: transparent url(/images/3_0/videoactive.gif) center center repeat-x;
}


