.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #fff url(images/ustarka2.jpg) repeat-x ;	
border: 1px solid #262739;
border-width: 1px 1px;
padding: 20px 20px 20px 20px;
font: normal 12px Verdana;
z-index: 10000;
float: left;

}

.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
z-index: 10000;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover{
color: red;
}

/* footer-list */
.megamenu ul.footer-list {
	border-top: 0px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 0;
}
.megamenu ul.footer-list li {
	border-bottom: 0px solid #E6E6E6;

}
.megamenu ul.footer-list li a {
	display: block;
	width: 100%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #888;
	border: none;
}
.megamenu ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
    float: left;

}
.megamenu ul.footer-list li a:hover,
.megamenu ul.footer-list li a:hover span {
	color: #333;	
}
