.bkgnd545454 {
	background-color: #545454;
}
.bkgnd000000 {
	background-color: #000000;
}
.bkgnd0403 {
	background-image: url(images/index04-03.jpg);
	background-repeat: repeat-y;
}
.bkgndSadr {
	background-color: #C0C0C0;
}
.sadrtext {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	font-size: 12px;
	text-decoration: none;
}
.sadrtext a,
.sadrtext a:visited,
.sadrtext a:active,
.sadrtext a:hover,
.sadrtext a:visited:hover {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #272448;
	text-align: justify;
	vertical-align: top;
	font-size: 12px;
	text-decoration: underline;
}

.futertext {
	background-color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 9px;
}
.prodtext,
.prodtext a,
.prodtext a:visited,
.prodtext a:active {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
.prodtext a:hover,
.prodtext a:visited:hover {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
}
.prodnaslov {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.nav_bkgnd {
	background-image: url(images/nav_bkgnd.jpg);
	background-repeat: repeat-x;
}
.malaSlikaBg {
	background-color:#545454;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-align:center;
}
.newstext {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	font-size: 14px;	
}
.newstext a,
.newstext a:visited,
.newstext a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: underline;	
}
.newstext a:hover,
.newstext a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #232943;
	font-size: 14px;
	text-decoration: underline;
}
/*-----------------------------------------------
			DROP DOWN MENIJI
-------------------------------------------------*/
/* 
	LEVEL ONE
*/
#news {
	display:block;
	background-image:url(images/nav_news.gif);
	width:70px;
	height:26px;
	}
#products {
	display:block;
	background-image:url(images/nav_products.jpg);
	width:96px;
	height:26px;
	}
#products:hover {
	display:block;
	background-image:url(images/nav_products.jpg);
	width:96px;
	height:26px;
	}
#distributors {
	display:block;
	background-image:url(images/nav_distributors.jpg);
	width:117px;
	height:26px;
	}
#distributors:hover {
	display:block;
	background-image:url(images/nav_distributors.jpg);
	width:117px;
	height:26px;
	}
#reviews {
	display:block;
	background-image:url(images/nav_reviews.jpg);
	width:85px;
	height:26px;
	}
#reviews:hover {
	display:block;
	background-image:url(images/nav_reviews.jpg);
	width:85px;
	height:26px;
	}
#contact {
	display:block;
	background-image:url(images/nav_contact.jpg);
	width:118px;
	height:26px;
	}
#contact:hover {
	display:block;
	background-image:url(images/nav_contact.jpg);
	width:118px;
	height:26px;
	}

/* UL LI OSTALO */
ul.dropdown   { 
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;	
	}
ul.dropdown li  { 
	float: left; 
	zoom: 1; 
	background: #ccc;
}
ul.dropdown li a { 
	display: block; 
	text-decoration: none;
	}
ul.dropdown li:last-child a  { 
	border-right: none;  /*Doesn't work in IE */
	} 
	
ul.dropdown li.hover,
ul.dropdown li:hover { 
	position: relative;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-indent: 8px;
	}
ul.dropdown li.hover a {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-indent: 8px;
	}
/* 
	LEVEL TWO
*/
ul.dropdown ul  {
	visibility: hidden;
	position: absolute;
	top: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	clear:none;
	background-color:#C00;
	width: 162px;
	z-index:10001;
	}
ul.dropdown ul li {
	float: left;
	clear:none;
	width:162px;
	height:17px;
	z-index:10001;
	background-color: #545454;
	border-color:#FFF;
	border-style:solid;
	border-width:1px;
	}
ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
	background-color:#999;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	}
 /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{ 
	width:100%; 
	display: inline-block; 
	clear:none;
	display:block;
	margin: 0;
	padding: 0;
	height:17px;
	z-index:10001;
	} 	
ul.dropdown ul li.hover a {
	color: #F00;
	}