#header #menu ul { padding:0; margin:0; }
#header #menu { color:#FFF; font-size:14px; height:38px; background:url('../images/bg-menu-rpt.png') repeat-x top; z-index:100; position:fixed; width:1000px }
#header #menu > ul { height:38px; line-height:38px; }
#header #menu .menu li a { color:#C5E49C; text-decoration:none; display:block; padding:0 10px; }
#header #menu .menu li a:hover { color:#FFF; }
#header #menu .menu > li { display:inline-block; float:left; border-right:1px solid #577E11; position:relative; }
#header #menu .menu li ul li { line-height:20px; }
#header #menu .menu li.current { background:url('../images/ico-menu.png') no-repeat center bottom;}
#header #menu .menu li.current > a { color:#FFF; font-weight:bold; }
#header #menu .menu .drop a { background:url('../images/drop-out.png') no-repeat right 15px; padding:0 25px 0 15px; margin:0 10px 0 0; }
#header #menu .menu .drop a:hover { background:url('../images/drop.png') no-repeat right 15px; }
#header #menu .menu .drop.current a { background:url('../images/drop.png') no-repeat right 15px; }
#header #menu .menu .drop .dropDown { background:#698E23; position:absolute; display:block; width:430px; padding:15px 0 15px 18px; font-size:12px; z-index:500; }
#header #menu .menu .drop .dropDown .dropColumn { float:left; width:170px; border-left:1px solid #577E11; padding:0 24px 0 20px; }
#header #menu .menu .drop .dropDown #firstColumn { padding:0 20px 0 0; border:none; }

.dropDown .dropColumn h2 { color:#FFF; margin:0; font-size:14px; }
.dropDown .dropColumn ul { padding:0; margin:0; min-height:140px; }
#header #menu .menu .dropDown .dropColumn ul li { list-style:none; padding:5px 0; }
#header #menu .menu .dropDown .dropColumn ul li a { padding:0 0 0 20px; margin:0; display:block; background:url('../images/btn-more-light2.png') no-repeat 0 3px; }
#header #menu .menu .dropDown .dropColumn ul li a:hover { background:url('../images/btn-menu2.png') no-repeat 0 3px; color:#FFF; }

/* LOGIN FORM */
#header #menu .menu .drop .dropDownLogin { background:#54761B; position:absolute; display:block; padding:20px; z-index:500; }

/* ANIMATION */
#header #menu .menu .drop .dropDown, #header #menu .menu .drop .dropDownLogin { display:none; }

/*
.error,
.sent { font-size:12px; line-height:18px; padding:5px; margin-bottom:10px; }
.error { background:#f3afa6; border:#ef9588 solid 1px; color:#992213; }
.sent { background:#bef08f; border:#adec71 solid 1px; color:#37620d; }
*/