.menutitle {
	color: red;
	background: #fff9c5;
	cursor: pointer;
	cursor: hand;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0px 10px 6px;
	text-align: left;
	text-decoration: none;
}
a > div {
	text-decoration: none;
}

.menutitle-hover{
   background: #ffeac5;
}
.submenu{
    background: #fff9c5;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 4px;
}
a.suba {
   color: #000;
   text-decoration: none;
   font-family: arial;
	font-size: 12px;
}
a.suba:hover{
	color: #000;
	text-decoration: underline;
	color: red;
}
.bold
{
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	color:red;
}
a.kelias,.copyright
{
    color: white;
    font-family: arial;
    font-size: 11px;
}
a
{
  cursor: hand;
}
image{
	cursor: pointer;
}
