.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: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2E78BC;
	border-right-color: #2E78BC;
	border-bottom-color: #2E78BC;
	border-left-color: #2E78BC;
	background-image: url(../images/products-Menu_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 10.5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

.megamenu .column{
	float: left;
	width: 240px; /*width of each menu column*/
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.megamenu .column ul{
	margin: 0;
	list-style-type: none;
	padding-right: 0;
	padding-left: 0;
}

.megamenu .column ul li{
	padding-bottom: 5px;
	background-image: url(../images/arrow_02.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: text-indent;
	list-style-type: none;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
	text-decoration: none;
	padding-left: 10px;
	color: #313131;
	list-style-type: none;
	display: block;
}

.megamenu .column ul li a:hover{
	color: #A00C02;
}

