.jquerycssmenu {

margin: 0 auto 0 auto;
color: #ffffff;
padding: 0  ;
height: 45px;
width: 100%;
text-align: left;
clear: both;
min-width: 960px;

  
 
}
.jquerycssmenu ul {
margin: 0 ;
padding: 0;
list-style-type: none;
float: right; 
width: auto;
text-align: left;
text-align: right;
}
.jquerycssmenu ul li {
position: relative;
display: inline;
float: left;
margin:  0px  ;
padding: 0px;
z-index:  9;
float: left; 
min-height: 46px;
display: inline-block; 
 text-align: center;
}
.jquerycssmenu ul li a {
display: block;
margin-right: 0px;
margin-left: 0px;
padding: 12px   ;
margin-top: 0px;
margin-bottom: 0px;
border-bottom-width: 0;
color: #333;
background: none;
text-decoration: none;
 letter-spacing: 1px;

font-weight: normal;
z-index: 9;
text-transform: uppercase;
border-radius: 5px; 
border-right: 0 ;
 
}
 
.jquerycssmenu ul li a:hover, .jquerycssmenu ul li a.selected {
 
color: #ffffff;
text-decoration: none;
border-radius: 5px;
}
.jquerycssmenu ul li.p {
text-align: center;
 
}
.jquerycssmenu ul li a.prvi {
border-left: 0;
padding-left: 6px;
padding-right: 6px;
 
}
.jquerycssmenu ul li ul {
position: absolute;
left: 0;
display: block;
margin-top: 0px;
visibility: hidden;
z-index: 9;
border-top: 1px solid #ffffff; 
}
 
.jquerycssmenu ul li ul li {
display: list-item;
float: none;
margin: 0 !important;
padding: 0 !important; 
float: left !important; 
text-align: left !important; 
min-height: inherit; 
}
.jquerycssmenu ul li ul li ul {
top: 0;
margin: 0;
float: left !important; 
}
.jquerycssmenu ul li ul li a {
width: 220px;
background: #f1f1f1;
color: #080215;
padding: 12px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
margin-left: 0;
border-radius: 5px;
text-transform: uppercase;
border-radius: 5px; 
float: left !important;
min-height: inherit; 
}
.jquerycssmenu ul li ul li a:hover {
background:#D23E4D ;
color: #ffffff;
}
.jquerycssmenu ul li ul li a:hover, .jquerycssmenu ul li ul li a:focus, .jquerycssmenu ul li ul li a:active, .jquerycssmenu ul li ul li:hover, .jquerycssmenu ul li ul li:focus, .jquerycssmenu ul li ul li:active {
background: #D23E4D;
border-radius: 5px; 
}
.jquerycssmenu ul li ul li ul {
margin:0;
}

.downarrowclass {
position: absolute;
top: 7px;
right: 5px;
}
.rightarrowclass {
position: absolute;
top: 5px;
right: 5px;
}
.jquerycssmenu img {
	padding: 0;
	margin: 0;
	border: 0;
}

.jquerycssmenu ul li:hover > a  {
	background: #D23E4D;
	color: #FFFFFF;
}
.downarrowclass {
position : absolute;
top : 18px;
right : 10px;
}
.rightarrowclass {
position : absolute;
top : 5px;
right : 10px;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
   z-index: 49;
}
div.sticky-nav  {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 50px;
   z-index: 45;
}