body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
     margin: 10px;
}
a:link, a:visited, a:active {
	color:#FF6600;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	list-style-type: none;	
}

a:hover {
	color: #3366CC;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
}
form {
     margin: 0;
}

h1, h2, h3, h4, h5 {
     margin: 5px 0px 5px 0px;
}

.sadrzaj{
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #666;
}

.podnozje{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#003366
}

.podnozjetop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF6600;
}

#podnozjelink {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

a.menu {
	color:#f1f7fb;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
	list-style-type: none;
	list-style-image: none;
}

a.menu:visited {
	color:#f1f7fb;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
	list-style-type: none;
}

a.menu:hover {
	color: #F8F210;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	list-style-type: none;
}

.linkovi{
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #FC0;
	text-decoration: none;
	list-style-type: square;
}

.menu_pozicija{
	bottom: 10px;
}
.logotip {
	position:relative;
	left: 45px;
}

<!-- Test nove verzije CSS-a za izbornik-->

.markermenu{
width: 170px; /*width of menu*/
}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #C03537;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.markermenu ul li a{
	background: #356CA5 url(arrow-list.gif) no-repeat 2px center;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.markermenu ul li li a{
	background: #84ADD7 url(arrow-list.gif) no-repeat 2px center;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #FFFFFF;
}

.markermenu ul li a:hover{
	color: #CC6600;
	background-color: #FFFFFF;
	background-image:url(arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }