.solidblockmenu_intro ul{
margin: 0;
padding: 0;
float: right;
font: bold 11px Arial;
width: 100%;

}

.solidblockmenu_intro li{
display: inline;
}

.solidblockmenu_intro li a{
float: right;
color: white;
margin: 3px 0px 5px 0px;
padding:0px 15px;
text-decoration: none;
}

.solidblockmenu_intro li a:visited{
color: white;
}

.solidblockmenu_intro li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(media/blockactive_intro.gif) center center repeat-x;
}
.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 11px Arial;
width: 992px;
background: transparent url(media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 6px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(media/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:992px; /*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.*/

}
.menucontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.7em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background: #EAEAEA url(media/bg_submenu.gif) bottom center repeat-x;
padding-top:3px;
}

*: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;
}
.tabcontent li{
display: inline;
padding-left:10px;

}
.tabcontent ul{
	margin: 0;
	padding: 0;
	font: 11px Tahoma;
	color: #7B6056;

}
.tabcontent li a{	
	text-decoration: none;
	color: #7B6056;

}

.tabcontent li a:hover{
	text-decoration: underline;
}

.sptabs{
float:left;
width:100%;
line-height:normal;

}

.sptabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.sptabs li{
display:inline;
margin:0px 0px 0px 0px;
padding: 0px 0px 0xp 0px;
}

.sptabs a{
	float:left;
	text-decoration: none;
}
.sptabs a span{
	
	display:block;
	padding: 7px 20px 5px 15px;	
	color: #FFFFFF;
	background:url(media/tab_off.jpg) right top no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	

}


.sptabs a:hover span,.sptabs a.current span{
	color: #EB1D25;
	background:url(media/tab_on.jpg) right top no-repeat;
	text-decoration: none;
	
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.sptabs a span {float:none;}
/* End IE5-Mac hack */

.sptabsline{
clear: both;
padding: 0;
width: 100%;
height: 6px;
}


