/* ######### Drop Right ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: 11px Verdana, Arial, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #ffffff;
border: 1px solid #e9e9e9;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li{
background: #ffffff; padding:0;
border-bottom: 1px solid #d0e39b;
}
.ddsubmenustyle li:hover {background: url("/design/images/padajuci.png") left center repeat-x;}
.ddsubmenustyle .LeftSubMenuLast {border-bottom: 0px;}
.ddsubmenustyle li a{
display: block;
width: 196px; /*width of menu (not including side paddings)*/
color: #5a5a5a;
background: url("/design/images/menu-left-strelica.png") no-repeat 17px center;
text-decoration: none;
padding: 6px 8px 6px 33px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 166px; /*width of menu (include side paddings of LI A*/
background: none; padding-left:0;
}

.ddsubmenustyle li a:hover{

color: #5a5a5a;
text-decoration: none;
}

.ddsubmenustyle li a:visited
{
	color: #5a5a5a;
	text-decoration: none;
}

.navigacija-slide
{
	background: #ffffff url("/design/images/crtice-navigacija.gif") repeat-x bottom;
	padding: 0 0 2px 0;
	awidth: 196px;
	float: left;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 8px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyletop, .ddsubmenustyletop ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0 0 6px 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyletop li {height: 49px;background: url("/design/images/submenu-all-off.png") no-repeat; padding: 0px; margin: 0px;}
.ddsubmenustyletop #SubmenuHeaderLast {background: url("/design/images/submenu-last-off.png") no-repeat; height: 53px;}
.ddsubmenustyletop #SubmenuHeaderLast:hover {background: url("/design/images/submenu-last-on.png") no-repeat;}
.ddsubmenustyletop li:hover {background: url("/design/images/submenu-all-on.png") no-repeat;}
.ddsubmenustyletop li a{
display: block;
width: 222px; /*width of menu (not including side paddings)*/
color: #00254a;
font-weight: bold;
font-size: 12px;
text-decoration: none;
padding: 19px 5px 0px 25px;
}

* html .ddsubmenustyletop li{ /*IE6 CSS hack*/
display: inline-block;
width: 252px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyletop li a:hover{
color: #00254a;
text-decoration: none;
}

.ddsubmenustyletop li a:visited
{
	color: #00254a;
	text-decoration: none;
}