.ddsmoothmenu{
	width:988px;
	height:57px;
	clear:both;
	background-color: #FFFFFF;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul {
	list-style:none;
	height: 57px;
}

.ddsmoothmenu ul li {
	height:57px;
	width:143px;
	background-image:url(../Imagens/menu_div.png);
	background-position:right;
	background-repeat:no-repeat;
}

.ddsmoothmenu ul li.menu_ultimo {
	background-image:none;
	width:127px;
}

.ddsmoothmenu ul ul li {
	height:30px;
	background-color:#3969a3;
	background-image:none;
}


/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background: #414141; background of menu items (default state)*/
height: 30px;
	text-align:center;
	text-decoration:none;
	color:#002776;
	padding:20px 0;
	font-weight:bold;
	font-size:13px;
}


.ddsmoothmenu ul li a.menu_duas_linhas {
	padding:30px 0;
}

.ddsmoothmenu ul ul li a{
	height:18px;
	text-align:left;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/*
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}*/

.ddsmoothmenu ul li.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
 
}

.ddsmoothmenu ul li:hover{
	background-color:#3969a3;
}

.ddsmoothmenu ul li a:hover{
	color:#22ccff;
}

.ddsmoothmenu ul li ul li a:hover{
	

background-image: url("../imagens/bg_sub_menu.png");
    height: auto;
    margin: 0;
    padding: 5px 0;
    width: 190px;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:190px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
width:190px;
height:auto;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 180px; /*width of sub menus*/
height:auto;
padding: 5px;
margin: 0;
background-color:#3969a3;
}

/* Holly Hack for IE \*/
/* html .ddsmoothmenu{height: 1%;} Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 25px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
