/* CSS Document style1.css */

/* stil za meni */
a.menu {
	text-decoration:none;
	font-weight:bold;
	font-size: 9px;
	color: #ffffff;
	/*color:#003399;*/
	font-family: Verdana,Helvetica,Arial;
	margin-left:2px;
	margin-right:2px;
}

a.menu:link {color: #eeeeee}     /* unvisited link */
a.menu:visited {color: #eeeeee}  /* visited link */
a.menu:hover {color:#df7578 }   /* mouse over link */
a.menu:active {color: #df7578}   /* selected link */

td.menu {
background:url(http://www.skif-slo.org/glava/menu4.jpg);
}
