.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 11px Tahoma;
width: 100%;
/*border: 1px solid #FFC0FF;
border-width: 1px 0;*/
background: black url(images/navdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #000000;
padding: 7px 11px;
text-decoration: none;
border-right: 1px solid #FFC0FF;
}

.solidblockmenu li a:visited{
color: #000000;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #000000;
background: transparent url(images/navactive.gif) center 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.*/
font: 10px Tahoma;
margin-left: 12px;
}

*: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: .5em;
margin-left: 12px;
}*/

.tabcontent{
display:none;
padding-top: 2px;
}



A:link.ddlink,A:active.ddlink,A:visited.ddlink{
            font-family: Tahoma, arial, sans-serif;
				font-size: 10px;
				margin-top: 0;
				font-weight: normal;
				color: #ffffff;
				text-decoration: underline;
}

A:hover.ddlink{font-family: Tahoma, arial, sans-serif;
            font-size: 10px;
				margin-top: 0;
				font-weight: normal;
				color: #F32BAF;
            text-decoration: underline;
}