.jquerycssmenu{
font: bold 11px Arial;
padding-left: 15px;
/*offset of tabs relative to browser left edge*/
color:#FFFFFF;
}

.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;
    /*background of tabs (default state)*/
	padding: 5px 7px 7px 7px;
	margin: 0 5px 0 0; /*spacing between tabs*/
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/Fx/tintblue.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.jquerycssmenu ul li a:hover{
	padding: 5px 7px 7px 7px;
	background-image: url(../img/Fx/tintbluedark.png); /*tab link background during hover state*/
	background-repeat: repeat-x;
	background-position: center top;
}
	
/*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;
background:url(../Img/Fx/background-branco-opacity-70.png);

}

/*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{
font: normal 11px Arial;
width: 200px; /*width of sub menus*/
color: #1C5187;
padding: 5px 7px;
margin: 0;
background:url(../Img/Fx/background-branco-opacity-70.png);
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #FFF;
color: #FF3300;
padding: 5px 7px;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
