.jquerycssmenu{
padding-top:0px;
padding-bottom:0px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}
.jquerycssmenu ul li span{
position:relative;
display: block;
padding: 0px 0px 0px 0px;
margin:0px 20px 0px 20px; /*spacing between tabs*/
text-decoration: none;
background:url(../images/velos.png) no-repeat center center;
height:32px;
line-height:40px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
position:relative;
display: block;
padding: 0px 0px 0px 0px;
margin:0px 20px 0px 20px; /*spacing between tabs*/
text-decoration: none;
height:32px;
line-height:40px;
}

.jquerycssmenu ul li a:hover{
background:url(../images/velos.png) no-repeat center center;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

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

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

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: auto; /*width of sub menus*/
line-height:10px;
height:15px;
background:rgba(255,255,255,.85);
padding: 5px 20px 0px 20px;
margin: 0px;
text-align:left;
top:0px;
}

.jquerycssmenu ul li ul li a:hover{ 
background:rgba(255,255,255,.85);
}

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

.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

@media screen and (max-width: 1170px) {  

}
