/* ######### Shared basic style for mega drop down menu DIV ######### */

.mega{
	width: 615px; /*default width of mega menu*/
	padding: 10px;
	position: absolute;
	left: auto;
	top: auto;
	float: left;
	visibility: hidden;
	border: 2px solid black;
	border-top-width: 1px;
	background-color: #DCDCDC;
	-webkit-box-shadow: 5px 5px 5px #c8c8c8; /*css 3 shadows*/
	-moz-box-shadow: 5px 5px 5px #c8c8c8;
	box-shadow: 5px 5px 5px #c8c8c8;
	margin-top: 0px;
	margin-bottom: -100px;
}

.mega .column{ /*each link column within a mega menu*/
	float: left;
	width: 55%;
}

.mega a{
text-decoration:none;
}

.mega a[rel]:after{ /*add "down.png" to anchor links, or those with a rel attribute */
content:" " url(../Templates/down.png);
}

.mega .column ul{
margin:0;
margin-left:5px;
padding:0;
list-style:none;
}

.mega .column ul li{
margin-bottom:3px;
}

.mega .ulmenu{ /*style any UL within mega menu with class="ulmenu"*/
margin:0;
padding:0;
border:1px solid gray;
border-bottom-width:0;
list-style:none;
}

.mega .ulmenu a{
display:block;
border-bottom:1px solid gray;
padding:5px;
}

.mega .ulmenu a:hover{
background:lightyellow;
}

/* ######### Style for Solid Block Mega Menu ######### */

.solidblocktheme{ /*additional mega drop down menu style for this theme*/
	border: 1px solid #8B8B8B;
	padding: 0; /*remove default padding inside mega menu*/
	font-family: "Arial", Verdana, sans-serif;
	font-weight: 400;
	font-size: 10pt;
}

.solidblocktheme p, .solidblocktheme .column{
padding:10px; /*add padding inside p and .column elements within mega menu*/
width:185px;
}

.solidblockmenu{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 98%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(../Templates/blockdefault.gif) center center repeat-x;
	/* [disabled]border-radius: 5px; */
	/* [disabled]height: 36px; */
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding-top: 9px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 9px;
	text-decoration: none;
	/* [disabled]border-right: 1px solid white; */
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{ /*Selected Tab style*/
	color: #FFFFFF;
	background: transparent url(../Templates/blockactive.gif) center center repeat-x;
}
