.jquerycssmenu{
font: normal 13px Helvetica;
text-transform:uppercase;
padding-left: 55px; /*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;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 15px 35px 14px 35px;
margin-right: 3px; /*spacing between tabs*/
color: #fff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-color: #d9d7cd;
}
	

