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

.mega{
width:190px; /*default width of mega menu*/
position:absolute;
visibility:hidden;
background:#57a11d;
font-family: 'oswaldlight', sans-serif;
font-size: 14px;
color: #ffffff;
font-weight:200;
/*height:205px;*/
}

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

.mega a{
font-family: 'oswaldlight', sans-serif;
font-size: 14px;
letter-spacing:.1mm;
color: #ffffff;
font-weight:200;
text-decoration:none;

}

.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;
padding:0;
list-style:none;

}


.mega .column ul li {
width:165px;
margin-top:2px;
margin-bottom:2px;
padding-bottom:8px;
padding-top:0px;
padding-left:7px;
padding-right:7px;
background-color:#57a11d;
border-bottom:1px solid #7ac142;

}
.mega .column ul li a:hover {
width:165px;
font-family: 'oswaldlight', sans-serif;
font-size: 14px;
letter-spacing:.1mm;
color: #cefaac;
font-weight:200;
}

.mega .ulmenu{ /*style any UL within mega menu with class="ulmenu"*/
margin:0;
padding:0;
border:1px solid #88cc51;
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 #88cc51;
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{
	padding: 0;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: 'oswaldlight', sans-serif;
	font-size: 14px;
	color: #ffffff;
	width: 630px;
	height:auto;
    font-weight:200;
/*	font-weight:100;*/
	overflow: hidden;
	height:auto;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:0;
	background-color:#7ac142;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	background: url(../images/nav_line.jpg)  no-repeat;
	background-position:center right;
	height:26px;
	font-family: 'oswaldlight', sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	color: #ffffff;
	/*	font-weight:100;*/
	font-weight:200;
	text-transform: uppercase;
	letter-spacing:.3mm;
	float: left;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom:0px;
	padding-right: 32px;
	padding-left: 32px;

}

.solidblockmenu li a:visited{
color: #ffffff;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{ /*Selected Tab style*/
color: #cefaac;
background-color:#57a11d;

}
