.ddsmoothmenu{font: bold 12px Verdana;background: #414141; width: 100%;}
.ddsmoothmenu ul{z-index:1000;margin: 0;padding: 0;list-style-type: none;}
.ddsmoothmenu-v ul{z-index:1000;margin: 0;padding: 0;list-style-type: 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)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* 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 a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{display: list-item;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.6;
}

.ddsmoothmenu-v ul{z-index:1000;margin: 0;padding: 0;list-style-type: none;}

.ddsmoothmenu-v ul{
padding: 0;
width: 128px; /* Main Menu Item widths */
list-style-type: none;
font: 11px arial;
}
 
.ddsmoothmenu-v ul li{
position: relative; text-align:left;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding-bottom: 5px;
padding-top: 5px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #fff; /*background of menu items (default state)*/
color: black;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #0093dd; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: #0093dd; 
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
height: auto;
visibility: hidden;
}
.rightarrowclass{
	float:right; margin-left:5px;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; line-height: 1%; }
* html .ddsmoothmenu-v ul li a { line-height: 1%; }
/* End */ 

/* ------------------------------------------------------------------------------------------------- */

/* Fix IE. Hide from IE Mac \*/
* html .menu-itens ul li { float: left; }
* html .menu-itens ul li a { height: 1%; }
/* End */

#menu_lateral { z-index:89; position:relative; }

#menu_lateral img { position:absolute; right:5px; width:7px; height:10px;}

.menu-itens { margin:0; padding:0; list-style:none;	width:125px; border-bottom:0px solid #ccc; }
.menu-itens li{ position:relative; }
.menu-itens li ul{ position:absolute; left:125px; top:0; display:none; }
.menu-itens li a{ display:block; text-decoration:none; color:#000; font-weight:bold; background:#fff; padding:5px; border:0px solid #ccc; border-bottom:0; }
.menu-itens li a:hover{ background: #0093dd; color: white; }
.menu-itens li:hover .menu-sub1{ display:block; } 

.menu-sub1 { margin:0; padding:0; list-style:none; width:225px; }
.menu-sub1 li{ position:relative; }
.menu-sub1 li ul{ position:absolute; left:224px; top:0; display:none; }
.menu-sub1 li a{ display:block; text-decoration:none; color:#0093dd; border:1px solid #000; background:#fff; padding:5px; }
.menu-sub1 li:hover .menu-sub2{ display:block; } 

.menu-sub2 { margin:0; padding:0; list-style:none; width:200px;  }
.menu-sub2 li{ position:relative; }
.menu-sub2 li ul{ position:absolute; left:199px; top:0; display:none; }
.menu-sub2 li a{ display:block; text-decoration:none; background:#fff; padding:5px;}
.menu-sub2 li:hover .menu-sub3{ display:block; } 

.menu-sub3 { margin:0; padding:0; list-style:none; width:300px;  }
.menu-sub3 li{ position:relative; }
.menu-sub3 li ul{ position:absolute; top:0; display:none; }
.menu-sub3 li a{ display:block; text-decoration:none; background:#fff; padding:5px;}
.menu-sub3 li:hover .menu-sub4{ display:block; } 








