.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #444343;
border: 1px solid #666;
border-width: 5px 1px;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;
}

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

.megamenu .column ul{
margin: 0;
padding: 0 0 0 0px;
}

.megamenu .column ul li{
padding-bottom: 5px;
margin-left: 20px;
font-size:10px;
line-height: 10px;
text-align:left;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
padding: 2px;
}

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

.megamenu .column ul li a:hover{
color: red;
}

/*ROW STYLING*/
.megamenu .row{
width: 360px; /*width of each menu row*/
}

.megamenu .row ul{
margin: 0;
padding: 0 0 10px 0;
list-style-type: none;
}

.megamenu .row ul li{
	display: inline;
font-size: 10px;
padding: 0 5px 5px 5px;
}

.megamenu .row h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .row ul li a{
text-decoration: underline;
padding: 0 5px 0 5px;
font-size: 10px;
}

.megamenu .row ul li a:hover{
color: #000;
}

.megamenuedit {
	color: #000 !important;	
}

.megamenuedit a {
	color: #000 !important;	
}

.grow {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

a#g01 { background: url(/main/sites/all/themes/psi_protection/common/img/drops/fire.gif) no-repeat; }
#megamenu1.grow a#g01:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/fire_over.gif) no-repeat #CCC; }
#megamenu1.growtwo a#g01:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/fire_ob.gif) no-repeat #CCC; }
a#g02 { background: url(/main/sites/all/themes/psi_protection/common/img/drops/lock.gif) no-repeat; }
#megamenu1.grow a#g02:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/lock_over.gif) no-repeat #CCC; }
#megamenu1.growtwo a#g02:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/lock_ob.gif) no-repeat #CCC; }
a#g03 { background: url(/main/sites/all/themes/psi_protection/common/img/drops/rays.gif) no-repeat; }
#megamenu1.grow a#g03:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/rays_over.gif) no-repeat #CCC; }
#megamenu1.growtwo a#g03:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/rays_ob.gif) no-repeat #CCC; }
a#g04 { background: url(/main/sites/all/themes/psi_protection/common/img/drops/check.gif) no-repeat; }
#megamenu1.grow a#g04:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/check_over.gif) no-repeat #CCC; }
#megamenu1.growtwo a#g04:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/check_ob.gif) no-repeat #CCC; }
a#g05 { background: url(/main/sites/all/themes/psi_protection/common/img/drops/network.gif) no-repeat; }
#megamenu1.grow a#g05:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/network_over.gif) no-repeat #CCC; }
#megamenu1.growtwo a#g05:hover { background: url(/main/sites/all/themes/psi_protection/common/img/drops/network_ob.gif) no-repeat #CCC; }

#megamenu2.growtwo a:hover { background: #CCC; }

#preloader {
	background: url(/main/sites/all/themes/psi_protection/common/img/drops/fire_ob.gif) no-repeat;
	background: url(/main/sites/all/themes/psi_protection/common/img/drops/lock_ob.gif) no-repeat;
	background: url(/main/sites/all/themes/psi_protection/common/img/drops/rays_ob.gif) no-repeat;
	background: url(/main/sites/all/themes/psi_protection/common/img/drops/check_ob.gif) no-repeat;
	background: url(/main/sites/all/themes/psi_protection/common/img/drops/network_ob.gif) no-repeat;
	margin-left: -1000px;
}

.grow a {
	display: block;
}

#megamenu1 .grow a {
	display: block;
	padding: 7px 5px 8px 32px;	
}

#megamenu2 .grow a {
	display: block;
	padding: 7px 5px 8px 5px;	
}


.grow a:link, .grow a:visited {
	color: #FFF;
	text-decoration:underline;
}

.grow a:hover, .grow a:active {
	color: #444343;
	text-decoration:none;
	background: #CCC;
}

