
.ddsmoothmenu{
font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
width: 100%;
height: 60px;
/*background: #CC3399;*/
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
border-right: 0px solid #FFF;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding: 18px 17px 16px 16px;
border-right: 1px dashed #904703;
color: #05566F;
text-decoration: none;
}

.ddsmoothmenu ul li a.prvi{
display: block;
padding: 18px 17px 16px 28px;
border-right: 1px dashed #904703;
color: #05566F;
text-decoration: none;
}

.ddsmoothmenu ul li a.poslednji{
display: block;
padding: 18px 20px 16px 16px;
border-right: 0px solid #FFF;
color: #05566F;
text-decoration: none;
}


.ddsmoothmenu ul li a.sub{
padding: 14px 28px 12px 14px;
background:url(../img/tf_interface/down2.gif) top right no-repeat;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


* html .ddsmoothmenu ul li a.homemenu{
padding: 14px 16px 12px 20px;
}

* html .ddsmoothmenu ul li a.sub{
padding: 14px 20px 12px 14px;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}



.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #7C2218;
color: white;
}


.ddsmoothmenu ul li a:hover{
background: #CCCC00; /*background of menu items during onmouseover (hover state)*/
color: white;
}	

.ddsmoothmenu ul li a.sub:hover{
/*background: #03323F #510047; /*background of menu items during onmouseover (hover state)*/
background: #7C2218 url(../img/tf_interface/down2.gif) top right no-repeat;
color: white;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background: #7C2218;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-right: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top:0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
width: 160px; /*width of sub menus*/
padding: 5px 5px 5px 15px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #FFFFFF;
border-right: 0px solid gray;
}

.ddsmoothmenu ul li ul li a:hover{
color:#FFF;
background:#CDF114;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/




/*-----------------------------------------------------------------------------------------------*/

.ddsmoothmenu2{
font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
/*background: #414141; background of menu bar (default state)*/
width: 100%;
height: 30px;
}

.ddsmoothmenutop ul{
z-index:100;
margin: 0;
padding: 0px 20px 0 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenutop ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.ddsmoothmenutop ul li a{
display: block;
 /*background: #414141;background of menu items (default state)*/
color: white;
padding: 9px 20px 7px 18px;
border-right: 1px solid #FFF;
color: #05566F;
text-decoration: none;
font-size:11px;

}

.ddsmoothmenutop ul li a.lang{
padding: 9px 20px 7px 18px;
border-right: 0px solid #FFF;
}

.ddsmoothmenutop ul li a.reservation{
padding: 9px 20px 7px 18px;
border-right: 0px solid #FFF;
background:#A6C70C;
}


.ddsmoothmenutop ul li a.shop{
padding: 9px 20px 7px 18px;
border-right: 0px solid #FFF;
background: #3399CC;
}


.ddsmoothmenutop ul li a.sub{
padding: 9px 26px 7px 18px;
background:url(../img/tf_interface/downtop.gif) top right no-repeat;
}


* html .ddsmoothmenutop ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
padding: 9px 20px 7px 18px;
border-right: 0px solid #FFF;
}

* html .ddsmoothmenutop ul li a.sub{
padding: 9px 26px 7px 18px;
}

* html .ddsmoothmenutop ul li a.lang{
padding: 9px 16px 7px 20px;
}

* html .ddsmoothmenutop ul li a.reservation{
padding: 9px 20px 7px 18px;
border-right: 0px solid #FFF;
background:#A6C70C;
}


* html .ddsmoothmenutop ul li a.shop{
padding: 9px 20px 7px 18px;
border-right: 0px solid #FFF;
background: #3399CC;
}


.ddsmoothmenutop ul li a:link, .ddsmoothmenutop ul li a:visited{
color: white;
}

.ddsmoothmenutop ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #03323F;
color: white;
}

.ddsmoothmenutop ul li a:hover{
background: #7C2218; /*background of menu items during onmouseover (hover state)*/
color: white;
}


.ddsmoothmenutop ul li a.sub:hover{
background:#CDF114;
color: white;
}



/*1st sub level menu*/
.ddsmoothmenutop ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background: #03323F;
padding: 0px 0px 0 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenutop ul li ul li{
display: list-item;
float: none;
padding: 0px 0px 0 0px;
text-align:left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenutop ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenutop ul li ul li a{
font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:normal;
width: 160px; /*width of sub menus*/
padding: 5px 5px 5px 20px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
border-right: 0px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenutop{height: 1%;} /*Holly Hack for IE7 and below*/


/*----------------------------------------------------------------------------------------*/


/* ######### CSS classes applied to down and right arrow images  ######### */

/*.downarrowclass{
position: absolute;
top: 15px;
right: 7px;
}

.downtoparrowclass{
position: absolute;
top: 16px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 6px;
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;
}
