.mainmenu{
	float: left;
	width: 70px;	
	//width: 91px;	
	color: white;
	font-size : 10;
	background-color: transparent;
	border-right: 1px solid black;
	text-decoration : none;
	text-align: center;	
	font-family: arial, sans-serif;
	padding: 10;
	cursor: pointer;
	z-index: 1;
}

.submenu_p{
	display: none;
	position: absolute;
	border-top: 1px solid black;
	width:100; 
	z-index: 1;
}

.submenuitem{
	float: left;
	width: 120;	
	color: white;
	font-size : 10;
	background-color: #5d80b8;
	border: 1px solid black;
	border-bottom-style: none;	
	text-decoration : none;
	font-family: arial,sans-serif;
	padding: 5;
	z-index: 1;
}

.submenuitem:hover{
		border: 1px solid black; 	
		border-bottom-style: none;	
		background-image: url("grafika_www/menupanel_act.jpg");
}

.submenuitemn{
	float: left;
	width: 120;	
	color: white;
	font-size : 10;
	background-color: #5d80b8;
	border: 1px solid black;
	border-bottom-style: solid;	
	text-decoration : none;
	font-family: arial,sans-serif;
	padding: 5;
	z-index: 1;
}

.submenuitemn:hover{
	border: 1px solid black; 	
	background-image: url("grafika_www/menupanel_act.jpg");	
	border-bottom-style: solid;
}

.menupanel{	
	color: white;
	font-size : 10;
	background-image: url("grafika_www/menupanel.jpg");
	border-top: 2px solid black;
	border-bottom: 2px solid black;	
	text-decoration : none;
	font-family: arial,sans-serif;
	z-index: 1;
}

.mainmenu_a{
  float: left;
  display: block;
  text-align: center;
  background: transparent;
  padding: 10px;
  width: 70px;
  //width: 91px;
  text-decoration: none;
  color: white;
  border-right: 1px solid black;
  font-family: arial, sans-serif;
}

.mainmenu_a:hover{
		background-image: url("grafika_www/menupanel_act.jpg");
}

