.megamenu {
position: absolute;
display: none;
left: 0;
top: 0;
	/*width: 660px;*/
	height: 340px;
	background: #ffffff;
	border-bottom: 4px solid #c20200;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	border-top: 1px solid #8f8f8f;
z-index: 100;
}
.megamenu .column{
float: left;
width: 200px; /*width of each menu column*/
margin-right: 5px;
}
.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.megamenu .column ul li{
	background: transparent url("../images/layout/li_red.png") no-repeat scroll left 3px;
	line-height: 14px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.megamenu .column h3{	
}
.megamenu .column ul li a{
	font-weight: bold;
	color: #c20200;
}
.megamenu .column ul li a:hover{
}
