.megamenu{
position: absolute;
display: none;
left: 270px;
top: 200px;
background: white;
border: 1px solid #979797;
padding: 0px;
font: normal 12px Verdana;
z-index: 100;
text-align:left;

}
.megaborder{
	background:url(/skins/FixedSize/styleImages/backgrounds/megaborders.png);
	height:10px;
	clear:both;
}
.megacontents{
	padding:10px;
	background-image: url(/skins/FixedSize/styleImages/backgrounds/megaBg.png);
}
.megacontents p{
	font-family:'Bree Serif', serif;
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a9a9;
	margin-bottom:5px;
}
.megamenu .column{
	float: left;
	width: 180px; /*width of each menu column*/
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a9a9a9;
	padding:5px;
}
.lastColumn{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a9a9a9;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
	padding-bottom: 5px;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
	display:block;
	padding-left:10px;
	text-decoration: none;
	color: #262626;
}

.megamenu .column ul li a:hover{
	color: #0a381e;
	text-decoration:underline;
	background-image: url(/skins/FixedSize/styleImages/backgrounds/megaArrorw.png);
	background-repeat: no-repeat;
	background-position: left center;
}