.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #fff;
margin: 0;
font: normal 10px Verdana;
font-family: Verdana, Arial, Helvetica, sans-serif !important;
/*z-index: 100; */
padding:5px;
border:solid 4px #99CC33;
max-height: 500px;
overflow: auto;
overflow-x: hidden;

-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
/*-moz-box-shadow:rgba(0,0,0,0.3) 0 0px 10px;
-webkit-box-shadow:rgba(0,0,0,0.3) 0 0px 10px;
-khtml-box-shadow:rgba(0,0,0,0.3) 0 0px 10px;*/


/*gradiend*/ /*
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 20%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(100%,#e5e5e5));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
*//*gradiend*/

}

.megamenu .column{
float: left;
background: white;
width: 195px; /*width of each menu column*/
margin: 4px;
}
.megamenu .column ul{padding: 0;list-style-type: none;}

.megamenu .column ul li{
border-bottom: solid 1px #E4F1C9;
background-image:none !important;
padding: 2px !important;
margin:0 !important;
}
.megamenu .column ul li:hover{background-color:#99CC33;
border-bottom: solid 1px #99CC33;}

.megamenu .column ul li:first-child { /*border-top: dashed 1px #ccc;*/}
.megamenu .column h3{
font: bold 16px Arial;
font-weight: bold;
text-shadow: none;
text-align: center;
margin: 0 0 2px 0;
padding: 4px;
color:#006633 !important;
border-bottom: solid 2px #006633;
}

.megamenu .column ul li a{
display: block !important;
text-decoration: none;
color:#759B26;
font-size: 14px;
font-weight:bold;
padding: 2px;
padding-left: 20px;
margin: 0;
background: url(images/arrow-f-2.png);
background-position: left center;
background-repeat: no-repeat;
}

.megamenu .column ul li a.important{color: #FF0000 !important;font-weight: bold;}
.megamenu .column ul li a span.important{color: #FF0000 !important;}
.megamenu .column ul li a:hover{
text-shadow:none !important;
color: #FFFFFF !important;
text-decoration: none !important;
background: url(images/arrow-f-2_hover.png);
background-position: left center;
background-repeat: no-repeat;
}
.megamenu .column ul li a:focus{ outline: 0;}



.anchormenu a
{
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;

/*text-transform: uppercase !important; */
position: relative;
/*display: inline-block;*/
line-height:24px;
margin: 1px;
text-decoration:none;
color:#99CC33;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif !important;
font-weight: bold;
font-size: 12px !important;
padding:4px;
padding-bottom:6px;
color:#FFFFFF !important;
/*border: solid 1px #660066; */
}

.anchormenu a:first-letter{  /* display: inline-block; veya block olan elementlere uygulanabilir*/
  text-transform: uppercase !important;
}
.combostyle{
background:transparent url(images/arrow-f-2_combo.png) right center no-repeat;
padding-right: 15px !important;
}

.combostyleactive{
background:#99CC33 url(images/arrow-f-2_comboclose.png) right center no-repeat !important;
padding-right: 15px !important;
}

.anchormenu a.important{color:#FF0000;}
.anchormenu a.c1{color:#006699;}
.anchormenu a.c2{color:#003300;}
.anchormenu a.c3{color:#660000;}
.anchormenu a.c4{color:#0033CC;}
.anchormenu a.c5{color:#330033;}
.anchormenu a.c6{color:#660066;}
.anchormenu a.c7{color:#3366FF;}
.anchormenu a.c8{color:#FF6600;}
.anchormenu a.c9{color:#990099;}
.more{font-weight: bold;}

.anchormenu a:hover {color: #fff;background:#99CC33;text-shadow: none;
      text-decoration: none;
}
.anchormenu .combostyle:hover{
background:#99CC33 url(images/arrow-f-2_combowhite.png) right center no-repeat;
padding-right: 15px !important;
}


.anchormenu a:focus, a.menunormal:focus{ outline: 0;}
.anchormenu a img {vertical-align: middle;max-height: 18px;}
.anchormenu a.menunormal, .menunormal{position: relative;line-height:16px;}

.anchormenu a.bottomtransparent,.bottomtransparent
{
    background:#99CC33;
    text-decoration: none;
    color: #fff !important;
    text-shadow: none !important;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
/*CSS3 	                    Mozilla equivalent 	            WebKit equivalent
border-top-right-radius 	-moz-border-radius-topright 	-webkit-border-top-right-radius
border-bottom-right-radius 	-moz-border-radius-bottomright 	-webkit-border-bottom-right-radius
border-bottom-left-radius 	-moz-border-radius-bottomleft 	-webkit-border-bottom-left-radius
border-top-left-radius 	    -moz-border-radius-topleft 	    -webkit-border-top-left-radius
border-radius 	            -moz-border-radius 	            -webkit-border-radius
*/
}
.anchormenu a.lefttransparent,.lefttransparent
{
background:#99CC33;
text-decoration: none;
color: #fff !important;
text-shadow: none !important;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius-topleft:0;
  -moz-border-radius-bottomleft:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-bottom-left-radius:0;
}

.anchormenu a.righttransparent,.righttransparent
{
background:#99CC33;
text-decoration: none;
color: #fff !important;
text-shadow: none !important;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
}

.anchormenu a.toptransparent,.toptransparent
{
background:#99CC33;
padding-bottom: 5px;
text-decoration: none;
color: #fff !important;
text-shadow: none !important;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-top-left-radius:0;
}