
.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(../ddtabmenu/media/blockdefault.gif) center center repeat-x;
	font-size: 13px;
	font-weight: bolder;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #FFFFFF;
	padding: 9px 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(../ddtabmenu/media/blockactive.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.*/
}

*: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;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: -2px;
	border: 0;/*1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	
filter: progid:DXImageTransform.Microsoft.Shadow(color=#BF0000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	left: 137px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #BF0000;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: white;

}