* {
/* width: auto !important; */
}

.jquerycssmenu{
position: relative;
font-size: 9pt;
font-weight: bold;
font-family: Verdana, Tahoma, arial, sans-serif;
margin: 2px 15px; /*offset of tabs relative to browser left edge*/
background-image: url('../img/Menu-off-nobutton.gif');
background-repeat:repeat-x;
background-position: top;
z-index: 1000;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
background-image: url('../img/menu-off-mezi.gif');
padding-right: 1px;
position: relative;
display: inline;
float: left;
}

.jquerycssmenu ul li:first-child a{
margin-left: 1px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
width: auto;
display: block;
padding: 7px 5px;
padding-bottom: 0px;
color: #3a382b;
text-decoration: none;
height: 17px;
}



.jquerycssmenu ul li a:hover {
background-repeat:repeat-x;
background-position: top;

color: white;
}

/*background of 1st lvl items */
.orange > a, .green > a, .blue > a {background-image: url('../img/Menu-off-button.gif');}

/*background while hovered */
.orange > a:hover {background-image: url('../img/Menu-on-red.gif');}
.blue > a:hover {background-image: url('../img/Menu-on-azurova.gif');}
.green > a:hover {background-image: url('../img/Menu-on-green.gif');}

/*underline color*/
.orange { border-bottom: solid 2px #d04e14;}
.green { border-bottom: solid 2px #1dd215;}
.blue { border-bottom: solid 2px #02a9d6;}

/*
1st sub level menu
*/
.jquerycssmenu ul li ul {
position: absolute;
left: 0;
top: -2px;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
display: block;
float: none;
padding: 0px !important;
background: transparent;
white-space: nowrap;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul {
top: 0;
padding: 0px !important;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a {
margin: 0px !important;
padding: 0.5em 2em 0.5em 1.5em;
width: auto; /*width of sub menus*/
height: 15px;

background-color: #c8ab07;
color: black;
font-size: 9.5pt;

text-indent: -12px;

filter: alpha(opacity = 80); /* for IE */
opacity:0.8; /* CSS3 standard */
}

.jquerycssmenu ul li ul li a:before {
content: ".: ";
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
position: absolute;
top: 5px;
right: 5px;
visibility: hidden;
display: none;
}

.rightarrowclass {
position: absolute;
top: 8px;
right: 5px;
}


