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

.mega{
width:480px; /*default width of mega menu*/
height:auto;
padding:10px;
position:absolute;
visibility:hidden;
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
/*line-height:18px;*/
z-index:1000;
background-color: #F5F5F5;
margin: 2px 0 0 8px;
-moz-box-shadow: 0 0 2px #888;
-webkit-box-shadow: 0 0 2px#888;
box-shadow: 0 0 2px #888;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#888888')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#888888');
}

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

.mega a{
text-decoration:none;
display: block;
text-indent: 3px;
padding: 1px 30px 5px 5px;
text-decoration: none;
font-weight: normal;
color: #6a7070;
}

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

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

.mega .column ul li{
margin-bottom:5px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
}

.mega .column ul li a img{
	padding-bottom: 4px;
	vertical-align: middle;
	padding-right: 5px;
}
.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*/
padding:0; /*remove default padding inside mega menu*/
}

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

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font:normal 12px Verdana;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #FFF;
z-index:1000;
background-color: #F3F3F3;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #76A298;
border-bottom: 1px solid #FFF;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

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

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