/* ######### Shared basic style for mega drop down menu DIV ######### */

.mega{
	position:absolute;
	visibility:hidden;
	/*border:1px  solid #979EA4;*/
	border-right:1px solid #979EA4;
	border-left:1px solid #979EA4;
	border-bottom:1px solid #979EA4;
	/*border-top-width:1px;*/
	background:white;
	/*left: 40px;*/
	top: 94px;
	-webkit-box-shadow: 5px 5px 5px #c8c8c8; /*css 3 shadows*/
	-moz-box-shadow: 5px 5px 5px #c8c8c8;
	/*box-shadow: 5px 5px 5px #c8c8c8;*/
}

.mega .column{ /*each link column within a mega menu*/
float:left;
width:49%;
}

.mega a{
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;
margin-left:5px;
padding:10px;
list-style:none;
}

.mega .column ul li{
margin-bottom:3px;

}

.mega .ulmenu{ /*style any UL within mega menu with class="ulmenu"*/
margin:0;
padding:10px;
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:3px solid #cd0000;
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: right;
font: 13px "Lucida Sans";
text-transform: uppercase;
/*width: 555px;*/
/*height:49px;*/
overflow: hidden;
/*margin-bottom: 1em;*/
/*border: 1px solid #625e00;*/
/*background: black url(blockdefault.gif) center center repeat-x;*/
}

.solidblockmenu li{
	display: inline;

}

.solidblockmenu li a{
float: left;
color: white;
padding: 16px 13px;
text-decoration: none;
border-right: 1px solid #4A4A4A;
border-left: 1px solid #000;
}

.solidblockmenu li a:visited{
color: white;
background-image: url(images/arrow_icon.png);
background-repeat: no-repeat;
background-position: center bottom;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{ /*Selected Tab style*/
color: white;
background-image: url(images/arrow_icon.png);
background-repeat: no-repeat;
background-position: center bottom;
}
.selected123{
background-image: url(images/arrow_icon.png);
background-repeat: no-repeat;
background-position: center bottom;
}
.menu_font{
	font-family:"Lucida Sans";
	font-size:14px;
	color:#424242;
	text-transform: uppercase;
	text-decoration : none;
}
.menu_font:visited {
	font-family:"Lucida Sans";
	font-size:14px;
	color:#424242;
	text-transform: uppercase;
	text-decoration : none;
}
.menu_font:hover{
	font-family:"Lucida Sans";
	font-size:14px;
	color:#424242;
	text-transform: uppercase;
	text-decoration : none;
}
