body {
	font-family: Verdana, "Trebuchet MS",tahoma, helvetica, arial, sans-serif;
	font-size: 10pt;
	padding:0;
	margin:0;
	background-color:#fff;

}
#meniu {
color:#FFFFFF;
}


a:hover {
	color:#070809;
	text-decoration:none
}
#meniu a, #meniu a:active, #meniu a:link, #meniu a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	border-right:solid 4px #fff;
	padding:4px 10px 0 0;
	margin:1px 0 0 10px;
	height:22px;
}
#meniu a:hover{
	   color: #006666;
}
a {
	color: #009999;
	text-decoration:underline;
}

.clear {
    clear: both;
    height: 10px;
}



/* for contact !!! */
div.loginn{
	float:left;
	margin: 0 0 0 0;
	text-align:left;
	background-color: #999999;
	border:solid 1px #fff;
	width:310px;
}

div.loginn .linecontact{
	float: left;
	width: 260px;
	margin: 5px 0 0 5px;
	font-family: "Trebuchet MS", Verdana;

}
div.loginn .logline{
	float: left;
	width: 280px;
	margin: 5px 0 0 5px;
}

div.loginn .in{
	width: 280px;
	background-color: #F5F5F5;
	font-size: 0.8em;
	font-family: "Trebuchet MS";
	border: 1px solid #dadada;
}
.clearall{
	clear: both;
}
div.loginn .subc{
	width: 70px;
	color: #8a8a8a;
	font-size: 0.8em;
	text-align: center;
	background-color: #F5F5F5;
	font-family: "Trebuchet MS";
	border: 1px solid #dadada;
}


      ul {
          list-style-type:none;
          padding:3px 0 20px 0;
       
          margin:10px 0;
      }
      ul li {
          float:left;
          margin:0 2px;
       
      }
	    ul li a {
          display:block;
          padding:3px 4px;
		  font-weight:bold;
		  margin-right:7px;
		  border-bottom:solid 2px #ffffff;
          color:#fff;
          text-decoration:none;
      }
      /* place the "current" pseudo class here */
      ul li a.current {
       
          color: #FF6633;
      }
      ul li a:hover {
        
          color: #333333;
		   border-bottom:solid 2px #333333;
      }

