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

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative;
	width: 195px;
}
#menu dt {
	cursor: pointer;
	height: 22px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left: 10px;
}
#menu dd {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
}
#menu li {
	text-align: left;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#menu li a, #menu dt a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #484848;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	background-image: url(slike/s-tab1.gif);
	background-repeat: repeat-x;
	background-position: -15px -10px;
	height: 100%;
	text-decoration: underline;
}
#menu dd li a {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	font-weight: normal;
}
