#chromemenu{
/*margin-bottom:-5px;*/
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 800px;
background:white;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}

#chromemenu ul li.cerv a{
float: left;
width:160px;
height:20px;
color: white;
font-weight: bold;
text-align:center;
text-decoration: none;
padding-top:10px;
background: url(bgr_cervena.jpg) center right no-repeat; /*Theme Change here*/
}
#chromemenu ul li.cerv a:hover {
  background: url(bgr_cervena_hover.jpg) center right no-repeat;
}

#chromemenu ul li.modr a{
float: left;
width:160px;
height:20px;
color: white;
font-weight: bold;
text-align:center;
text-decoration: none;
padding-top:10px;
background: url(bgr_modra.jpg) center right no-repeat; /*Theme Change here*/
}
#chromemenu ul li.modr a:hover {
  background: url(bgr_modra_hover.jpg) center right no-repeat;
}

#chromemenu ul li.oran a{
float: left;
width:160px;
height:20px;
color: white;
font-weight: bold;
text-align:center;
text-decoration: none;
padding-top:10px;
background: url(bgr_cervena.jpg) center right no-repeat; /*Theme Change here*/
}
#chromemenu ul li.oran a:hover {
  background: url(bgr_cervena_hover.jpg) center right no-repeat;
}

#chromemenu ul li.zlta a{
float: left;
width:160px;
height:20px;
color: white;
font-weight: bold;
text-align:center;
text-decoration: none;
padding-top:10px;
background: url(bgr_zlta.jpg) center right no-repeat; /*Theme Change here*/
}
#chromemenu ul li.zlta a:hover {
  background: url(bgr_zlta_hover.jpg) center right no-repeat;
}

#chromemenu ul li.cier a{
float: left;
width:160px;
height:20px;
color: white;
font-weight: bold;
text-align:center;
text-decoration: none;
padding-top:10px;
background: url(bgr_cierna.jpg) center right no-repeat; /*Theme Change here*/
}
#chromemenu ul li.cier a:hover {
  background: url(bgr_cierna_hover.jpg) center right no-repeat;
}

#chromemenu ul li.seda a{
float: left;
width:160px;
height:20px;
color: #FFF;
font-weight: bold;
text-align:center;
text-decoration: none;
padding-top:10px;
background: url(bgr_seda.jpg) center right no-repeat; /*Theme Change here*/
}
#chromemenu ul li.seda a:hover {
  background: url(bgr_seda_hover.jpg) center right no-repeat;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
}

/* ######### Style for Drop Down Menu ######### */

.menu {
margin-bottom:0;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #4D6AA3; /*Theme Change here*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #EDF6FD;
width: 159px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4D6AA3; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FFF;
}
