
.jquerycssmenu {
	padding-left: 0px;
	border-top:1px solid #fae197;
	border-bottom:1px solid #fae197;
	text-align:center;
	position:relative;
	z-index:99;
}

.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
}

/*Top level list items*/
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
	border-left:2px solid #fae197;
}

.jquerycssmenu ul li.ultimo {
	border-right:2px solid #fae197;
}


/*Top level menu link items style*/
.jquerycssmenu ul li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	display: block;
	background: white url(../img/menu_fundo_off.png) top left repeat-x;
	; /*background of tabs (default state)*/
	padding-right:25px;
	padding-left:25px;
	padding-top:12px;
	padding-bottom:11px;
	color: #064b86;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover { background-image: url(../img/menu_fundo_on.png) /*tab link background during hover state*/ }

/*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 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 160px; /*width of sub menus*/
	background: #f7ca32;
	color: #064b86;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #fae090;
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	background: #ffb724;
	color: #064b86;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 17px;
	right: 5px;
}

.rightarrowclass {
	position: absolute;
	top: 5px;
	right: 5px;
}
