@charset "utf-8";
/* CSS Document */

.menu{
	font-family:, Times, Georgia, "Times New Roman";
	text-align:center;
	float:left;
}

#current{
	background: url(dugme.gif) no-repeat;
	color:#40170e;
}

.menu a{
	width:104px;
	height:42px;
	padding-top:12px;
	color:#000000;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	background: url(dugme_a.gif) no-repeat;
	display:block;
}

.menu a:hover{
	color:#40170e;
	background: url(dugme.gif) no-repeat;
	text-decoration:none;
}

