.solidblockmenu ul{
background-position: center; border-left:0 solid #323232; border-right:0 solid #323232; border-top:1px solid #323232; border-bottom:1px solid #323232; margin:0; padding:0; float: left;
width: 100%;
; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Arial; background-image:url('media/menu_pink.jpg'); background-repeat:repeat-x; background-attachment:scroll
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #EAEAEA;
text-decoration: none;
border-right: 1px solid #323232;; padding-left:11px; padding-right:11px; padding-top:4px; padding-bottom:4px
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
background-position: center; color: #000000;
background-image:url('media/ylw_hvr.jpg'); background-repeat:repeat-x; background-attachment:scroll
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.5em
}

*: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;
}
