.chromestyle{ font-weight: bold; float: left; /*width: 666px;*/ }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0; margin: 0; text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
 display: inline; background: url(li-div.gif) no-repeat right bottom; 
}

.chromestyle ul li a{
color: #494949;
display: block;
height: 56px;
margin: 0;
text-decoration: none;
float: left;
text-indent: -6667px;
}

.chromestyle ul li a:hover{
background: #596577;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background: #f7f1c8 url(bgr_menu.jpg) no-repeat;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 9px;
border-bottom: 1px solid #f0e9b0; 
border-top: 1px solid #fff; 
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: black; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f7a923;
}

#lbl_katalog a { border-right: 1px solid #8192a3; width: 130px; background: url(lbl_katalog.gif) no-repeat center;  }
#lbl_katalog a:hover, #lbl_katalog a.selected { width: 130px;	background: #66758a url(lbl_katalog.gif) no-repeat center ; }
 

#lbl_zcentrum a { border-left: 1px solid #586372; border-right: 1px solid #586372; width: 270px; background: url(lbl_zakaznicke-centrum.gif) no-repeat center;  }
#lbl_zcentrum a:hover, #lbl_zcentrum a.selected { width: 270px;	background: #66758a url(lbl_zakaznicke-centrum.gif) no-repeat center ; }

#lbl_specnab a { border-left: 1px solid #8192a3; width: 240px; background: url(lbl_specialni_nabidky.gif) no-repeat center;  }
#lbl_specnab a:hover, #lbl_specnab a.selected { width: 240px;	background: #66758a url(lbl_specialni_nabidky.gif) no-repeat center ; }

#dropmenu1 { width: 272px; }




