.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 10px;
	z-index: 100;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #961B21;
	border-right-color: #961B21;
	border-bottom-color: #961B21;
	border-left-color: #961B21;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FCFCFC;

}

.megamenu .column{
	float: left;
	width: 200px; /*width of each menu column*/
	margin-right: 5px;
	margin-left: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 10px;
}

.megamenu .column h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DD444B;
	background-repeat: repeat;
	background-image: url(../images/line.jpg);
	margin: 2px;
	width: 210px;
	padding: 2px;
}

.megamenu .column ul li a{
	text-decoration: none;
	color: #AA0000;
}

.megamenu .column ul li a:hover{
color: #666666;
}
.megamenu .column h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-repeat: repeat-x;
	margin-bottom: 3px;
	text-decoration: none;
}
.cssmenulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}
