@CHARSET "ISO-8859-1";

.megamenu {
	background:#9FC54E;
	border:1px solid #9FC54E;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:helvetica, arial, sans-serif;
	font-size:24px;
	width:698px;
	height:60px;
	color:#FFF;
	margin:0;
	padding:0;

}
.downservices{
	z-index: 1000;
	width: 100px;
}
.navigation{
	z-index: 500;
	position:relative;	
}
.bigmenu {
	display:none;
	text-align:left;
	position:absolute;
	top:30px;
	left:40px;
	background:#444;
	font-size:12px;
	width:585px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	padding:10px;
	z-index: 1100;
}


.bigmenu p{
	color:white;
}

.bigmenu li, .bigmenu a{
	display: list-item;
}


.bigmenu .mleft{
	background-color: #1F1F1F;
	width:300px;
	height: 230px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.bigmenu .mright {
	float:right;
	background: #172323 url(img/menu_bg.jpg);
	width:250px;
	height:250px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid black;
}

.bigmenu{
	color:white;
}

.bigmenu .h{
	line-height: 1.2em;	
	color:white;
}

.bigmenu h1,.bigmenu h2, .bigmenu h3, .bigmenu h4, .bigmenu h5, .bigmenu h6{
	color: #fff;
	font-family: sans-serif;
	display: inline;
}

.bigmenu a.link{
	text-decoration: none;
	display: block;
	padding:10px;
	padding-bottom:0px;
}

.bigmenu a.link ul li{
	list-style-type: none;
}

.bigmenu a.link:hover{
	cursor: pointer;
	background: #2F2F2F;
}

