.ddsmoothmenu{
	float: left;
	padding-left: 242px;
	position: relative;
	height: 28px;
	padding-top: 18px;
	width: 700px;
}

.ddsmoothmenu ul{
	z-index:100;
	list-style-type: none;
	border-radius: 2em;
	height: 28px;
	float: left;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-image: url(../img/menumid.jpg);
	margin-right: 3px;
	width: 112px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	text-decoration: none;
	height: 23px;
	width: 112px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	/*line-height: 100%; */
	
	
	font-size: 0.88em;
	line-height: normal;
	padding-top: 5px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
* html .ddsmoothmenu ul li a:hover{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
/*slova linkova osnovna*/
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.05em #0b1936;
	height: 23px;
	width: 112px;
}
/* ostaje zabiljezen u stablu nakon hover
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element
	background-image: url(../img/menumidroll.png);
{	*/


.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected{
	color: #042702;
	text-shadow: 0.1em 0.1em 0.008em #f2f4d2;
	background-image: url(../img/menumidroll.jpg);
}
	
/*1st sub level menu prvi red*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width: 120px;
	/*height: 10px;
	background-image: url(../img/submenu.png);
	margin-top: 5px;*/
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}
.ddsmoothmenu ul li ul a:link, .ddsmoothmenu ul li ul a:visited{
	color: #021d77;
	text-shadow: 1px 1px 0px #fafafa;
	height: 23px;
	width: 120px;
	margin-top: 0px;
}
/* pozadina sub*/
.ddsmoothmenu ul li ul a:hover, .ddsmoothmenu ul li ul a.selected{
	background-image: url(../img/submenudown2.png);
	color: #1a7309;
	text-shadow: 0.1em 0.1em 0.008em #f8f9a6;
	height: 23px;
	width: 120px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	width: 120px;
	background-image: url(../img/submenudown1.png);
	background-repeat: no-repeat;	/*
	background-color: #c0cfdf;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #858e98;
	border-left-color: #858e98;
	background-position: bottom;*/
	height: 28px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 120px;
	height: 28px;
	margin: 0px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	margin-top: 7px;
	margin-left: 5px;
}

.rightarrowclass{
	position: absolute;
	top: 9px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
