.jquerycssmenu{
	position:relative;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:49px;
	background:url(../images/menu_fundo.png) no-repeat top left;
	padding:2px 10px;
	list-style:none;
	z-index:9999;
}

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

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
height:49px;
z-index:9999;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;



	float:left;	
	position:relative;
	height:31px;
	margin: 0 0;
	padding:18px 20px 0 20px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
}

.jquerycssmenu ul li a:hover{
background:url(../images/menu_fill.png) repeat-x top left, url(../images/menu_linha.png) no-repeat top left, url(../images/menu_linha.png) no-repeat top right;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
padding-top:2px;
display: block;
visibility: hidden;
z-index:9999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
z-index:9999;
background-color:#098fd5;
height:30px;
}

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

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 160px; /*width of sub menus*/
height:29px;
line-height:30px;
color: #FFFFFF;
padding: 0;
margin: 0;
border-bottom: 1px solid #fffffF;
border-right: 1px solid #fffffF;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
text-decoration:none;
}

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

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 8px;
right: 5px;
}