.bg {background: url(../images/button4.gif);}
.menu {padding:0 0 0 32px; margin:0; list-style:none; height:40px; background:#fff url(../images/button1a.gif) repeat-x; position:relative; font-family: verdana; }
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#bbb; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#000; background: url(../images/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(../images/button4.gif) no-repeat right top;}
/*.menu li a.top_link:hover span.down {background:url(images/button4a.gif) no-repeat right top;}*/

.menu li:hover > a.top_link {color:#000; background: url(../images/button4.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(../images/button4.gif) no-repeat right top;}
/*.menu li:hover > a.top_link span.down {background:url(images/button4a.gif) no-repeat right top;}*/

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:2px; top:40px; right:2px; background: #fff; padding:2px 0; border:1px dotted #9e9e9e; white-space:nowrap; width:250px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:240px;}
.menu :hover ul.sub li a {font-weight:normal;display:block; font-size:11px; height:20px; width:240px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/*.menu :hover ul.sub li a.fly {background:#fff url(images/arrow.gif) 80px 7px no-repeat;}*/
.menu :hover ul.sub li a:hover {background:#999999; color:#fff;}
/*.menu :hover ul.sub li a.fly:hover {background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}*/ 

.banbg {background: url(../img/banner_top.jpg);}
body{font-size:10px; font-family: verdana; color:#968e87;}
/* get rid of those system borders being generated for A tags 
a:active {
  outline:none;
}
a:focus {
  -moz-outline-style:none;
}*/
.link a{font-size:10px; font-family: verdana; color:#7f7f80; text-decoration:none;}
.link a:hover{font-size:10px; font-family: verdana; color:#968e87;text-decoration:underline}

.footer {font-size:10px; font-family: verdana; color:#7f7f80; text-decoration:none;
				padding:20px 10px 10px 250px;
				}
.footer b{color:#7f7f80;}
a:link {color:#666767;}
a:visited {color:#666767;}
a:hover {color:#333333;}
a:active{color:#666767;}
.articol{ padding:10px 10px 10px 10px;}
/*START Form Validator*/			
/* form style */
#myform {	background:#838484;	padding:15px 20px;	color:white;	width:400px;	margin:0 auto;	position:relative;
	-moz-border-radius:5px;	-webkit-border-radius:5px;} 
/* nested fieldset */
#myform fieldset { border:0; 	margin:0; 	padding:0;	background:#838484 url() no-repeat scroll 215px 40px;}
/* typography */
#myform h3 	{ font-size:14px; color:white; margin-top:0px; }
#myform p 	{ font-size:12px; }
/* input field */
#myform input {	border:1px solid #444;	background-color:#666;	padding:2px 2px 2px 2px;	color:white;	font-size:12px;
	/* CSS3 spicing */
	text-shadow:1px 1px 1px #000;	-moz-border-radius:4px;	-webkit-border-radius:4px;}
#myform input:focus 		{ color:#fff; background-color:#777; }
#myform input:active 	{ background-color:#888; } 
#myform textarea {	border:1px solid #444;	background-color:#666;	padding:2px 2px 2px 2px;	color:white;	font-size:12px;
	/* CSS3 spicing */
	text-shadow:1px 1px 1px #000;	-moz-border-radius:4px;	-webkit-border-radius:4px;}
/* button */
#myform button {	outline:0;	border:1px solid #666;}
/* error message */
.error {	height:14px;	background-color:white;	font-size:11px;	border:1px solid #ebdbc1;	padding:2px 10px 2px 10px;	color:black;	display:none;	
	-moz-border-radius:1px;
	-webkit-border-radius:1px; 
	-moz-border-radius-bottomleft:0spx;
	-moz-border-radius-topleft:0px;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}
.error p {	margin:0;}
/* field label */
label {	display:block;	font-size:12px;	color:white;}
#terms label {	float:left;}
#terms input {	margin:0 7px;}
/*END Form Validator*/				